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 243308 Details for
Bug 431966
Relaunching with many editors opened, the caret disappears when switching editors.
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]
Revert bug 348954 on Mac
eclipse.platform.ui.patch (text/plain), 1009 bytes, created by
Markus Keller
on 2014-05-20 13:35:42 EDT
(
hide
)
Description:
Revert bug 348954 on Mac
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2014-05-20 13:35:42 EDT
Size:
1009 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.e4.ui.workbench.renderers.swt >diff --git src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java >index 24e2d6c..be7e8bc 100644 >--- src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java >+++ src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java >@@ -55,6 +55,7 @@ > import org.eclipse.emf.ecore.EClass; > import org.eclipse.emf.ecore.EObject; > import org.eclipse.jface.dialogs.Dialog; >+import org.eclipse.jface.util.Util; > import org.eclipse.jface.viewers.ArrayContentProvider; > import org.eclipse.jface.viewers.CheckboxTableViewer; > import org.eclipse.jface.viewers.LabelProvider; >@@ -905,6 +906,10 @@ > } > > private void forceLayout(Shell shell) { >+ if (Util.isMac()) >+ return; // Bug 431966: Relaunching with many editors opened, the >+ // caret disappears when switching editors. >+ > int i = 0; > while(shell.isLayoutDeferred()) { > shell.setLayoutDeferred(false);
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 431966
: 243308