issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
411,750 | Bug 411750 [Contributions] IFocusService not working with dialog when closing with ESC or red X | null | verified fixed | e83dc25 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/FocusControlSourceProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-28T18:17:34Z | 2013-06-27T08:00:00Z |
420,126 | Bug 420126 [FastView] Parts of eclipse window become a light blue square and don't get repainted. | I have run into this both on 4.4 M2 and Version: 4.4.0 Build id: N20131014-2005 Suddenly (don't recall a fixed pattern of user action preceding the event) a part of eclipse window becomes a light blue blank square (I am on Windows 64, default out of the box color schemes if that matters) and does not refresh itself any... | verified fixed | 8821997 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-25T15:02:33Z | 2013-10-23T01:00:00Z |
418,275 | Bug 418275 [IDE] Own view (source) is not listed in "Show In" menu when explicitly requested by IShowInTargetList | null | verified fixed | 501d695 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-25T14:24:02Z | 2013-09-29T15:53:20Z |
371,027 | Bug 371027 [Model] platform:/plugin/ not used for fragment uri in org.eclipse.e4.workbench.model extension point | null | verified fixed | f368d17 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/URIHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-24T20:05:11Z | 2012-02-09T01:13:20Z |
420,035 | Bug 420035 [CSS] Support SWT color constants in gradients | null | verified fixed | 68c6962 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-22T19:56:36Z | 2013-10-22T00:00:00Z |
419,435 | Bug 419435 [Themes] Invalid RGB color value in themes extension makes workbench unusable | A single invalid RGB color value in a "org.eclipse.ui.themes" extension leads to the workbench not starting up correctly. Afterwards it basically unusable. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:4378) at org.eclipse.swt.SWT.error(SWT.java:4312) at org.eclipse.swt.SW... | resolved fixed | f9ae23c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-15T09:45:01Z | 2013-10-15T09:40:00Z |
302,536 | Bug 302536 [Markers] Broken double checked locking in MarkerSupportRegistry | null | verified fixed | 565a21e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-14T12:10:38Z | 2010-02-11T03:46:40Z |
418,683 | Bug 418683 AFE on trying to create a patch | null | verified fixed | 955a7e0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-09T22:31:44Z | 2013-10-04T15:20:00Z |
418,715 | Bug 418715 [IDE] navigator: show file/folder on linux show parent of folder | When you select and open a folder on linux, nautilus opens the parent of the folder. This doesn't seem like the correct behaviour. Also, to support older nautilus file managers linux is the only system that find the parent of the selection and opens it. It might be moot. One can edit the preference in Preferences>Gener... | verified fixed | f407117 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/handlers/ShowInSystemExplorerHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-09T15:37:20Z | 2013-10-04T20:53:20Z |
412,285 | Bug 412285 'Show In' menu of view in detached window has 'No Applicable Views' | With the Git Repositories View within the main Eclipse window the 'Show In' context menu contains several views (History, Properties, etc.). When the Git Repositories View is detached from the main window, all instances of the 'Show In' context menu contain '<No Applicable Views>'. | verified fixed | 04f909b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowInMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-07T18:00:45Z | 2013-07-04T09:26:40Z |
416,099 | Bug 416099 [Workbench] Simplify SaveAllHandler | null | resolved fixed | 8a91a57 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/handlers/SaveAllHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-04T15:22:28Z | 2013-08-28T22:46:40Z |
372,956 | Bug 372956 [Decorators] [JFace] CompositeImageDescriptor throws NPE during Decoration | null | verified fixed | e361bf5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/CompositeImageDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-04T14:27:33Z | 2012-03-01T11:06:40Z |
398,684 | Bug 398684 [Workbench] Initial size from IWorkbenchWindowConfigurer is not used to create the workbench window | In our application (IBM Installation Manager), we override 'preWindowOpen()' in 'WorkbenchWindowAdvisor' to set initial size to IWorkbenchWindowConfigurer (e.g. IWorkbenchWindowConfigurer.setInitialSize(lastSessionIMSize)) . But this initial size is not used to create the workbench window after we moved our target envi... | verified fixed | 9e3a192 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-03T19:27:54Z | 2013-01-21T20:26:40Z |
417,947 | Bug 417947 [KeyBindings] END/HOME keys are not behaving as expected when the content assist pop up is activated | Open a Java file and invoke content assist anywhere in the code. Once the content assist pop up is activated, if user press END key, it is expected that the last option in the content assist pop up gets selected, similar behavior is expected for HOME key where it selects the first option available in the content assist... | verified fixed | c709c69 | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/keys/KeyBindingDispatcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-10-01T17:37:03Z | 2013-09-24T16:26:40Z |
168,226 | Bug 168226 [Viewers] default ViewerComparator is case sensitive (doesn't match spec) | I'm implementing some kind of viewer and found out that default comparator is sorting case SENSITIVE while JavaDoc says it's case INSENSITIVE: JavaDoc of method int compare(viewer, object, object) form ViewerComparator: * The default implementation of this method is based on * comparing the elements' categories as comp... | verified fixed | 5dbded4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerComparator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-30T20:02:52Z | 2006-12-15T16:26:40Z |
414,297 | Bug 414297 [DataBinding] missing SetChanged notification | null | verified fixed | 69ebc69 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ComputedSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-27T17:04:09Z | 2013-08-02T13:26:40Z |
345,372 | Bug 345372 [KeyBindings] 'Delete' key cannot be used as a key bindings to a command | Build Identifier: 20110301-1815 Open the preference pages. Go to the "Keys" page. It's impossible to specify "Delete" for a new keybinding. Other special keys like backspace or tab can be specified, from a popup menu, but "Delete" can't. :-( Reproducible: Always | verified fixed | 75453d4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequenceText.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-26T13:46:08Z | 2011-05-11T07:46:40Z |
411,577 | Bug 411577 [Contributions] Customize Perspective has hiding conflicts for toolbars and menus | null | verified fixed | 404de0c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-25T13:56:51Z | 2013-06-25T08:46:40Z |
413,590 | Bug 413590 Close All doesn't work when a second editor is opened in another area in another perspective | Using 4.3.0-I20130605-2000. 1. Open a Java source file in Java perspective 2. Change perspective (Debug for example) 3. Open a second source file 4. Drag the second file tab so that it gets opened in a second editor in it's own view (not in the same area) 5. Go back to Java perspective 6. Try to close all files (Ctrl+S... | verified fixed | c1156eb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-24T18:42:30Z | 2013-07-24T04:26:40Z |
331,690 | Bug 331690 [Trim] [Min/Max] Update our EventBroker usage in add-ons | null | verified fixed | f350f92 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-24T14:20:44Z | 2010-12-02T17:13:20Z |
384,354 | Bug 384354 Compatibility: Editor actions registered via extension point org.eclipse.ui.editorActions are shown twice in the toolbar. | Build Identifier: 20120614-1722 In Eclipse 3 an action registered via extension point "org.eclipse.ui.editorActions" is correctly shown once in the toolbar and once as main menu entry. But in Eclipse 4.2 (Juno) the action is shown twice in the toolbar (same icon, same behavior) and once in the main menu. This is ugly a... | verified fixed | 5e319c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/ActionSet.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-20T14:32:39Z | 2012-07-05T12:06:40Z |
389,129 | Bug 389129 Progress view background incorrect on 4.2 | null | verified fixed | 8c97939 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-13T17:40:59Z | 2012-09-09T22:33:20Z |
408,763 | Bug 408763 The ImportExportPage filters allows an empty category to appear | In the Import or Export Wizard dialog, within a given category, if you have a PatternFilter allowing one wizard through and a WizardActivityFilter allowing a different wizard through, then the category remains in the display, though empty. I noticed that NewWizardNewPage does also use PatternFilter and WizardActivityFi... | verified fixed | 5cae023 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardActivityFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardCollectionElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardPatternFilter.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-13T10:04:22Z | 2013-05-22T22:00:00Z |
416,773 | Bug 416773 Legacy mode not backward compatible | null | verified fixed | 0af425d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-12T12:56:36Z | 2013-09-07T07:46:40Z |
416,995 | Bug 416995 [Code review] The "perspective" string should be turned into a constant on E4Application | null | verified fixed | 087a045 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-11T14:27:46Z | 2013-09-11T11:46:40Z |
416,902 | Bug 416902 Regression from 4.3: Navigation History badly broken | M20130905-0705 a.k.a. 4.3 RC3. Works fine in R4.3. 1. start with new workspace 2. close Welcome 3. paste the following snippet into the 'Package Explorer': public class A { B b; } public class B { C c; } public class C { } 4. File > Close All 5. open A 6. in the editor Ctrl+click on B 7. in the editor for B Ctrl+click ... | verified fixed | 68e61aa | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-11T11:24:03Z | 2013-09-10T10:46:40Z |
377,981 | Bug 377981 -perspective at product program arguments is not working in 4.2M6 | Build Identifier: 4.2 M6 The program arguments of the product configuration of my project has this: -perspective myDefaultPerspective But after start the runtime the perspective that appears is Resource. This works properly in Eclipse Indigo. Reproducible: Always Steps to Reproduce: 1. create a product configuration an... | verified fixed | f03b1d2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/Comma... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-10T18:13:21Z | 2012-04-27T23:40:00Z |
413,427 | Bug 413427 JFace snippets cleanup, removes unnecessary imports and casts | null | resolved fixed | 6ed2236 | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/dialogs/Snippet060DialogWithURLImageButtons.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet033CellEditorPerRowPre33.java", "examples/org.eclipse.jface.snippet... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-09-09T19:34:18Z | 2013-07-22T10:46:40Z |
413,399 | Bug 413399 [Trim] Lost of the default Package / Navigator view container | I've noticed miscellaneous bugs with the view management. Here are some of them (ones I can reproduce). Here's the first I just noticed while trying to reproduce other ones : The default container of the Package / Navigator / Project Explorer views, when minimized and while dragging it around, can be lost. The left mou... | verified fixed | bb702b0 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/TrimDropAgent.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-28T14:57:53Z | 2013-07-21T12:33:20Z |
403,760 | Bug 403760 closing the last maximized editor doesnt restore perspective layout | This happens in all perspectives I tried except Java Perspective. For instance in * Debug * CVS Repo Exploring * Synchronize Steps to reproduce 1. open a file in an editor with no other open editors 2. maximize editor 3. close editor Result: all views in the perspective remain minimized Expected Result: view get shown ... | verified fixed | e87eb3f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-28T13:26:04Z | 2013-03-19T10:46:40Z |
395,084 | Bug 395084 IWorkbench.showPerspective(id, window) not working after switching to 4.2.1 target | I'm migrating our product from Eclipse 3.7.1 to 4.2.1. I use certain handlers that call: IWorkbenchWindow window = PlatformUI.getWorkbench().getActiveWorkbenchWindow(); PlatformUI.getWorkbench().showPerspective(id, window); Since I changed the target platform to 4.2.1 this call does nothing. I don't get an exception an... | verified fixed | a7eb676 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-23T14:03:35Z | 2012-11-26T17:13:20Z |
400,048 | Bug 400048 I have the shadow of the project Explorer even if i close the explorer. | null | verified fixed | c59a25a | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DetachedDropAgent.java", "bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitDropAgent.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-22T18:45:21Z | 2013-02-06T05:53:20Z |
414,912 | Bug 414912 CoreException: No property tester contributes a property X to type class Y using Eclipse 4.4 | Using Eclipse 4.4.0-I20130807-2000, CDT 8.2.0.201308121741 1. Start debugging a Java program (a runtime Eclipse works) 2. In the Debug view, click on different items in the tree. Exception occurs: org.eclipse.core.runtime.CoreException: No property tester contributes a property org.eclipse.cdt.debug.ui.isReverseDebuggi... | verified fixed | ef97549 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-22T15:25:48Z | 2013-08-12T20:40:00Z |
387,951 | Bug 387951 Key bindings for custom context no longer works and conflicts are reported | The purpose is to bind some keys to some action bar actions used by a view (org.eclipse.ui.ViewPart). The view part is used both within a workbench view and a modal dialog. For the modal dialog I've defined a custom context (see below) and, before the dialog executes I try to activate my custom context and link the com... | verified fixed | 0c314f5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-21T13:08:27Z | 2012-08-24T09:20:00Z |
407,536 | Bug 407536 Some ActionSets for CDT cannot be turned off when starting enabled | null | verified fixed | de8bd0c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-20T18:46:59Z | 2013-05-08T13:33:20Z |
413,167 | Bug 413167 Make Quick Access smaller | null | verified fixed | 9a67c52 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/SearchField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-20T13:45:43Z | 2013-07-17T14:06:40Z |
406,003 | Bug 406003 Persisting bindings forever results in bad/conflicting bindings that cannot be removed | Every key binding that is loaded from the bindings extension is persisted in the workbench xmi. If the plug-in providing that extension is later removed, the keybinding stays. Worse is that the keys pref page doesn't recognize the conflict. The only workaround is to delete the xmi file or start a new workspace. 1) Crea... | verified fixed | cc298fe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/BindingToModelProcessor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-20T11:55:03Z | 2013-04-18T15:46:40Z |
399,401 | Bug 399401 Toolbars render in wrong location when perspective added to a perspective-less workbench | null | verified fixed | a4a2422 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-14T17:32:54Z | 2013-01-29T17:20:00Z |
414,999 | Bug 414999 After making editor area not visible closed view stacks don't re-open | Using the resource perspective: Make the editor area not visible by the following code: IWorkbenchPage page = window.getActivePage(); IEditorReference[] editorRefs = page.getEditorReferences(); if (editorRefs == null || editorRefs.length == 0) { page.setEditorAreaVisible(false); } The view stack for Tasks/Problems shou... | verified fixed | bfa85ac | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-14T14:07:17Z | 2013-08-13T16:06:40Z |
413,431 | Bug 413431 Contact demo update to use dependency injection for MApplication in processors | null | verified fixed | 363bf2f | ["examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/AbstractThemeProcessor.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/processors/ToolbarThemePr... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-13T17:08:02Z | 2013-07-22T10:46:40Z |
408,920 | Bug 408920 Minimizing Editor Stack does not minimise to tool bar | Since perhaps M7, minimizing an editor stack just shrinks the editor area to a perhaps 640/480 overlay. | verified fixed | 74f064e | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartActivationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-13T15:30:32Z | 2013-05-24T04:33:20Z |
414,741 | Bug 414741 ToolbarControl in own ToolBar throws NPE | null | verified fixed | 5ef642c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/CompatibilityWorkbenchWindowControlContribution.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-13T14:03:47Z | 2013-08-09T09:20:00Z |
411,027 | Bug 411027 WorkbenchPage - Remove raw type warnings for ActionSets | null | verified fixed | 2965a67 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-12T18:27:56Z | 2013-06-18T15:40:00Z |
414,254 | Bug 414254 Status line controls are disposed and recreated on any window close | 1) Set a breakpoint in org.eclipse.jface.action.StatusLineManager.update(boolean) 2) Start a runtime workbench - update will be called to create the new status bar 3) Close the runtime workbench - update will be called to recreate the status bar In WorkbenchPage, the partDeactivated listener will call status line manag... | verified fixed | 25a15c4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-12T16:38:13Z | 2013-08-01T20:46:40Z |
407,749 | Bug 407749 Keyboard shortcuts for certain practically macro - command creation using ICommandService | I used Eclipse Indigo (C/C++) and practically macro plugin (with keyboard shortcuts for custom macros). However, when I tried Eclipse Juno and Kepler, the keyboard shortcuts do not work (the macros work when played manually without using the keyboard shortcuts). | resolved fixed | 0405656 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/addons/CommandProcessingAddon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CommandToModelProcessor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-08-02T15:04:06Z | 2013-05-10T15:33:20Z |
413,690 | Bug 413690 Fix the compiler warnings in package org.eclipse.jface.wizard caused by moving to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.wizard caused by moving to Java 1.5 | resolved fixed | da889ed | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardSelectionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T19:25:16Z | 2013-07-24T23:53:20Z |
413,685 | Bug 413685 Fix compiler warnings in org.eclipse.jface.preference caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.preference caused by moving to Java 1.5 | resolved fixed | df1c938 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditorPreferencePage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PathEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/Pref... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T18:32:09Z | 2013-07-24T23:53:20Z |
413,688 | Bug 413688 Fix compiler warnings in org.eclipse.jface.util caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.util caused by moving to Java 1.5 | verified fixed | d4512cc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/BidiUtils.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/DelegatingDragAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/DelegatingDropAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T18:29:13Z | 2013-07-24T23:53:20Z |
409,423 | Bug 409423 Setting clientArea disabled in WorkbenchWindow#run(..) still allows typing in Editor | null | verified fixed | c8c18df | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T14:20:05Z | 2013-05-29T17:53:20Z |
413,649 | Bug 413649 Fix compiler warnings in org.eclipse.jface.layout caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.layout caused by moving to Java 1.5 | verified fixed | f04f4c0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/layout/LayoutGenerator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T13:10:14Z | 2013-07-24T15:33:20Z |
413,628 | Bug 413628 Fix compiler warnings in org.eclipse.jface.fieldassist caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.fieldassist caused by moving to Java 1.5 | verified fixed | 47c1b8d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldAssistColors.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldDecorationRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/f... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-31T13:03:48Z | 2013-07-24T12:46:40Z |
408,348 | Bug 408348 Activating the minimized shared area does not activate a part in it | Since the shared area only gets a single toolitem (and thus can't explicitly 'pick' a part to show) it should activate the most recently activated part in its area. This may require some work on the part activation history so it can tell us the appropriate part to activate... | verified fixed | cf9629c | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T20:14:08Z | 2013-05-17T14:13:20Z |
407,084 | Bug 407084 AbstractEList$BasicIndexOutOfBoundsException when opening a context menu | null | resolved fixed | 3f0698d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T20:08:04Z | 2013-05-02T15:53:20Z |
413,624 | Bug 413624 Fix compiler warnings in org.eclipse.jface.dialogs caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.dialogs caused by moving to Java 1.5 | verified fixed | 31c790f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlEnableState.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T19:24:40Z | 2013-07-24T12:46:40Z |
400,042 | Bug 400042 Help of Shell is overriden by Eclipse when Workbench starts | Our product (IBM Installation Manager) has one perspective with a stand-alone view. In the ViewPart.setFocus(), we set the help id by using: public void setFocus() { PlatformUI.getWorkbench().getHelpSystem().setHelp(this.getSite().getShell(), getHelpRef()); //.... } But ViewPart.setFocus() is called in 'page.setPerspec... | verified fixed | d731b6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-29T18:23:35Z | 2013-02-06T03:06:40Z |
413,689 | Bug 413689 Fix the compiler warnings in package org.eclipse.jface.window caused by moving to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.window caused by moving to Java 1.5 | resolved fixed | b5baf13 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/WindowManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-25T20:19:42Z | 2013-07-24T23:53:20Z |
413,686 | Bug 413686 Fix compiler warnings in org.eclipse.jface.resource caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.resource caused by moving to Java 1.5 | verified fixed | 71da37a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/AbstractResourceManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FileImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegi... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-25T20:13:08Z | 2013-07-24T23:53:20Z |
412,927 | Bug 412927 Context menu can be corrupted if there is an invalid property tester | null | resolved fixed | 1d2a487 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-24T22:07:44Z | 2013-07-14T22:13:20Z |
413,278 | Bug 413278 Quick switch editor only works for one editor | Using Eclipse 4.3 (Linux, Mac) or 4.4 I20130717-1600 (Linux) 1. Open 2 files in two editors side by side 2. Ctrl+E in the left editor, Quick switch appears at the top of the left editor. 3. Ctrl+E in the right editor. Quick switch still appears at the top of the left editor. This is a regression compared to 3.8. | verified fixed | 15e344c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T19:31:21Z | 2013-07-18T17:53:20Z |
411,967 | Bug 411967 [Viewers] [Snippets] New snippet to demonstrate the usage of ComboViewers | Currently there is no snippet which demonstrates the usage of the ComboViewer. | closed fixed | 38d75bb | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet063ComboViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T18:26:20Z | 2013-06-30T22:06:40Z |
413,529 | Bug 413529 Fix compiler warnings in org.eclipse.jface.action caused by moving JFace to Java 1.5 | Fix the compiler warnings in package org.eclipse.jface.action caused by moving to Java 1.5 | resolved fixed | 819e6ff | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java", "bu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T15:28:13Z | 2013-07-23T14:33:20Z |
413,149 | Bug 413149 [DI] InjectorImpl.findExtendedSupplier does not use correct PrimaryObjectSupplier | InjectorImpl.findExtendedSupplier uses its defaultSupplier to inject values into the ExtendedObjectSupplier. It is possible that defaultSupplier is NULL, in which case no injection happens. This is unnesessary, since a valid PrimaryObjectSupplier gets passed to findExtendedSupplier, which can be used for the injection ... | verified fixed | 758c1cb | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T14:45:36Z | 2013-07-17T08:33:20Z |
393,703 | Bug 393703 NotHandledException selecting inactive command under 'Previous Choices' in Quick access | null | verified fixed | fa694e6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/PreviousPicksProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccess... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-23T14:26:52Z | 2012-11-06T19:26:40Z |
394,013 | Bug 394013 Unable to get dropdown menu in ToolItem to display | null | verified fixed | 05735be | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectContributionItem.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-22T17:20:11Z | 2012-11-09T19:40:00Z |
389,624 | Bug 389624 [E4AP] NPE during loading of workbench.xmi | null | resolved fixed | 89472f2 | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/ModelUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-19T08:50:34Z | 2012-09-14T16:26:40Z |
410,828 | Bug 410828 [DND] Editor closed and content lost when dropping detached editor's tab outside its window | 4.3 RC4 Make an editor dirty (change some content) and then drag it outside the workbench window to create a detached editor shell. Create a new workbench window, and then drag the detached editor's tab into the new workbench window. Expected: Either drop cursor becomes "cannot drop" and dropping does nothing, or drop ... | verified fixed | d1cca92 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-17T15:35:01Z | 2013-06-14T14:26:40Z |
412,869 | Bug 412869 Creating a part from PartDescriptor does not copy over persistedState collection | When creating a part with the PartService, the persistedState collection is not copied over. That seems, at the least, inconsistent with the fact that most everything else is copied over. The fix would be a line of code in PartServiceImpl.createPart(), near line 675. | verified fixed | d46d127 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-07-17T15:35:00Z | 2013-07-12T14:40:00Z |
411,468 | Bug 411468 ClassCastException in WorkbenchPage when showing E4 part using EPartService.showPart | null | verified fixed | bc46de3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-24T17:48:17Z | 2013-06-24T07:46:40Z |
411,465 | Bug 411465 EditorPart#isSaveOnCloseNeeded() not called when closing Editor Part | null | verified fixed | f8df515 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-24T17:37:09Z | 2013-06-24T07:46:40Z |
410,528 | Bug 410528 [CommonNavigator] ProjectExplorer should use its viewer's label provider to build its content description | Currently, ProjectExplorer.updateTitle() sets the part's content description (which is displayed at the top of the view's tree whenever the user uses the "Go Into" context command to change the tree's root) by first attempting to adapt the viewer's input to IWorkbenchAdapter and using that adapter to build a label. The... | verified fixed | d5f4e3d | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-21T19:48:14Z | 2013-06-11T19:46:40Z |
193,034 | Bug 193034 [Forms] Section should also set the toggle tooltip | When calling setTooltip on a section, the section should also update the toogle's tooltip so that the user also sees the tooltip when he hovers over the toggle hyperlink field. Are there any reasons against such behaviour? | resolved fixed | 94fa45a | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-21T17:21:29Z | 2007-06-17T17:06:40Z |
385,128 | Bug 385128 IWorkbenchPreferenceConstants.SHOW_PROGRESS_ON_STARTUP does nothing | Eclipse 4.2 In my RCP app's WorkbenchAdvisor#initialize(IWorkbenchConfigurer) method I add: PlatformUI.getPreferenceStore().setValue(IWorkbenchPreferenceConstants.SHOW_PROGRESS_ON_STARTUP, false); In Eclipse 3.7.x this stops the progress bar showing in the splash screen on startup. On 4.2 this does nothing, the progres... | verified fixed | 4753171 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-20T13:48:21Z | 2012-07-15T22:06:40Z |
406,275 | Bug 406275 Save All is disabled only after 2nd click | null | verified fixed | 9241461 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/DirtyStateTracker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-20T13:23:54Z | 2013-04-23T06:53:20Z |
404,312 | Bug 404312 NPE in HandledContributionItem.canExecuteItem() | The javadoc for HandledContributionItem.getContext() states that it should return "the closest context, or global context if none in the hierarchy", but when it its getContextForParent() method delegates to ModelServiceImpl.getContainingContext(), which delegates to ModelUtils.getContainingContext(), it simply returns ... | verified fixed | 31c525b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CoolBarToTrimManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-18T18:17:30Z | 2013-03-25T19:33:20Z |
403,331 | Bug 403331 ModelAssembler fails silently if fragment cannot be applied and does not print name of offending bundle | null | verified fixed | c609be1 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-18T18:05:14Z | 2013-03-14T11:20:00Z |
410,068 | Bug 410068 Keybinding Context switching stops working after reporting a conflict when switching to sibling context | null | verified fixed | eda861d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-06-06T14:06:48Z | 2013-06-06T12:00:00Z |
409,274 | Bug 409274 Focus lost after WorkbenchWindow#run(..) | I20130514-2000 and later, including 4.3 RC3. Was OK in I20130514-2000 and 4.2.2. - paste into Package Explorer: package xy; public class C { Date d; } => keyboard focus stays on C.java in Package Explorer, although the editor tab looks active - click into the editor - Organize Imports (Ctrl+Shift+O), press Enter key =>... | verified fixed | d3ed7cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-29T14:06:22Z | 2013-05-28T11:20:00Z |
405,562 | Bug 405562 Save All saves only the selected Saveables in a ISaveablePart | Clicking on "Save All" saves only the selected resource in the project explorer(and other SaveableSources). WorkbenchPage.saveAllEditors(boolean, boolean) calls EPartService.savePart(MPart, boolean), which doesn't save all dirty resources. | verified fixed | 3f931a6 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceSaveHandler.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-16T18:26:24Z | 2013-04-12T12:33:20Z |
407,199 | Bug 407199 CCE when assigning a different key binding to a command | null | verified fixed | 4a3db87 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-16T16:05:45Z | 2013-05-03T19:40:00Z |
406,723 | Bug 406723 [Navigator] Confusing alphabetical sort order in project explorer and resource navigator | null | verified fixed | af118d3 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/ResourceExtensionSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T19:34:01Z | 2013-04-27T10:53:20Z |
407,505 | Bug 407505 Maximise-Restore causes hidden editor area to be shown | In our Eclipse-based RCP we don't always need to have an editor area, so hide it using WorkbenchPage.setEditorAreaVisible(false). When maximise is called on a view org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.maximize(MUIElement) has special code for finding the editor area (Lines 645-653 in 4.2.2). Even thoug... | verified fixed | 085e11b | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T17:18:27Z | 2013-05-08T08:00:00Z |
406,706 | Bug 406706 API with @noreference needs class comment | Javadoc generation doesn't support @noreference tag on classes. As a result, all of our @noreference classes/interfaces have no indication in the javadoc that they should not be used. I think we should add an English sentence in the class javadoc to make it crystal clear that these types are off limits. Something like ... | verified fixed | 8cc5a36 | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MMenuContribution.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/MMenuContributions.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T15:39:40Z | 2013-04-26T21:00:00Z |
406,903 | Bug 406903 [CommonNavigator] Unable to create project explorer | Filed on behalf of one of our testers. Attempt to go into "offline mode" in Rational Developer for Power. The workspace hangs and I get this error with stack trace: Contributor org.eclipse.ui.navigator.ProjectExplorer cannot be created. org.eclipse.core.runtime.CoreException: Plug-in "org.eclipse.ui.navigator.resources... | verified fixed | 97b78c2 | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/workbench/TabbedPropertySheetTitleProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-15T11:29:57Z | 2013-04-30T13:53:20Z |
404,016 | Bug 404016 Regression to 4.x: Workbench window as runnable context does not work/block | null | verified fixed | 96b7c38 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-14T14:19:39Z | 2013-03-21T12:46:40Z |
407,288 | Bug 407288 IAE during auto-save job | I20130505-2000. Out of nowhere am error dialog appeared. I was testing detached windows. java.lang.IllegalArgumentException: The selected element org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@8287ad (elementId: org.eclipse.jdt.ui.PackagesViewMStack, tags: [newtablook], contributorURI: null) (widget: n... | verified fixed | ad41c3e | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-10T11:33:28Z | 2013-05-06T11:33:20Z |
406,640 | Bug 406640 Focus goes back to previous view after double click on file | null | verified fixed | 847520d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-09T18:21:38Z | 2013-04-26T09:53:20Z |
396,418 | Bug 396418 Command org.eclipse.ui.file.save always disabled | null | verified fixed | 649cebf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/AbstractSaveHandler.java", "bundles/org.eclipse.ui.wo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-09T15:37:22Z | 2012-12-12T16:33:20Z |
358,018 | Bug 358018 [KeyBindings] CMD+C not working in (JDT-)popups | This is a problem I've only come across on OS-X (on win32 it works). If you hover an element in JDT, select some text from the JDT-Popup and hit CMD+C nothing gets copied in your clipboard. This is very annoying e.g. if you want to copy something to use it outside eclipse e.g. in a blog. To me it looks like the keybind... | verified fixed | 6405a14 | ["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceHandler.java", "bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/keys/KeyBindingDispatcher.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/E4HandlerProxy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-09T13:52:51Z | 2011-09-18T12:46:40Z |
407,583 | Bug 407583 Avoid spurious NPE when model processor was not created | ModelAssembler#runProcessor() does not check that the processor created by the IContributionFactory is not null. This leads to a spurious NPE when the standard ReflectionContributionFactory returns null when unable to create the provided object. !ENTRY org.eclipse.e4.ui.workbench 2 0 2013-05-08 15:22:50.502 !MESSAGE Co... | verified fixed | 163a93b | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelAssembler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-08T19:33:55Z | 2013-05-08T19:06:40Z |
381,765 | Bug 381765 IActivityPatternBinding not filtering contributed menu items | null | resolved fixed | d2a8cfa | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-08T15:38:08Z | 2012-06-05T18:13:20Z |
406,705 | Bug 406705 19 Compile warnings about missing UIDs in css.core | null | verified fixed | 9e237d4 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/exceptions/DOMExceptionImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSComputedStyleImpl.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSFontFaceRuleImpl.java", "bundles/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-07T18:06:56Z | 2013-04-26T21:00:00Z |
407,289 | Bug 407289 auto-save job dies if an exception occurs while running | I20130505-2000. The workbench auto-save job dies if an exception occurs while running. The code is not protected. | verified fixed | beca91b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-06T12:53:24Z | 2013-05-06T11:33:20Z |
406,918 | Bug 406918 There are still some 'Discouraged Access' warnings for things that should be API | I've brought in the project that I used as the basis for my EclipseCon talk and there are still a few notifications against things that should be API at this point. Some of them are in packages that also appear to have non-API classes, we may decide to defer some of them but we should take what action we can. The most ... | verified fixed | 889f80f | ["bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToHide.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToShow.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/Focus.java", "bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/Persist.java", "bundles/org.eclipse.e4.ui.di/src... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-01T14:08:39Z | 2013-04-30T16:40:00Z |
406,440 | Bug 406440 Failure in testElementHierarchyInContext_HandledItem | This failed in I20130423-0800 junit.framework.AssertionFailedError at org.eclipse.e4.ui.tests.workbench.MMenuItemTest.testElementHierarchyInContext_HandledItem(MMenuItemTest.java:765) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:3... | verified fixed | 569ed84 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-05-01T13:06:47Z | 2013-04-24T13:26:40Z |
404,013 | Bug 404013 Regression to 4.2.1: Cancel button for window progress bar is gone! | 4.2.2 and M6. Works in 4.2.1. The cancel button for the window progress bar is gone! This means, one can no longer cancel long-running jobs and has to wait until it is finished. In very bad scenarios, one has to kill the IDE. NOTE: You need to test on a fresh workspace. In older workspaces the button might appear. | verified fixed | ea7ffca | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-25T17:13:09Z | 2013-03-21T12:46:40Z |
387,475 | Bug 387475 Error in editor initialization cause NPE in accessing compatibility editor | In our application we have our own SvgEditor (indirectly derived from org.eclipse.ui.part.EditorPart) class that in its initialize method loads an SVG image, and throws an exception (DOMException) when the image is invalid. In Eclipse Indigo, this exception was nicely propagated, and the code that tried to open the edi... | verified fixed | 4a6de6d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-25T13:29:07Z | 2012-08-17T13:26:40Z |
406,090 | Bug 406090 Workbench window flickers, frequent view redraws | I20130416-0800 With recent E4 builds I often see unjustified flickering in the workbench window. I haven't seen this before. Could be related to the new code to show busy state etc. in the view title. E.g. when I save a Java editor, the counters in the JUnit view and the whole Javadoc view are cleared and redrawn. | verified fixed | faefd5b | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T21:05:10Z | 2013-04-19T14:00:00Z |
406,480 | Bug 406480 Clean up UI test suites | A few simple things we can do to improve the test suites: 1) Unfavourite all the test suite launch configs that are not currently running 2) Change the console output to use System.out not System.err 3) Check that the tests print out exceptions when encountered, don't just call fail() | resolved fixed | 1e612e8 | ["tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/UITestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T18:59:30Z | 2013-04-24T19:00:00Z |
406,471 | Bug 406471 WorkbenchPlugin.createExtension(*) uses old extension namespace | org.eclipse.ui.internal.WorkbenchPlugin.createExtension(IConfigurationElement, String) uses element.getExtension().getNamespaceIdentifier(), but that can be misleading. Change it to:element.getContributor().getName() PW | resolved fixed | 327c734 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T17:31:56Z | 2013-04-24T16:13:20Z |
406,284 | Bug 406284 TrimStack does not use localized label for minimized Parts in TrimStack | Version: Kepler Release Build id: 20130320-2352 When a Part(Stack) is minimized, the ToolTip set is not the localized value of the Part's label but the actual String (e.g. "%key" instead of "value"). I think this is caused in org.eclipse.e4.ui.workbench.addons.minmax.TrimStack updateTrimStackItems() { ... newItem.setTo... | verified fixed | 1f4db9d | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2013-04-24T15:09:35Z | 2013-04-23T06:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.