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]
406,436
Bug 406436 176 test failures in APITestSuite
null
resolved fixed
1548be5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-24T14:46:05Z
2013-04-24T13:26:40Z
406,109
Bug 406109 View title still italic (busy) when view is up-to-date
null
verified fixed
5547b77
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-22T16:01:35Z
2013-04-19T16:46:40Z
379,212
Bug 379212 IPerspectiveListener3.perspectiveOpened is not called on opening a new perspective
Build Identifier: Version: 4.2.0 Build id: I20120315-1300 After I opened new perspective by using the "open perspective" button IPerspectiveListener3.perspectiveOpened was not called.Same for IPerspectiveListener3.perspectiveClosed if closing the perspective.These worked fine for older eclipse versions such as 3.7. Rep...
verified fixed
91b8a59
["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-04-18T18:32:43Z
2012-05-11T07:06:40Z
371,510
Bug 371510 [Compatibility] IWorkbenchSiteProgressService.warnOfContentChange not implemented in 4.x
null
verified fixed
ecc24a3
["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", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-18T15:04:30Z
2012-02-14T17:20:00Z
382,839
Bug 382839 [Compatibility] 'Line Up' and 'Line Down' no longer work in content assist pop-up
4.2 RC4. 'Line Up' and 'Line Down' no longer work in content assist pop-up. This works fine in 3.8 RC4. Steps: 1. start new workspace 2. assign a new key binding to 'Line Down' 3. paste this: "class A {}" into Package Explorer 4. invoke Content Assist (don't give focus to pop-up) 5. use the key binding from step 2. ==>...
verified fixed
3e05785
["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/CommandServiceAddon.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ExpressionContext.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/CommandServiceImpl.java", "bundles/org.eclips...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-17T18:29:25Z
2012-06-18T11:46:40Z
338,450
Bug 338450 [Compatibility] List of recently opened editors not persisted across workbench restarts
The list of recently opened editors under the 'File' menu needs to be persisted across restarts.
verified fixed
c46a23e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java", "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-04-17T11:59:46Z
2011-02-28T19:06:40Z
405,471
Bug 405471 Incorrectly handling of MMenu element contributions in DynamicMenuContribution
Hello, When I use a MDynamicMenuContribution and I populate it with MMenu objects, these are not cleaned (In the renderer?). To reproduce: 1. Add a Dynamic Menu Contribution to a Part. 2. Create a class with this implementation. @AboutToHide public void aboutToHide(List<MMenuElement> items) { // Clearing items here, ha...
verified fixed
3a4f5ff
["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-04-15T17:31:54Z
2013-04-11T14:20:00Z
405,410
Bug 405410 Context menu not available on minimized shared area
1) Minimize a stack of views 2) Minimize the shared editor area 3) Right click on a minimized view Result: Menu with orientation, restore, close available 4) Right click on minimuzed shared area Result: No menu
verified fixed
00fc124
["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-12T21:42:32Z
2013-04-10T21:40:00Z
330,135
Bug 330135 Start e4 RCP several times fails
In Eclipse 3.X I could start an RCP application several times. I like that because I could have an "old" version and the "new" version running side by side. If I try to do this in e4 I get "Could not launch the application because the associated workspace is currently in use by another Eclipse instance." The same restr...
verified fixed
5566d81
["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/ResourceHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-12T13:29:48Z
2010-11-12T19:26:40Z
395,839
Bug 395839 AbstractEList$BasicIndexOutOfBoundsException when opening a context menu
null
verified fixed
3d996ff
["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-04-12T13:03:52Z
2012-12-05T17:53:20Z
405,456
Bug 405456 Allow tests to disable auto-save job
null
verified fixed
76db313
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/testing/WorkbenchTestable.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-11T15:32:23Z
2013-04-11T11:33:20Z
372,466
Bug 372466 [Compatibility] Part tabs no longer show that they are busy (italic title)
null
verified fixed
206a549
["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", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbenc...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-11T12:30:00Z
2012-02-24T10:40:00Z
373,814
Bug 373814 Missing setFocus() call on maximize/minimize/restore of stack
null
verified fixed
e1a1fff
["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-10T20:50:50Z
2012-03-09T16:20:00Z
391,481
Bug 391481 Contributing perspectiveExtension, hiddenMenuItem removes a menu from multiple perspectives
null
verified fixed
c62a3ef
["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-04-08T13:18:25Z
2012-10-09T19:13:20Z
391,780
Bug 391780 Window Renderer fails to respond to it becoming the selected element
null
verified fixed
bef4ce9
["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-04-08T13:11:31Z
2012-10-12T13:53:20Z
398,509
Bug 398509 Regression to 4.2.1: Sending of postSelection events stops working
Eclipse for RCP and RAP Developers Version: Kepler Release Build id: 20121220-1030 When highlighting a variable/class/etc in Eclipse, it will highlight all occurrences but if I then try to switch to a new variable/class/etc it will not un-highlight the old variable and highlight the new variable. If I make Eclipse lose...
resolved fixed
24cee19
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-04-04T17:30:42Z
2013-01-18T14:40:00Z
404,596
Bug 404596 The Display should be in the context before PostContextCreate is called
Currently, the Display isn't added to the context until after workbench.createAndRunUI() is called. Thus you are unable to use the Display with any of the workbench lifecycle hooks such as PostContextCreate. (Calling Display.getDefault() isn't very clean and at some point could introduce bugs.) Furthermore, resources s...
verified fixed
300a5ba
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "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-04-02T12:41:21Z
2013-03-28T22:33:20Z
402,915
Bug 402915 Enable API tools for the e4.ui bundles
null
resolved fixed
dfd5402
["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitFeedbackOverlay.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-20T16:14:05Z
2013-03-11T13:53:20Z
403,461
Bug 403461 Allow toggling toolbar on per-window basis
null
verified fixed
8a8be4d
["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-03-20T13:30:15Z
2013-03-15T12:20:00Z
402,912
Bug 402912 OutOfMemoryError when eclipse left overnight
I've noticed OutOfMemoryErrors when I come in some mornings. I'm going to try some profiling, to see if I can narrow down what's doing this. PW
verified fixed
518a06e
["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-03-19T19:15:35Z
2013-03-11T13:53:20Z
403,235
Bug 403235 CommandContributionItem have to restore contributed tooltip when handler changes
An IElementUpdater can set the tooltip of a CommandContributionItem. At moment the tooltip is not restored when the handler changes. It should be reset to the contributed tooltip like the label or icons.
verified fixed
649adf3
["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
2013-03-18T17:08:02Z
2013-03-13T15:53:20Z
403,433
Bug 403433 Fix for Bug397677 does not consider logger being optional
null
verified fixed
fcb7028
["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
2013-03-18T16:54:32Z
2013-03-15T09:33:20Z
403,234
Bug 403234 CSS SWT test failures in I build (I20130312-2000)
The e4.ui.tests.css.swt tests seem to have 3 failures on mac. Bogdan, could you please investigate? They're in the "URL" link. PW
resolved fixed
557e131
["tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-13T21:51:57Z
2013-03-13T15:53:20Z
403,249
Bug 403249 Failure in BindingTableTests.testTwoKeysOneCommand
Looks like we're asking for the wrong key on mac. PW
verified fixed
c3047ca
["tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-13T18:50:04Z
2013-03-13T18:40:00Z
391,186
Bug 391186 Add restart() to IWorkbench
I think we should add the option to restart to IWorkbench(). Opinions?
verified fixed
d06f17d
["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/E4Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/IWorkbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-11T16:05:28Z
2012-10-05T04:06:40Z
402,781
Bug 402781 [API] Extend the EModelService to provide factory capabilities for model elements
We need to move away from exposing the EMF factory pattern. The obvious replacement is to extend the EModelService. Rather than implementing 'n' discreet methods (one for each concrete class) we'll just implement a generic factory capable of taking a class and (if possible) returning an instance of that class: MPartSta...
verified fixed
ab436ee
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/EModelService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-08T20:58:19Z
2013-03-08T19:13:20Z
402,759
Bug 402759 [CSS] NPE in SWTStyleHelpersgetSWTWidgetStyleAsString() on disposed widget
NPE seen in 4.2.2 on shutdown.
verified fixed
0b543a2
["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/SWTStyleHelpers.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-08T19:05:37Z
2013-03-08T16:26:40Z
402,765
Bug 402765 Mark some of the E*Services as noreference
null
verified fixed
8f5712e
["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/CommandServiceAddon.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/ECommandService.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java", "bundles/org.eclipse.e4.ui.bindin...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-08T18:00:51Z
2013-03-08T16:26:40Z
402,766
Bug 402766 Remove the EHandlerService getContext() method
This method should not be API, and should not be used. PW
verified fixed
18e47ab
["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-08T17:44:57Z
2013-03-08T16:26:40Z
311,692
Bug 311692 [TabbedProperties] Properties View crashes when reopening with NPE if using Tabbed Properties
Build Identifier: Build id: 20100218-1602 java.lang.NullPointerException at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage.handlePartActivated(TabbedPropertySheetPage.java:320) at org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage$1.partActivated(TabbedPropertySheetPage.java:118) at org.ecli...
verified fixed
ec77102
["examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/src/org/eclipse/ui/examples/views/properties/tabbed/hockeyleague/ui/editor/HockeyleagueEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-07T12:32:30Z
2010-05-05T09:00:00Z
402,530
Bug 402530 [CSS] Styling Engine should be able to parse SWT color constants
SWT provides access to specific OS-theme colors and these are currently used in the 3.x UI. We should provide a way for them to be used directly in stylesheets.
resolved fixed
8fab171
["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-06T22:39:57Z
2013-03-06T14:26:40Z
398,309
Bug 398309 Include getWorkbenchContext() in IWorkbench API
One of the first things I did was move all of the constants from E4Workbench into IWorkbench. I also added constants for the default model file extension and the default name assigned to the workbench context. Since the application model and workbench context are both closely associated with the workbench, I added gett...
verified fixed
6f0b87b
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/E4Workbench.java", "b...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-04T19:33:10Z
2013-01-16T15:26:40Z
394,499
Bug 394499 NavigatorSaveablesService NPE during shutdown
null
verified fixed
1b4721e
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorSaveablesService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-04T14:15:43Z
2012-11-16T21:06:40Z
401,611
Bug 401611 [Commands] request: convert parameter value back to Object
null
verified fixed
e14cff6
["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-03-01T19:06:57Z
2013-02-24T07:13:20Z
375,221
Bug 375221 [Compatibility] 'Resource configurations' menu shows up in context menus
null
verified fixed
4ef1441
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-28T18:40:16Z
2012-03-23T22:00:00Z
398,866
Bug 398866 Dynamic menu contribution position in application model not equal to rendering
null
verified fixed
927225b
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DynamicContributionContributionItem.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/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-28T15:26:48Z
2013-01-23T11:20:00Z
400,829
Bug 400829 [DND] NPE and hang during dragging
BuildId: I20130205-0800 (4.3M5) Attempting to drag a view into a separate stack, resulted in an app hang and partial global UI hang -- I could switch out using Ctrl-Tab into a terminal window where I was able to kill Eclipse and recover the UI. This has happened to me on a few previous occasions, but it's not an everyd...
verified fixed
35376fc
["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitDropAgent.java", "bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitFeedbackOverlay.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-26T20:52:05Z
2013-02-14T16:40:00Z
209,190
Bug 209190 [Decorators] Request an overlay icon for symbolic links in the file system
null
verified fixed
2a65c7d
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/SymlinkDecorator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-26T14:16:24Z
2007-11-08T13:53:20Z
401,031
Bug 401031 Workbench failed to be instantiated on OpenJDK 1.7u13
Build: 4.3 I20130216 Host: Ubuntu 12.04 32bit JVM: java version "1.7.0_13" OpenJDK Runtime Environment (IcedTea7 2.3.6) (7u13-2.3.6-0ubuntu0.12.04.1) OpenJDK Server VM (build 23.7-b01, mixed mode) Start eclipse with a new workspace. The workbench window failed to be instantiated. It works fine when switching jvm to Sun...
verified fixed
651878d
["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-02-19T18:55:11Z
2013-02-18T04:00:00Z
401,199
Bug 401199 unused private field errors
With CBI-4.2.0.I20130217-2011 I get 4 unused field errors: Description Resource Path Location Type The value of the field MenuManagerHideProcessor.modelService is not used MenuManagerHideProcessor.java /org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt line 40 Java Problem The valu...
verified fixed
c5062bd
["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/MenuManagerRendererFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-19T15:39:21Z
2013-02-19T16:06:40Z
400,276
Bug 400276 Errors when removing or moving multiple parts from/between stacks
null
verified fixed
c0236c2
["bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.java", "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/ren...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-15T15:55:04Z
2013-02-07T23:33:20Z
400,368
Bug 400368 NoClassDefFoundError in StandardPropertiesAdapterFactory due to unguarded access to optional type
Build: 4.2.2 Although org.eclipse.ui.ide has an optional dependency on org.eclipse.ui.views, org.eclipse.ui.internal.ide.model.StandardPropertiesAdapterFactory#getAdapterList() makes an unguarded reference to org.eclipse.ui.views.properties.IPropertySource resulting in the following exception. !ENTRY org.eclipse.jface ...
verified fixed
bb4e563
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/StandardPropertiesAdapterFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-15T15:54:30Z
2013-02-08T21:46:40Z
321,155
Bug 321155 [DynamicGUI] UIExtensionTracker calling Display.syncExec() on disposed Display
Build Identifier: Eclipse SDK 3.6GA I20100608-0911 We have an RCP application that dynamically loads plugins with extensions. The RCP application also dynamically unloads these plugins right before shutting down. We get these exceptions in the <workspace>/.metadata/.log during shutdown: !ENTRY org.eclipse.equinox.regis...
verified fixed
b2c04ce
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/UIExtensionTracker.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-14T13:49:31Z
2010-07-28T18:00:00Z
395,645
Bug 395645 Progress view can show finished job as unfinished (race condition introduced by bug 258352)
null
verified fixed
f092d64
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-12T22:48:44Z
2012-12-04T00:13:20Z
193,486
Bug 193486 [WorkbenchLauncher] Drive letter treated as case sensitive on windows: Same workspace listed twice in list
Build ID: 3.3 RC4 Steps To Reproduce: 1. Open Workspace "C:/tmp/deleteme", close Eclipse 2. Open Workspace "c:/tmp/deleteme", close Eclipse 3. Open Eclipse, check number of recent workspaces. More information: It's really a nuisance, but the overall issue is that C: and c: are treated as being different on windows, whi...
verified fixed
1aecd08
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T22:14:51Z
2007-06-20T11:46:40Z
186,366
Bug 186366 [IDE] "OK" string appears in path variable dialog
Steps: 1) Define a path variable "FOO" pointing to some existing directory on disk that has sub-directories. 2) File > New > Folder > Advanced 3) Click "Variables" 4) Select "FOO", and click "Extend" 5) Select any sub-directory. Note that when you select a directory in step five the Text string "OK" appears floating be...
verified fixed
bf05288
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileFolderSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T21:56:12Z
2007-05-10T15:13:20Z
163,711
Bug 163711 [Markers] Problem marker properties not showing non-numeric Locations
The "Location" column in the Problems View displays numeric values only (such as line number). These values are read from error markers. In my editor, there are situation when "line number" concept does not apply. In these cases, location is identified by a placement of a model element inside a tree. I would like to be...
verified fixed
8b3c2b2
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkersPropertyPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T21:27:56Z
2006-11-07T20:06:40Z
398,421
Bug 398421 E4Application start() should use nested try's
The display and instance location are both disposed in the same finally block. However, there is significant potential for the display to be leaked if there is an error during createE4Workbench(). Once the display is created, there should be a try-finally block where the display is disposed. Then once the instance loca...
verified fixed
9b3aee0
["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-02-11T21:11:46Z
2013-01-17T16:26:40Z
341,923
Bug 341923 Improve CheckedTreeSelectionDialog : Add the possibility to choose the style of the TreeViewer
Currently, when we use the dialog CheckedTreeSelectionDialog, we can' t specify the style of the TreeViewer. The TreeViewer have always the style SWT.BORDER. In my case, I need to change this style ( SWT.BORDER | SWT.FULL_SELECTION). At the beginning, I wanted to override the method createTreeViewer, but it's not possi...
verified fixed
27a987a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T21:02:54Z
2011-04-05T13:26:40Z
384,560
Bug 384560 Print toolbar does not have a real id,but with a id named org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem
null
verified fixed
e404d76
["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
2013-02-11T20:23:02Z
2012-07-09T02:13:20Z
385,592
Bug 385592 Working Set "Window Working Set" not persisted across sessions
Build Identifier: 20120614-1722 If you select for the "navigator" or "package view" as the "Working Set" the option "Window Working Set" you can easily switch the view's contents by using the "Modify window working set" button. But if you quit and restart the eclipse IDE these configuration is lost and you have to reco...
verified fixed
e296914
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T19:54:36Z
2012-07-20T13:13:20Z
397,920
Bug 397920 [About] [Patch] Filtering for Plug-ins tab of Installation Details
null
verified fixed
ebf6eac
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutPluginsPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T18:52:21Z
2013-01-10T20:33:20Z
384,056
Bug 384056 Disabled icons not being used from extension definition
I have declared a toolbar menu contribution command, and the "disabledIcon" property does not seem to be respected. I even tried the org.eclipse.ui.commandImages extension point to verify if the "disabledIcon" from that extension (and not org.eclipse.ui.menus) would be respected, but still no success. What I get on my ...
verified fixed
e5313ba
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T18:30:41Z
2012-07-02T14:40:00Z
398,631
Bug 398631 Menu item missing icon from commandImages
null
verified fixed
5985e3f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T18:22:33Z
2013-01-21T14:53:20Z
399,458
Bug 399458 Layout overlap in line-wrapped trim bar
null
verified fixed
5d25738
["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-02-11T18:18:28Z
2013-01-30T07:13:20Z
289,181
Bug 289181 [JFace] initial size & location of Window is never set if a menu bar is displayed
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Build Identifier: If you create a ApplicationWindow with a menu bar, the initializeBounds() breaks before it calls getInitialSize() and getInitialLocation(). Please see the attached snippet: It first s...
verified fixed
f5158dd
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T18:08:54Z
2009-09-11T09:06:40Z
400,265
Bug 400265 BindingProcessingAddon fails with missing BindingManager
I'm using N20130205-2000 and if I run a new Eclipse 4 RCP application created with the e4 tools, I get the following error: org.eclipse.e4.core.di.InjectionException: Unable to process "BindingProcessingAddon.bindingManager": no actual value was found for the argument "BindingManager". at org.eclipse.e4.core.internal.d...
verified fixed
d25688f
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-11T17:39:52Z
2013-02-07T20:46:40Z
2,369
Bug 2369 [Workbench] Would like to be able to save workspace without exiting (1GEUMKI)
Currently, there is no way to perform a full save of the workspace without exiting and restarting, which can take a while. I would like a menu option allowing to perform a full save action when I feel it necessary. Then I can zip the corresponding folder manually. Ideally a save-as would be even better. NOTES:
verified fixed
5996d97
["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/MTrimBar.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/impl/BasicPackageImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basi...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-08T16:33:01Z
2001-10-11T03:13:20Z
398,297
Bug 398297 Publish handle to e4 applications as OSGi service
null
verified fixed
c4f9c39
["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/workbench/IWorkbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-08T14:50:06Z
2013-01-16T15:26:40Z
397,677
Bug 397677 HandledToolItem in Toolbar without defined command and tooltip leads to NPE
If a new element of type HandledToolItem is created as child of Toolbar, this leads to java.lang.NullPointerException at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.getToolTipText(HandledContributionItem.java:547) at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.updateToolItem(...
verified fixed
aec2b9f
["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
2013-02-05T21:14:25Z
2013-01-08T15:46:40Z
395,890
Bug 395890 TreeColumnLayout$TreeLayoutListener doesn't check for disposal
The class TreeColumnLayout installs a TreeListener on the tree the first time the layout is performed for the tree. The listener will then asynchronously perform an update on the tree and a layout of its parent. But in doing so it doesn't check if the tree has been disposed. Here is the relevant code from TreeColumnLay...
verified fixed
e99e241
["bundles/org.eclipse.jface/src/org/eclipse/jface/layout/TreeColumnLayout.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/layout/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/layout/TreeColumnLayoutTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-05T21:10:16Z
2012-12-06T07:46:40Z
398,399
Bug 398399 ToolItemUpdateTimer unnecessarily creates array of Runnable
null
verified fixed
e090c71
["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
2013-02-05T21:01:59Z
2013-01-17T13:40:00Z
387,728
Bug 387728 [KeyBindings] Changing the keybindings to Emacs+ unstable
null
resolved fixed
0fbbfb1
["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingTable.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-02-05T20:50:46Z
2012-08-21T20:13:20Z
399,831
Bug 399831 Many broken shortcuts in multi-page editors
First - it's neither SpringSource Tool Suite nor WTP's fault. I've upgraded from 4.3m4 to 4.3m5 (and few days earlier to some I-build) and in XML Editors (HTML Editors are fine) I can't use many shortcuts such as: Delete line (CTRL+D), move line up/down (ALT+up/down) or duplicate line up/down (ALT+CTRL+up/down). I've n...
verified fixed
671819c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingService.java", "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
2013-02-04T16:49:03Z
2013-02-04T09:26:40Z
399,396
Bug 399396 Log filled with handler conflict errors
Found in 4.2 SR2 RC3 and I20130128-2000. Switching between the two panes of the Compare editor logs two conflict errors each time. I'm marking this as 'critical' since - not sure what the impact is - it's a regression: works in 4.2.1 and 3.8.2 - got broken with M20130116-1800 Test Case: 1. start new workspace 2. paste ...
verified fixed
5232e7b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-29T20:13:42Z
2013-01-29T14:33:20Z
334,571
Bug 334571 [JFace] [Viewers] Failure in JFace ListViewerTest
Rerun org.eclipse.jface.tests.viewers.ListViewerTest.testRevealBug69076 testRevealBug69076(org.eclipse.jface.tests.viewers.ListViewerTest) junit.framework.AssertionFailedError: topIndex should not change on showSelection expected:<0> but was:<9> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.f...
verified fixed
d4b1625
["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/ListViewerTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-28T16:30:45Z
2011-01-17T18:46:40Z
397,834
Bug 397834 [GlobalActions] SaveAction throws NPE for saveable views in RCP applications
null
verified fixed
13ea624
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-25T19:32:03Z
2013-01-10T09:26:40Z
398,455
Bug 398455 Quick Access incremental suggestion list generation is either unintuitive or wrong
Version: 4.2.2 Build id: M20130116-1800 - type 'b' (w/o the quotes) in the Quick Access field - there are many completions offered that have a 'b' in their middle (eg.- Commands > A'b'ort Release) - however a suggestion that starts with a 'b' like "Commands > 'B'uild Clean" is not shown - it looks like each category is...
resolved fixed
3716479
["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/QuickAccessElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/quickaccess/QuickAccessEnt...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-25T19:04:13Z
2013-01-17T22:00:00Z
394,402
Bug 394402 [ErrorHandling] Display multiple line messages in Status in separate lines
null
verified fixed
674ea20
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-25T16:09:15Z
2012-11-15T17:20:00Z
398,674
Bug 398674 IWorkbenchPage.setEditorAreaVisible(boolean) behaviour has changed in eclipse 4
In eclipse 3.6, if the editor is made invisible by calling page.setEditorAreaVisible(false), opening a new editor forces the editor area to become visible again. This allows you to have the editor area hidden to maximise view real estate when not necessary, but have it reappear as necessary. In eclipse 4, opening a new...
verified fixed
3c6afd6
["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-01-24T16:35:30Z
2013-01-21T20:26:40Z
398,409
Bug 398409 Incorrect view menu being shown when switching between views in a folder
Our application uses a number of views shown in a folder. In Eclipse 4.2.1, 4.2.2 (20130109-1200), and 4.3 (20130101-0800) we are finding that the incorrect view menu is being shown when we switch between views. The view menu is shown for the previously selected view. I can recreate this, I *think*, using the basic Ecl...
verified fixed
3f461dc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-23T16:28:20Z
2013-01-17T16:26:40Z
398,776
Bug 398776 [regression] Workbench starts IStartup plug-ins before it is fully initialized
null
verified fixed
870f3ce
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "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-01-23T11:48:25Z
2013-01-22T15:53:20Z
389,251
Bug 389251 [Performance] Idle Eclipse constantly allocates hundreds of objects per second
M20120909-2000. The idle Eclipse constantly allocates hundreds of objects (mostly char[], int[], String and others) per second even though the IDE is idle. Test Case: 1. start a new workspace 2. close the Welcome page 3. wait until all is idle 4. start to profile the memory ===> see never ending allocation of hundred o...
verified fixed
9a9ea5b
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java", "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-01-15T18:07:05Z
2012-09-11T13:26:40Z
398,217
Bug 398217 Multi-instance support code has broken some UI Tests
The code to check for ':' within part ids wasn't checking if the id was null, leading to a number of the automated tests to fail...
verified fixed
4be569e
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.java", "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-01-15T18:03:43Z
2013-01-15T17:13:20Z
370,590
Bug 370590 [Compatibility] In CDT, the buttons inside the macro explorer are disabled
Using Build id: 20120202-1513 (Juno M5 C/C++) 1. Create a c++ project and paste this code #define FOO(a) a++ #define BAR(a) FOO(a) int main() { int b; BAR(b); // hover on BAR return 0; } 2. Hover on BAR in main, click on the hover window to open macro explorer. 3. Buttons are disabled at the bottom the window. It works...
verified fixed
5d63a0b
["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
2013-01-11T19:27:06Z
2012-02-03T17:26:40Z
383,815
Bug 383815 <visibleWhen> has no effect for dynamic menu contributions
Build Identifier: I20120608-1400 I have popup menu extension which has custom property tester for controlling visibility. Reproducible: Always Steps to Reproduce: Let say: <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="popup:org.eclipse.ui.popup.any?after=additions"> <dynamic id="com.mycompany....
verified fixed
256fe76
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-11T14:49:29Z
2012-06-28T13:26:40Z
395,194
Bug 395194 Non-restorable views appear on a restart
We should be removing the MPlaceholders for views declared as 'non-restorable' on shutdown so that they won't appear on the next restart...
verified fixed
923c49b
["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-01-10T19:42:45Z
2012-11-27T18:13:20Z
397,612
Bug 397612 Need support for multi-instance views
Our current support for multi instance views lacks the ability to add wildcard placeholders into a perspective (i.e. ":*").
verified fixed
645c6b5
["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ModelServiceImpl.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/workbench/modeling/EModelService.java", "bundles/org.ecli...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2013-01-07T19:24:39Z
2013-01-07T20:20:00Z
396,909
Bug 396909 SWT IFocusService prone to cause NPE's during shutdown
In my RCP application we hook a control into IFocusService using IFocusService.addFocusTracker(Control, String) When the underlying control is disposed we unhook it using IFocusService.removeFocusTracker(Control) However during shutdown the focus service is disposed before the control is disposed. This nulls this field...
resolved fixed
3649224
["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
2012-12-19T15:17:54Z
2012-12-19T12:26:40Z
396,796
Bug 396796 org.eclipse.ui.menus appears to be broken
null
verified fixed
8a96316
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-12-18T17:11:14Z
2012-12-17T21:33:20Z
337,636
Bug 337636 NPE with extensibleSpashHandler extension
Build Identifier: 4.1 M5 I have an extensible splash handler that fails and stays on screen with a NPE where it looks like the e4context is not initialized at that point. the splashhandler is nearly almost equal to the template java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPlugin.getSharedImages(Wo...
verified fixed
c4c9b9c
["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
2012-12-17T19:45:53Z
2011-02-19T15:40:00Z
395,426
Bug 395426 [JFace] StatusDialog should escape ampersand in status message
Ampersand characters in status messages cause the succeeding character to be shown as a mnemonic. For example IStatus status= new Status( IStatus.ERROR, "plug.in", "peter&mary" ) statusDialog.updateStatus( status ); shows this status message peter_m_ary I suggest to escape the ampersand character in status messages.
verified fixed
7147bbe
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/StatusDialog.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/StatusDialogTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-12-10T14:26:01Z
2012-11-29T23:00:00Z
389,063
Bug 389063 Dynamic menu contribution call back similar to Eclipse 3 org.ui.menus dynamic ContributionItem
null
resolved fixed
27d838d
["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.model.workbench.edit/src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java", "bundles/org.eclipse.e4.ui.model.workbench....
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-12-06T20:17:54Z
2012-09-07T15:00:00Z
395,913
Bug 395913 Show View dialog has 'ok' & 'cancel' button text all lower case
null
verified fixed
f58eeeb
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-12-06T13:50:28Z
2012-12-06T10:33:20Z
394,764
Bug 394764 [CSS] NPE closing last part in PartStack with "swt-show-close: true"
Overview: in my e4 Application a NullPointerException, when the last part inside of PartStack contained by Area is closed. The Exception occurs, when CSS "swt-show-close: true;" is added to "CTabItem:selected" Steps to Reproduce: Add have the following modelstructure to the e4 Application: <children xsi:type="advanced:...
verified fixed
9d29c58
["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShowCloseHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-12-03T23:13:17Z
2012-11-21T12:13:20Z
395,126
Bug 395126 AbstractUIPlugin.imageDescriptorFromPlugin(...) does not correctly handle URIs of form "platform:/plugin/<plug-in ID>/$nl$"
null
verified fixed
08e95c4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-28T13:35:46Z
2012-11-26T22:46:40Z
395,123
Bug 395123 wrong bug number in MenuHelper comment
null
verified fixed
1dbde3f
["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-11-28T13:14:20Z
2012-11-26T22:46:40Z
379,495
Bug 379495 Two "Run" on top menu
Build Identifier: Version: 4.2.0 Build id: I20120503-1800 Reproducible: Always Steps to Reproduce: 1.run eclipse, choose a new workspace 2.new a project, for example JAVA project You can see two "Run" options on top menu
verified fixed
3744dfe
["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-11-21T20:49:47Z
2012-05-15T05:33:20Z
394,157
Bug 394157 [EditorMgmt] List of CTRL+F6 editors is no longer is "most recently used" order
Version: Eclipse SDK 4.2.2.M20121107-1200 Steps to reproduce: 1. Open editors for resources A, B, and C (in this order) 2. Hold CTRL, press F6: The list of editors is [A, B, C] It should be [C, B, A], because C has been used last. Also, when switching editors, the list is not updated. As a result, CTRL+F6 will always s...
verified fixed
daa9ce5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleEditorHandler.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-11-14T14:09:26Z
2012-11-13T09:46:40Z
381,886
Bug 381886 Debugger keybindings frequently require pressing twice
I'm using Eclipse 4.2RC3. When in the debug perspective, the F5 - F8 keybindings often don't work. I often have to press the key twice to get it to work, and sometimes I have to click on the stack frame to get the key to work. Debugging on OS X is very painful.
resolved fixed
9aefcba
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-13T18:08:12Z
2012-06-06T16:26:40Z
393,999
Bug 393999 [TabbedProperties] The support for changing color of a tab-label (see Bug 385795) is not yet complete
null
resolved fixed
a3f0bd2
["bundles/org.eclipse.ui.views.properties.tabbed/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-12T18:10:16Z
2012-11-09T16:53:20Z
393,966
Bug 393966 Regression in 4.2.2 - selecting in an Ecore editor does not update the Properties View
null
verified fixed
ed9c4f6
["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-11-09T19:37:42Z
2012-11-09T11:20:00Z
376,254
Bug 376254 Create new model Add-on HandlerProcessingAddon to replace calling E4Workbench.processHierarchy
Beside adding content to the Workbench Model via Fragments or Modell Processors i am potentially also able to do it completely programmatically by using Factories e.g in a postConstruct-Method of part. Sample: @PostConstruct private void postConstruct(MApplication application, MTrimmedWindow trimmedWindow) { // Command...
resolved fixed
b00b923
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "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/addons/HandlerProcessingAddon.j...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-08T14:59:07Z
2012-04-06T13:46:40Z
387,367
Bug 387367 JFace Snippet Snippet010OwnerDraw rework
Snippet010OwnerDraw has some issues: 1.) Usage of depreciated API OwnerDrawLabelProvider.setUpOwnerDraw(viewer); 2.) Unused method setFocus 3.) setInput for the ContentProvider is ignored 4.) Own ContentProvider can be replaced by ArrayContentProvider
resolved fixed
d546e79
["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet010OwnerDraw.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-07T19:43:26Z
2012-08-16T09:40:00Z
376,821
Bug 376821 Request specific framework event that ends the startup process
Build Identifier: I20120315-1300 A specific framework event should be fired after the startup process has been completed (i.e. to hide a costum splash screen). This could be an UIEvent or part of the lifecycle handler. Reproducible: Always
resolved fixed
958dd70
["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/UIEvents.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-07T19:01:59Z
2012-04-15T11:40:00Z
378,535
Bug 378535 "Close All" and "Close Others" menu options available when right clicking on tab in PartStack when no part is closeable
Build Identifier: I20110620-1631 If I create a PartStack that contains multiple parts but none of the parts are closeable, when I right click on any of the tabs I get menu options for "Close All" and "Close Others". Selection of either of the menu options doesn't cause any tabs to be closed since none of the tabs can b...
resolved fixed
3ca8456
["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-11-07T18:45:59Z
2012-05-04T16:46:40Z
344,220
Bug 344220 [CommonNavigator] NavigatorContentServiceDescriptionProvider doesn't handle single selection size case
Currently when a single item is selected the status line message reads "1 items selected" for navigators. NavigatorContentServiceDescriptionProvider.getDefaultStatusBarMessage does not handle the single case differently from the multi case.
resolved fixed
a311aa6
["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorMessages.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceDescriptionProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-07T18:38:07Z
2011-04-28T22:33:20Z
391,868
Bug 391868 very slow switching editors; especially XML. (BIG CLUE FOUND HERE)
Just installed Juno for J2EE on my new machine, quad-core Windows 7 with 8 GB memory. Switching between editors, especially XML editors is very slow -- consistently 3 seconds... When switching between Java and XML editors, for most of this 3 seconds I can see two XML icons on the toolbar flickering on & off! 'Open Reso...
verified fixed
478ae0a
["bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/ContextServiceAddon.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-07T16:24:42Z
2012-10-14T02:00:00Z
377,884
Bug 377884 @CanExecute is not executed using DirectItems
When you have a DirectMenuItem, @CanExecute is not executed before the item is displayecd. Only after clicking.
verified fixed
5d583c4
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRendererFilter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-06T20:55:35Z
2012-04-27T09:46:40Z
381,585
Bug 381585 Part switcher in PartStack shows only name of i18n bundle
Build Identifier: I20120524-2100 I am developing an application with a part stack which holds multiple parts. Each part's label is externalized, e.g.: %partDetails.label where the file bundle.properties holds: partDetails.label = Detailed Information Now everything is displayed fine when the PartStack shows all Parts i...
verified fixed
8ebbfa4
["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/BasicPartList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2012-11-06T20:44:09Z
2012-06-04T14:26:40Z