Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 124900 Details for
Bug 258511
[EditorMgmt] Middle click to close tab switches editor before close
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Activate part only on first mouse click patch v1
bug258511-patch-v1.txt (text/plain), 972 bytes, created by
Remy Suen
on 2009-02-05 17:55:45 EST
(
hide
)
Description:
Activate part only on first mouse click patch v1
Filename:
MIME Type:
Creator:
Remy Suen
Created:
2009-02-05 17:55:45 EST
Size:
972 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java,v >retrieving revision 1.13 >diff -u -r1.13 AbstractTabFolder.java >--- Eclipse UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java 16 Jan 2009 19:27:58 -0000 1.13 >+++ Eclipse UI/org/eclipse/ui/internal/presentations/util/AbstractTabFolder.java 5 Feb 2009 22:53:48 -0000 >@@ -342,7 +342,9 @@ > } > > protected void handleMouseDown(Point displayPos, MouseEvent e) { >- fireEvent(TabFolderEvent.EVENT_GIVE_FOCUS_TO_PART); >+ if (e.button == 1) { >+ fireEvent(TabFolderEvent.EVENT_GIVE_FOCUS_TO_PART); >+ } > } > > protected void handleDoubleClick(Point displayPos, MouseEvent e) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258511
:
124900
|
125958