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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
357,786 | Bug 357786 [KeyBindings] Delete Key is not working in form editor | Build Identifier: 3.6.2.M20110210-1200 Hello, the delete key (SWT.DEL) is not working properly for CCombo. Following points have been observed: - The binding to the delete key seems to eat the keystroke (in WorkbenchKeyboard) - Although the CCombo internally uses a Text widget, the exception in WorkbenchKeyboard.filter... | verified fixed | 7f20fdb | ["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 | 2012-11-06T18:13:05Z | 2011-09-15T12:33:20Z |
383,497 | Bug 383497 "Build Project" key binding no longer works in 4.2 / juno | Build Identifier: 20120606-2254 I have a custom key binding for "Build Project" set in eclipse; it is set for "In Windows". In 4.2, it only seems to work if the current window is the project browser, AND I have a file in the project selected. In 3.7, it would work if I was in a text editor for a file in the project, an... | verified fixed | 4cac489 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/handlers/BuildProjectHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-11-06T16:59:23Z | 2012-06-26T00:20:00Z |
393,398 | Bug 393398 [resource filter] Switching between resource filter attributes does not update the label | Steps to reproduce: 1. Create a new project "my_project". 2. Open the resource filter property page for a project (under Resource / Resource Filters). 3. Click the "Add..." button 4. In the "Add Resource Filter for project my_project" dialog, change the "File and Folder Attributes" to "Last Modified" / "is within". Not... | verified fixed | c85138c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-11-06T14:39:43Z | 2012-11-02T09:53:20Z |
389,018 | Bug 389018 [QuickAccess] Quick Access steals focus | 4.2 and M20120905-2300. After executing an editor command via Quick Access, the focus remains in the Quick Access search field and I can't continue to type in the editor. This makes this feature unusable for me. This works fine in 3.8. | verified fixed | 6838e72 | ["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 | 2012-11-05T14:02:48Z | 2012-09-07T06:40:00Z |
393,327 | Bug 393327 [ActivityMgmt] ConcurrentModificationException when activities added dynamically | null | resolved fixed | a68ed4b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/MutableActivityManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-11-01T16:59:28Z | 2012-11-01T14:26:40Z |
388,974 | Bug 388974 Move the org.eclipse.ui.tutorials.rcp.part* projects to examples | I cloned repo git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git and then imported all projects from the bundles folder. In the runtime workbench, the first time I tried to cut some text, the workbench just quit. After wasting some time to find the bug, I discovered that the org.eclipse.ui.tutorials.rcp.par... | resolved fixed | eeab649 | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21EditorStackPresentation.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-29T14:58:54Z | 2012-09-06T16:46:40Z |
392,066 | Bug 392066 add toString method to XMLMemento | null | verified fixed | f67a21e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/XMLMemento.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-25T14:20:39Z | 2012-10-16T15:06:40Z |
391,626 | Bug 391626 [Compatibility] e4 does not implement the post-selection concept | Steps to Reproduce: 1. Create a simple html file 1: <html> 2: <head> 3: </head> 4: <body> 5: <p>Text</p> ... repeat above line 100 times 105: </body> 106: </html> 2. Go to line 105 3. Press and hold Shift+UpArrow The outline scrolls hard and hard(moving up and down). The cursor runs without block-seletion(region highli... | verified fixed | b15862f | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-25T13:16:21Z | 2012-10-11T04:33:20Z |
357,939 | Bug 357939 Fade animations for Maximize | This bugzilla is to capture feedback on making the Eclipse 4 user experience more up to date. We've just introduced a fade animation for min/max in M2 and expect to be adding some more effects of this type as we proceed through 4.2. Any input is welcome as well as any suggestions you may have about other ways we can ma... | verified fixed | 62ce527 | ["bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-24T14:52:24Z | 2011-09-16T13:33:20Z |
389,863 | Bug 389863 EventHandlers are not called on part after closing other part | I have a simple example with 2 parts in a stack with both parts having an event listener method. When I start up and then close the first part, the second part does not receive events anymore. | verified fixed | 80e45e4 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/InjectionEventTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-23T14:32:14Z | 2012-09-19T07:33:20Z |
388,966 | Bug 388966 [Min/Max] [Trim] CCE on Maximize/Minimize | Version: 4.2.1 Build id: M20120905-2300 Fresh workspace. Imported my preferences which has "/instance/org.eclipse.ui/ENABLE_ANIMATIONS=false". Tried to maximize an editor with Ctrl-M and by clicking on the maximize button, but it failed with a CCE (below). Double-clicking on the editor tab does successfully maximize th... | verified fixed | 9954101 | ["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 | 2012-10-22T23:18:19Z | 2012-09-06T16:46:40Z |
392,602 | Bug 392602 [MinMax] Double-click to maximize is too loose | Right not we maximize whenever we detect a double click...this allows for example double-clicking on the edge of a stack to cause it to maximize/restore...obviously incorrect. | verified fixed | 984f78c | ["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 | 2012-10-22T19:54:58Z | 2012-10-22T21:06:40Z |
384,814 | Bug 384814 "Fast view" doesn't collapse when clicking on an empty editor area | null | verified fixed | d148d5a | ["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 | 2012-10-22T19:26:34Z | 2012-07-11T09:46:40Z |
389,257 | Bug 389257 Objects leaked when opening and closing an editor | M20120909-2000. Objects are leaked in a simple close/open text editor scenario. Simple test case: 0. start new workspace 1. prepare a perspective with only the Navigator view open with a text file in it 2. reset the instance counter of your profiler 3. open the editor 4. close the editor ==> several instances are leake... | verified fixed | e9b6883 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-18T18:38:02Z | 2012-09-11T13:26:40Z |
386,022 | Bug 386022 Title of ErrorDialog in WorkbenchStatusReporter should be externalized | Build Identifier: Version: Juno Release Build id: 20120614-1722 In the current implementation of WorkbenchStatusReporter title of ErrorDialog is fixed (as Internal Error). When running non-english application the dialog title doesn't fit to the message. Reproducible: Always Steps to Reproduce: 1. Just run any non-engli... | verified fixed | dd65342 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchStatusReporter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-16T18:12:20Z | 2012-07-26T10:53:20Z |
391,866 | Bug 391866 NPE in ViewRegistry.postConstruct() | null | verified fixed | b7cc7b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-10-13T20:03:00Z | 2012-10-13T20:26:40Z |
391,138 | Bug 391138 Memory leaks in Juno when opening and closing Java Editor | I have noticed three memory leaks when opening and closing the Java editor 1) PartRenderingEngine adds MUIElement-s to the renderedElements list, but doesn't remove them correctly. All the OpaqueToolItemImpl toolbar items are leaked 2) ToolbarManagerRenderer.getUIContainer(MUIElement) doesn't find any container for the... | resolved fixed | 57222d2 | ["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 | 2012-10-05T14:37:45Z | 2012-10-04T17:00:00Z |
389,941 | Bug 389941 Keyline at bottom of toolbar clipped by SPACER control | In TrimBarLayout.tileLine(), the spacer control needs to be set to the size of the toolbar so it doesn't clip the bottom keyline of the toolbar. | verified fixed | 801333d | ["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 | 2012-10-04T18:52:10Z | 2012-09-19T18:40:00Z |
390,924 | Bug 390924 Pressing enter calls the @Focus Method | I think we have a regression in Eclipse 4.2.1. If I define a user interface and press [ENTER] in a text field the @Focus method is called. Example: Create the following part and press enter in one of the Text fields, e.g. the one defined with SWT.MULTI Let me know if you need a complete example, I can upload one. -----... | verified fixed | d609fcb | ["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 | 2012-10-02T17:17:22Z | 2012-10-02T12:13:20Z |
280,825 | Bug 280825 Support for multiple window icons | null | verified fixed | 68563a1 | ["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 | 2012-10-01T18:01:12Z | 2009-06-18T18:33:20Z |
389,335 | Bug 389335 CommandContributionItem IBindingManagerListener leak | null | verified fixed | c50d62e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-21T14:16:15Z | 2012-09-11T19:00:00Z |
389,901 | Bug 389901 WorkbenchPage#openEditors doesn't set up the tabs for non-activated editors | Found this while investigating some of the performance issues. The labels and icons for editors were being set in the CompatibilityPart's construction. If you were to use the 'openEditors' API then the editors that were not rendered had no icon, label or tooltip. | verified fixed | e71dd8d | ["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 | 2012-09-19T14:34:36Z | 2012-09-19T15:53:20Z |
329,720 | Bug 329720 [hover] There is no preference to change background color of debug hover popup | The background color of the debug hover popup on Linux Lucid Lynx is inherited from the desktop theme. For dark color schemes this leads to black text on a dark grey background. There should be a preference for setting background color of debug hover popup within Eclipse independently from the desktop theme. | verified fixed | f8335c2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SpyHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-17T20:29:47Z | 2010-11-09T02:33:20Z |
385,795 | Bug 385795 [TabbedProperties] Need support for changing color of a tab-label and displaying dynamic images on a tab in Tabbed Properties View | Build Identifier: Latest release / Juno The Eclipse Tabbed Properties Framework does not support tab-decorations i.e. dynamic images on tabs or dynamically changing color of a tab label. Tab labels are always displayed in black-color. An image can be added to a tab using propertyTabs extension in plugin.xml; the image ... | resolved fixed | 3bef50e | ["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyList.java", "bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java", "tests/org.eclipse.ui.tests.views.properties.tabbed/src/org/eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-07T18:16:15Z | 2012-07-23T21:46:40Z |
388,955 | Bug 388955 LazyStackRenderer collects elements shown/hidden without making use of them | They are collected in hide/showRecursive but never used so they can be removed | resolved fixed | 09a5578 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-06T15:00:23Z | 2012-09-06T14:00:00Z |
388,931 | Bug 388931 [QuickAccess] Copy Qualified Name doesn't work | null | verified fixed | b517497 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-06T12:00:42Z | 2012-09-06T11:13:20Z |
388,866 | Bug 388866 'Vertical' Image based frames throw an NPE if there's no handle | null | verified fixed | 7cf4116 | ["bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ImageBasedFrame.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-05T17:55:24Z | 2012-09-05T18:33:20Z |
388,481 | Bug 388481 [CSS] Add support for styling ToolBar and ToolItems | null | resolved fixed | 22ada80 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/SWTElementProvider.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/ToolBarElement.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/ToolItemElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-09-03T22:04:30Z | 2012-08-30T23:40:00Z |
385,379 | Bug 385379 [CSS] Provide the editor ID as a CSS class | I think it would be useful to have the Part ID as CSS class to allow that I can style individual parts. Boris Bokowski mentioned that this was intended in the original design and the place to implement it would be in ContributedPartRenderer. | verified fixed | a054a44 | ["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 | 2012-08-15T17:57:17Z | 2012-07-18T08:26:40Z |
384,068 | Bug 384068 Unexpected partVisible and partBroughtToTop events lead to wrong History view updating in Link with... mode | Broken in 4.2, works fine in 3.8. Bad selection updates lead to wrong Git History view updating in Link with... mode. Steps: - have EGit 2.0 installed and a repo checked out - open an editor for a file from Git - open History view and enable "Link with Editor and Selection" and "Show all changes of selected resource an... | verified fixed | ff7bdfe | ["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 | 2012-08-15T17:30:55Z | 2012-07-02T17:26:40Z |
387,247 | Bug 387247 NPE in MakeHandlersGo#isEnabled() | Closing a workbench window to terminate an app threw up an NPE: Thread [main] (Suspended (exception NullPointerException)) MakeHandlersGo.isEnabled() line: 137 Command.isEnabled() line: 862 CommandContributionItem.isEnabled() line: 981 CommandContributionItem.updateMenuItem() line: 628 CommandContributionItem.update(St... | verified fixed | 83bff71 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MakeHandlersGo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-15T12:10:02Z | 2012-08-14T21:33:20Z |
378,440 | Bug 378440 'Close All Perspectives' first creates all parts | 4.2-I20120503-1800. 'Close All Perspectives' first creates all not yet realized parts. This makes no sense and is a regression compared to 3.8. | verified fixed | e0a1e05 | ["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 | 2012-08-14T19:55:30Z | 2012-05-04T08:26:40Z |
310,716 | Bug 310716 [DetachedView] No close box on shell of torn off views. | 1) Drag any view out the content area of the shell that contained it. 2) Notice that the view is hosted in its own shell, which does not have a close box (but oddly *does* have a maximize button) Doing this on a Windows machine results in a shell with a close box (but no maximize button). | verified fixed | 5c26252 | ["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 | 2012-08-14T17:54:54Z | 2010-04-27T20:26:40Z |
346,624 | Bug 346624 [Browser] With the SystemBrowserInstance, IWebBrowser#openURL() fails unless called on the Display Thread | CQ:WIND00277253 When the Web Browser is configured to use the System Browser, calling IWebBrowser#openURL() on a Thread other than the Display thread fails with following message: "Could not open a Web Browser because there are none configured. Check the Web Browser Preferences." This is highly confusing for end users,... | verified fixed | 38c3133 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/browser/IWebBrowser.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-14T15:21:05Z | 2011-05-20T11:13:20Z |
385,267 | Bug 385267 Change exception message | Build Identifier: if the name of the Binding Context is empty, the Nullpointer Exception should be "The name of a binding context cannot be null" instead of "The name of a scheme cannot be null" org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException: The name of a scheme cannot be null at org.eclipse... | verified fixed | 91fd715 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/Context.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-14T15:05:12Z | 2012-07-17T07:26:40Z |
386,173 | Bug 386173 [Refactor] HandledContributionItem parameterized command generation | The generation of parameterized commands can be simplified/improved. Currently, parameterized commands can be generated three distinct ways. | verified fixed | 2a99470 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-14T14:49:46Z | 2012-07-27T23:00:00Z |
375,826 | Bug 375826 No SWT.Show event on selecting a menu from the RCP workbench | Build Identifier: 4.2.0.v20120315-1300 We, the Jubula team, currently check the compatibility of testing 3.x applications / plugins with e4.2 + compatibility layer and noticed that we have problems accessing menus from the Workbench and toolbar: the items / framework do not fire the SWT.Show event anymore. To correctly... | verified fixed | 724d1d8 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerHideProcessor.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... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-14T13:26:26Z | 2012-04-02T09:46:40Z |
387,140 | Bug 387140 TrimmedPartLayout should use visibility of the trim-area | null | verified fixed | c5d7187 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimmedPartLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-13T23:30:42Z | 2012-08-13T17:46:40Z |
385,748 | Bug 385748 After splitting the editor work area into multiple tiles, files open in the original editor work area instead of the focused one | Build Identifier: Version: 4.2.0 Build id: I20120608-1400 In all other versions of Eclipse, after tiling the editor work area, newly opened files would appear in whichever editor work area had focus. In this version, they open in the Original work area regardless of the amount of editor work area tiles. Reproducible: A... | verified fixed | d5e29a6 | ["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 | 2012-08-10T20:10:10Z | 2012-07-23T13:26:40Z |
383,269 | Bug 383269 vertical trims are not supported | On e4, I can contribute trims to the locations toolbar:org.eclipse.ui.trim.status and toolbar:org.eclipse.ui.trim.command2, but the vertical locations toolbar:org.eclipse.ui.trim.vertical1 and toolbar:org.eclipse.ui.trim.vertical2 do not work; nothing shows up when I use them. I'm not sure about command1. | verified fixed | ecfa3e2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.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 | 2012-08-10T19:14:20Z | 2012-06-21T20:20:00Z |
386,561 | Bug 386561 Dependency injection in tool control fails when reopening view | null | verified fixed | d961dc6 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlContribution.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-10T17:50:36Z | 2012-08-03T10:33:20Z |
386,663 | Bug 386663 NPE in MinMaxAddon when Removing Perspective From Snippet | I have perspective stack in the snippet container of my application. When I remove a perspective from the stack int the snippet container, I get an NPE from the MinMaxAddon with the stack below. The NPE occurs because there is of course not top level window for the perspective. | resolved fixed | ba96c49 | ["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 | 2012-08-08T20:14:06Z | 2012-08-06T08:00:00Z |
378,457 | Bug 378457 Conflicting handler activations not detected | null | verified fixed | e22d24e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-08T18:23:22Z | 2012-05-04T11:13:20Z |
383,684 | Bug 383684 Wrong placement of list of opened editors | Build Identifier: 20120614-1722 Placement of vertial buffer list ("Show List" in editor menu) ignores screen boundaries. Placemet in Eclipse 3.7 is fine, in 4.2 there is a bug. Reproducible: Always Steps to Reproduce: 1. Open several editors so that you have the "show List" icon available 2. Try to click "Show List" bu... | verified fixed | fc7304a | ["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 | 2012-08-08T16:45:43Z | 2012-06-27T18:00:00Z |
376,384 | Bug 376384 Installation changes cause error to appear in the .log | After starting Eclipse 4.2, switching between a couple of perspectives, and showing the Welcome Page, errors are logged (attached at the end). I have investigated this issue and it appears that the uri of one particular image got in TrimStack.getImage is bundleentry://155.fwk1253528362/icons/full/eview16/jperspective.g... | resolved fixed | cc7a6de | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-07T13:21:53Z | 2012-04-10T09:26:40Z |
381,470 | Bug 381470 [CSS] CSS url resources should support "file:"-style URIs | The CSS support doesn't know how to handle "file:"-style URIs. | verified fixed | 22f5432 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/FileResourcesLocatorImpl.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTImageHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-06T17:12:45Z | 2012-06-02T12:26:40Z |
379,693 | Bug 379693 NPE in WorkbenchWindow#updateActionBars() on workspace shutdown | My guess is that updateActionBars() should check that getShell() != null && !getShell.isDisposed() ? (I've seen this same error a few times.) !SESSION 2012-05-15 12:02:39.671 ----------------------------------------------- eclipse.buildId=I20120514-1900 [...] !ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2012-05-15 12:33:... | resolved fixed | 9369b53 | ["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 | 2012-08-06T12:46:39Z | 2012-05-16T14:53:20Z |
385,046 | Bug 385046 AbstractTableInformationControl - Usage of SWT.LINE_DOT | I think the SWT.LINE_DOT is not supported by the SWT Label. RAP seems to have problem with that. Can we replace the following? Label separator = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL| SWT.LINE_DOT); | verified fixed | 44d3a0c | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/AbstractTableInformationControl.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-03T14:53:12Z | 2012-07-13T11:46:40Z |
386,070 | Bug 386070 HandlerContributionItem updateIcon performance can be improved | null | verified fixed | 5fdc1da | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-03T14:18:40Z | 2012-07-26T16:26:40Z |
379,590 | Bug 379590 Part dragging not exiting drag mode | I20120510-1900 I sometimes get into a state where the workbench thinks I am dragging a part bug I have released the mouse button already. I can now easily reproduce this: - While the mouse is moving over a part tab, do a mouse button down - Stop moving, and mouse up. -> Now I am no longer holding the button down, but t... | verified fixed | fb51c11 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-08-02T18:08:33Z | 2012-05-15T16:40:00Z |
378,684 | Bug 378684 Ctrl+L disappears after switching to Emacs and back | null | verified fixed | c68d932 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/model/BindingModel.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-07-26T14:52:48Z | 2012-05-07T14:13:20Z |
385,414 | Bug 385414 Contributing wizards to toolbar always displays icon and text | Build Identifier: 20120614-1722 plugin.xml: <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="toolbar:org.eclipse.ui.workbench.file"> <command commandId="org.eclipse.ui.newWizard" style="push"> <parameter name="newWizardId" value="com.fabasoft.apptest.ui.wizards.newproject" /> </command> </menuCon... | verified fixed | db4addb | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-07-25T14:01:51Z | 2012-07-18T14:00:00Z |
362,522 | Bug 362522 Theme switching should warn the user that a restart is required | Some settings will not apply itself properly. A restart guarantees that the UI matches the defined CSS and the user should be notified that a restart is needed. | verified fixed | 74e3b65 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-07-25T13:31:35Z | 2011-10-31T19:40:00Z |
353,628 | Bug 353628 No binding table for org.eclipse.ui.contexts.dialog | I20110729-0200 (4.2) prints this to syserr on startup: No binding table for org.eclipse.ui.contexts.dialog | verified fixed | e8654a1 | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workben... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-07-16T17:34:35Z | 2011-08-02T18:33:20Z |
384,303 | Bug 384303 [Compatibility] WorkbenchWindows don't have a default title | In 3.x, workbench windows normally have a default title set to the product name (see WorkbenchWindow#configureShell(Shell) in 3.x). This code appears to have been lost in 4.x, such that windows have a blank title unless one is set by the WorkbenchWindowAdvisor. Steps to repeat: 1. Create a new plug-in project, and sele... | verified fixed | f8aca91 | ["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 | 2012-07-04T19:06:36Z | 2012-07-04T19:26:40Z |
364,529 | Bug 364529 UIEventPublisher does not handle Notification.ADD_MANY and REMOVE_MANY | I was walking through some code that sought to respond to changes to the MApplication's menu contributions (formed from the 3.x <menuContributions> stanzas). My event listener was getting a strange event whose type was "UNKNOWN". It turns out that adding the generated MMenuContributions to the app instance (in MenuPers... | verified fixed | 24bfc76 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/MinMaxAddon.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbe... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-07-04T19:03:35Z | 2011-11-23T01:00:00Z |
378,959 | Bug 378959 Appearance preference page misses "Use mixed fonts and colors for labels" | In 4.2, the Appearance preference page misses the "Use mixed fonts and colors for labels" option. This is a major problem because a user could have disabled this option in 3.8 but cannot enable it again after migrating to 4.2. BTW: The new Appearance page doesn't use the dialog font. | verified fixed | b6a8f91 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-06-21T13:27:42Z | 2012-05-09T10:40:00Z |
381,219 | Bug 381219 Remove timestamp check for the base application model | null | verified fixed | d1494db | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-31T17:42:52Z | 2012-05-31T16:00:00Z |
379,128 | Bug 379128 Wrong editor is activated | I have a couple of Java editors open in the same tabbed pane. The funny bug is every second time I select another tab, the edittor in the first tab is actually selected. The outline shows the right file. "Open type" is broken as well, same with following hyperlinks. | verified fixed | 7df9398 | ["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 | 2012-05-30T18:24:23Z | 2012-05-10T14:26:40Z |
380,654 | Bug 380654 Launching an application with -persistState false causes a NPE | Build: Eclipse 4.2 RC1 Starting an application with the argument "-persistState false" causes following NullPointerException: !ENTRY org.eclipse.osgi 4 0 2012-05-25 14:42:16.408 !MESSAGE Application error !STACK 1 java.lang.NullPointerException at org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl.getFacto... | verified fixed | d5d5ec7 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-29T17:53:50Z | 2012-05-25T12:46:40Z |
380,676 | Bug 380676 NPE when attempting to create keybinding for empty binding contexts | Version: 4.2.0 Build id: I20120524-2100 None of the programmatically-contributed keybindings are being loaded (e.g., the CSS Spy, the Live Model Editor). Attempting to create such a binding from the Keys pref page results in an NPE: !ENTRY org.eclipse.ui 4 0 2012-05-25 10:32:24.558 !MESSAGE Unhandled event loop excepti... | verified fixed | 6d51ea7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-28T19:00:36Z | 2012-05-25T15:33:20Z |
379,818 | Bug 379818 Inconsistent activation of views | null | verified fixed | 40f3224 | ["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 | 2012-05-25T20:14:46Z | 2012-05-17T15:53:20Z |
379,977 | Bug 379977 Trying to delete a branch caused CCE | I was in the Debug perspective. I selected a breakpoint and hit the delete key. I got the following 2 exceptions. !ENTRY org.eclipse.egit.ui 4 0 2012-05-18 09:24:49.301 !MESSAGE Branch deletion failed !STACK 0 java.lang.ClassCastException: org.eclipse.jdt.internal.debug.core.breakpoints.JavaLineBreakpoint incompatible ... | verified fixed | 523f636 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerActivation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-24T18:10:14Z | 2012-05-18T14:06:40Z |
380,322 | Bug 380322 Scheme is ignored while selecting the best shortcut to display | When you switch to the emacs scheme, Edit>Find/Replace still shows CTRL+F (although that's next word in emacs). It should be ALT+R. That's because getBestSequenceFor(*) ignores the scheme when sorting the bindings. It should sort by scheme first, and then pick best values out of that. PW | verified fixed | 4b2a72f | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTable.java", "bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTableManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-22T19:42:58Z | 2012-05-22T20:53:20Z |
375,762 | Bug 375762 child scheme keybindings that 'conflict' with parent scheme are not enabled | Build Identifier: 20120322-1740 In 3.x the doc for the org.eclipse.ui.bindings includes the following statement: "It is possible for schemes to inherit bindings from a parent scheme. This is intended to make it easier for plug-in developers to create customized binding sets. An active binding defined in a child scheme ... | verified fixed | 4e9dcd4 | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTableManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-22T16:30:03Z | 2012-03-30T23:26:40Z |
379,791 | Bug 379791 SWTException: Graphic is disposed for PlaceholderImpl | In Version: 4.2.0 Build id: I20120515-2200 I get frequent exceptions like the one below when closing the workbench. Ids mentioned: elementId: org.eclipse.jdt.ui.JavadocView & elementId: org.eclipse.jdt.ui.SourceView !ENTRY org.eclipse.e4.ui.workbench 4 0 2012-05-17 11:39:53.855 !MESSAGE Exception occurred while unrende... | verified fixed | 40ffef1 | ["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 | 2012-05-18T18:54:35Z | 2012-05-17T10:20:00Z |
374,444 | Bug 374444 [Compatibility] WTP Source Editor "Source" context menu missing items | null | resolved fixed | c92d78c | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/modeling/MenuService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-17T20:11:19Z | 2012-03-15T19:33:20Z |
379,717 | Bug 379717 All views lost after a New Window | I20120515-2200 (but also present in earlier builds) Repro steps: 1. Start up a new workspace 2. Close the Welcome page 3. Try minimizing (and restoring) the Package Explorer => works 4. Window > New Window 5. Close the old window 6. Try minimizing the Package Explorer => fails (nothing minimized to the trim and no way ... | verified fixed | dccd06a | ["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 | 2012-05-16T20:43:11Z | 2012-05-16T17:40:00Z |
378,616 | Bug 378616 New trim-toolbars for minimizes stacks don't fit CSS styling colors scheme | null | resolved fixed | 23317ba | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-15T20:41:07Z | 2012-05-07T05:53:20Z |
379,573 | Bug 379573 [Compatibility] Global selection in evaluation context is no longer a java.util.Collection | null | resolved fixed | ef309f8 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/ExpressionContext.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-15T18:11:57Z | 2012-05-15T16:40:00Z |
379,299 | Bug 379299 Detached Windows cause IllegalArgumentExceptions when switching to a new perspective | There's a 'layout' call in the PartRenderingEngine's visibilityHandler that tries to keep the layout up to date when an element's 'visible' flag changes. To reproduce start fresh drag a stack out to have a detached window open some other perspective When we're hiding the detached window we get the following trace: java... | verified fixed | e57a57f | ["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 | 2012-05-11T19:09:57Z | 2012-05-11T18:13:20Z |
375,741 | Bug 375741 intermittent problems with context menu visibility etc. | null | verified fixed | b43745b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/SelectionService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-11T17:39:27Z | 2012-03-30T15:06:40Z |
374,121 | Bug 374121 AIOOBE when restoring a window with no perspectives | We're working on a platform-style product where the base level product has no default perspective. We've noticed 2 exceptions like the following on subsequent startups. In this case, we're trying to render the following control: org.eclipse.e4.ui.model.application.ui.menu.impl.ToolControlImpl@57125f92 (elementId: org.e... | verified fixed | bf34877 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StandardTrim.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-11T15:10:49Z | 2012-03-13T17:33:20Z |
378,992 | Bug 378992 "Failed to map binding" written to console for certain custom key bindings | 4.2 M7 - new workspace - bind command "Copy from Right to Left" to Ctrl+Alt+Shift+Left and "Copy from Left to Right" to Ctrl+Alt+Shift+Right. - restart => The following is printed to the console (but not written to the log): Failed to map binding: org.eclipse.e4.ui.model.application.commands.impl.KeyBindingImpl@186ed7a... | verified fixed | a9da816 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-10T18:35:14Z | 2012-05-09T13:26:40Z |
378,921 | Bug 378921 Incorrect drag and drop behavior. | Build Identifier: I20120503-1800 When I try to split the shared area horizontally it splits vertically. After that, if I close one of the tabs the shared area is shrunk to half its size. See attached video. Reproducible: Always Steps to Reproduce: See the attached video. | verified fixed | ae7e568 | ["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 | 2012-05-10T13:59:12Z | 2012-05-08T23:33:20Z |
377,854 | Bug 377854 [About] About Features Dialog's Info Area does not scroll when message is long | null | verified fixed | d605188 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutFeaturesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-09T19:07:31Z | 2012-04-27T07:00:00Z |
378,731 | Bug 378731 [DnD] Feedback overlay is clipped when dragging in detached windows | The overlay shell should *not* adopt the size/position of the top-level shell but rather the shell that the overlay is supplying feedback for... | verified fixed | a15c449 | ["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 | 2012-05-08T17:39:29Z | 2012-05-07T19:46:40Z |
378,504 | Bug 378504 [DnD] if a drag operation fails due to an exception no other drags can be started | Found this when another app too over while I was dragging, causing an exception... We have to make sure that the guard boolean 'dragging' is set to false within a finally block.... | verified fixed | fda10e6 | ["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/DnDManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-07T18:16:13Z | 2012-05-04T14:00:00Z |
377,963 | Bug 377963 Restarting brings emacs scheme keybindings back | I started up a clean workspace inner. Create a plugin project with one of the examples, then navigate around an open java editor. I switched to the emacs scheme on Preferences>General>Keys, and then CTRL+A moves the the beginning of the line, and CTRL+K deletes the line (with a popup) and F9 is undo. I switched back to... | resolved fixed | 38f63f6 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-07T10:27:30Z | 2012-04-27T18:06:40Z |
378,330 | Bug 378330 Closing a perspective first creates all parts | I20120502-1800. Closing a perspective first creates all not yet realized parts. This makes no sense and is a regression compared to 3.8. | verified fixed | 5a8bcce | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java", "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 | 2012-05-03T20:03:52Z | 2012-05-03T07:26:40Z |
378,114 | Bug 378114 REGRESSION: partHidden not fired on perspective close and reset (was: NPE in JavadocView after resetting perspective) | - 4.2M7 test build: I20120429-1800 I encountered this problem during normal usage. The steps below may seem slightly un-normal, but they are the simplest means I've found for reproducing the problem consistently. - start with a typical Java perspective - close the Declaration and Problems views at the bottom so that ju... | verified fixed | f7f8292 | ["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 | 2012-05-03T19:13:35Z | 2012-04-30T18:20:00Z |
378,332 | Bug 378332 Toggle Full Screen command should work with the fullscreen button in title bar | Eclipse 4.2 I20120502-1800 The Toggle Full Screen command doesn't seem to work in combination with the Full Screen button in the title bar. This happens both when trying to enter and exit fullscreen mode. Steps to reproduce: 1. In the IDE, click on the fullscreen button on title bar to enter fullscreen mode. 2. Click o... | verified fixed | 01e77a9 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/FullscreenWindowHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-03T15:26:32Z | 2012-05-03T10:13:20Z |
378,109 | Bug 378109 dragging a view writes "Cross Boundary" to stdout | - 4.2M7 test build: I20120429-1800 - observed on Linux and HPUX, presumably happens on all platforms - start with a typical Java perspective open, no editors open - begin dragging the Problems view from the bottom up into the editor area - green rectangles showing the different drop zones are shown in the editor area -... | verified fixed | 17c050b | ["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 | 2012-05-02T15:20:58Z | 2012-04-30T18:20:00Z |
378,138 | Bug 378138 'Reset Perspective...' must not dispose and reopen parts that remain in the perspective | 4.2-I20120429-1800. 'Reset Perspective...' must not dispose and reopen parts as this destroys the existing state of the view. If a part will still be visible after resetting the perspective then it should not be closed/disposed and reopened, but simply placed as defined by the perspective layout. This used to work as e... | verified fixed | 19d81d6 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-05-02T13:24:43Z | 2012-05-01T05:26:40Z |
378,034 | Bug 378034 CSSRenderingUtils NPEs on widgets with no CSS element | null | verified fixed | 2ecca05 | ["bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-29T21:56:55Z | 2012-04-29T22:53:20Z |
378,029 | Bug 378029 Simplify widget-data accesses for CSS information | The CSS WidgetElement class provides several convenience methods for getting and setting CSS information for a widget or display. The codebase should be changed to use these convenience methods. | verified fixed | baf6b3f | ["bundles/org.eclipse.e4.ui.css.swt.theme/src/org/eclipse/e4/ui/css/swt/internal/theme/ThemeEngine.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/CSSRenderingUtils.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngi... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-29T17:55:30Z | 2012-04-29T14:33:20Z |
359,117 | Bug 359117 [Compatibility] Separators don't show up for .ecorediagram files | null | verified fixed | 9cba02d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarManagerRenderer.java", "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 | 2012-04-27T18:40:06Z | 2011-09-27T16:13:20Z |
306,623 | Bug 306623 Application.e4xmi should be default for "applicationXMI" | Currently if I do not provide a value in my product configuration for "applicationXMI" I receive: org.eclipse.core.runtime.AssertionFailedException: null argument:applicationXMI argument missing I suggest to add the default that if no parameter "applicationXMI" is specified that the application tries to use "Applicatio... | closed fixed | ea91555 | ["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 | 2012-04-27T17:37:28Z | 2010-03-21T05:40:00Z |
377,150 | Bug 377150 REGRESSION: Key binding indication in menus unreliable | 4.2-N20120418-2000. Some key bindings sometimes appear in the menu items and sometimes not. | verified fixed | e7896b0 | ["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-27T14:22:25Z | 2012-04-19T07:20:00Z |
376,102 | Bug 376102 [CSS] FileNotFoundException starting target workspace | Version: 4.2.0 Build id: I20120321-0610 + latest code from master I get two of these exceptions each time I start a target workspace: java.io.FileNotFoundException: .\win7.PNG (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.jav... | verified fixed | 8fdb50a | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/util/impl/resources/ResourcesLocatorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-27T05:33:12Z | 2012-04-04T17:20:00Z |
377,837 | Bug 377837 NPE on CTF tab switch | I seem occasional NPEs when switching tabs to an as-yet unopened part: if (item != null) { MUIElement ele = (MUIElement) item.getData(OWNING_ME); if (ele.getParent().getSelectedElement() == ele) { Control ctrl = (Control) ele.getWidget(); ctrl.setFocus(); } } Checking that ctrl != null avoids the issue. java.lang.NullP... | verified fixed | e503bef | ["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 | 2012-04-26T21:50:56Z | 2012-04-26T22:40:00Z |
375,771 | Bug 375771 Some bundleentry: iconURIs are not being rewritten in more durable platform:/plugin-style | Wondows 4.2M6 Modeling EPP + extras I'm getting about one java.io.FileNotFoundException: /icons/elcl16/focus.gif error per second. Just occasionally I also get Unhandled event loop exception. If I try to close the Error Log view to look at the Problem View I get Blocked recursive attempt to activate part. If I restart ... | verified fixed | 67af8b7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-26T21:50:56Z | 2012-03-31T13:20:00Z |
376,441 | Bug 376441 [Compatibility] IEvaluationService.requestEvaluation() does not call property tester as it used to | null | verified fixed | b026613 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ContributionsAnalyzer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-26T19:37:53Z | 2012-04-10T20:33:20Z |
377,769 | Bug 377769 Stray part menu shown after dismissing part's context menu | I've sometimes encountered a case where, after having dismissed a context menu, a new menu pops up corresponding to the part's menu (e.g., with "Close"). I rarely see this in my outer, but often see it in an inner. Steps: 1. With multiple monitors, place a window out of the main window 2. Right-click in a part to bring... | verified fixed | cd036a0 | ["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 | 2012-04-26T19:23:04Z | 2012-04-26T14:20:00Z |
377,798 | Bug 377798 ResourceHandler#getLastApplictionModification() doesn't work for platform:/plugin/org.eclipse.platform/LegacyIDE.e4xmi | ResourceHandler's getLastApplicationModification() masks an NPE and doesn't properly fetch the last modification time of the Platform SDK's e4xmi file (platform:/plugin/org.eclipse.platform/LegacyIDE.e4xmi). The method uses Bundle#getResource() to resolve the .e4xmi file. But getResource() uses the bundle's classpath (... | verified fixed | 6e457cd | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ResourceHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-26T18:00:05Z | 2012-04-26T17:06:40Z |
377,751 | Bug 377751 [Compatibility] NPE in Command.executeWithChecks | null | verified fixed | 92466b5 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2012-04-26T14:11:29Z | 2012-04-26T11:33:20Z |
376,332 | Bug 376332 [patch] NPE in org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.hideChild | null | verified fixed | 7388af2 | ["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 | 2012-04-25T14:10:05Z | 2012-04-09T16:46:40Z |
377,559 | Bug 377559 menuContribution not working in Juno, but works fine in Eclipse 3.7 | Build Identifier: Version: Juno Release Build id: 20120322-1740 I'm using the menuContribution element of the org.eclipse.ui.menus extension to contribute an action to the Show in menu item. This extension work fine in Eclipse 3.7, but in Eclipse 4.2 the action doesn't come up at all. Attached to the defect is a zip fi... | verified fixed | 78badb9 | ["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 | 2012-04-24T18:28:14Z | 2012-04-24T17:53:20Z |
374,553 | Bug 374553 Part ToolBar is not re-rendered correctly when a ToolItem is hidden | Build Identifier: I20120314-2200 When hiding a tool item the toolbar is not rendered correctly. In my example there are two tool items and the part menu. When I hide ToolItem 2 the part menu moves to the left next to ToolItem 1. There is a bunch of space between the part menu and the edge of the part. I would have expe... | verified fixed | c7951b5 | ["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 | 2012-04-24T18:13:39Z | 2012-03-16T20:33:20Z |
352,380 | Bug 352380 [Compatibility] Empty 'Team' menu shows up in context menus | The 'Team' submenu is present albeit with no items in 4.x. This doesn't seem to happen in 3.x. | verified fixed | f462593 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRendererFilter.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 | 2012-04-20T17:53:03Z | 2011-07-18T17:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.