id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
130 | 381,765 | Bug 381765 IActivityPatternBinding not filtering contributed menu items | null | 2012-06-05 14:55:56 | 1,338,920,000 | resolved fixed | d2a8cfa | 1,368,030,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workben... | Eclipse_Platform_UI |
131 | 406,705 | Bug 406705 19 Compile warnings about missing UIDs in css.core | null | 2013-04-26 17:06:16 | 1,367,010,000 | verified fixed | 9e237d4 | 1,367,950,000 | bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/exceptions/DOMExceptionImpl.java bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSComputedStyleImpl.java bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/CSSFontFaceRuleImpl.java bundles/org.eclipse.... | Eclipse_Platform_UI |
132 | 407,289 | Bug 407289 auto-save job dies if an exception occurs while running | I20130505-2000. The workbench auto-save job dies if an exception occurs while running. The code is not protected. | 2013-05-06 08:25:55 | 1,367,840,000 | verified fixed | beca91b | 1,367,840,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
133 | 406,918 | Bug 406918 There are still some 'Discouraged Access' warnings for things that should be API | I've brought in the project that I used as the basis for my EclipseCon talk and there are still a few notifications against things that should be API at this point. Some of them are in packages that also appear to have non-API classes, we may decide to defer some of them but we should take what action we can. The most ... | 2013-04-30 11:23:49 | 1,367,340,000 | verified fixed | 889f80f | 1,367,420,000 | bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToHide.java bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/AboutToShow.java bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/Focus.java bundles/org.eclipse.e4.ui.di/src/org/eclipse/e4/ui/di/Persist.java bundles/org.eclipse.e4.ui.di/src/org/eclipse/e... | Eclipse_Platform_UI |
134 | 406,440 | Bug 406440 Failure in testElementHierarchyInContext_HandledItem | This failed in I20130423-0800 junit.framework.AssertionFailedError at org.eclipse.e4.ui.tests.workbench.MMenuItemTest.testElementHierarchyInContext_HandledItem(MMenuItemTest.java:765) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:3... | 2013-04-24 10:05:54 | 1,366,810,000 | verified fixed | 569ed84 | 1,367,410,000 | tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java | Eclipse_Platform_UI |
135 | 404,013 | Bug 404013 Regression to 4.2.1: Cancel button for window progress bar is gone! | 4.2.2 and M6. Works in 4.2.1. The cancel button for the window progress bar is gone! This means, one can no longer cancel long-running jobs and has to wait until it is finished. In very bad scenarios, one has to kill the IDE. NOTE: You need to test on a fresh workspace. In older workspaces the button might appear. | 2013-03-21 07:48:54 | 1,363,870,000 | verified fixed | ea7ffca | 1,366,910,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java | Eclipse_Platform_UI |
136 | 387,475 | Bug 387475 Error in editor initialization cause NPE in accessing compatibility editor | In our application we have our own SvgEditor (indirectly derived from org.eclipse.ui.part.EditorPart) class that in its initialize method loads an SVG image, and throws an exception (DOMException) when the image is invalid. In Eclipse Indigo, this exception was nicely propagated, and the code that tried to open the edi... | 2012-08-17 08:22:48 | 1,345,210,000 | verified fixed | 4a6de6d | 1,366,900,000 | 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 |
137 | 406,090 | Bug 406090 Workbench window flickers, frequent view redraws | I20130416-0800 With recent E4 builds I often see unjustified flickering in the workbench window. I haven't seen this before. Could be related to the new code to show busy state etc. in the view title. E.g. when I save a Java editor, the counters in the JUnit view and the whole Javadoc view are cleared and redrawn. | 2013-04-19 09:26:50 | 1,366,380,000 | verified fixed | faefd5b | 1,366,840,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
138 | 406,480 | Bug 406480 Clean up UI test suites | A few simple things we can do to improve the test suites: 1) Unfavourite all the test suite launch configs that are not currently running 2) Change the console output to use System.out not System.err 3) Check that the tests print out exceptions when encountered, don't just call fail() | 2013-04-24 14:48:23 | 1,366,830,000 | resolved fixed | 1e612e8 | 1,366,830,000 | tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/UITestCase.java | Eclipse_Platform_UI |
139 | 406,471 | Bug 406471 WorkbenchPlugin.createExtension(*) uses old extension namespace | org.eclipse.ui.internal.WorkbenchPlugin.createExtension(IConfigurationElement, String) uses element.getExtension().getNamespaceIdentifier(), but that can be misleading. Change it to:element.getContributor().getName() PW | 2013-04-24 13:31:02 | 1,366,820,000 | resolved fixed | 327c734 | 1,366,820,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java | Eclipse_Platform_UI |
140 | 406,284 | Bug 406284 TrimStack does not use localized label for minimized Parts in TrimStack | Version: Kepler Release Build id: 20130320-2352 When a Part(Stack) is minimized, the ToolTip set is not the localized value of the Part's label but the actual String (e.g. "%key" instead of "value"). I think this is caused in org.eclipse.e4.ui.workbench.addons.minmax.TrimStack updateTrimStackItems() { ... newItem.setTo... | 2013-04-23 03:54:52 | 1,366,700,000 | verified fixed | 1f4db9d | 1,366,820,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java | Eclipse_Platform_UI |
141 | 406,436 | Bug 406436 176 test failures in APITestSuite | null | 2013-04-24 09:50:14 | 1,366,810,000 | resolved fixed | 1548be5 | 1,366,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessContents.java | Eclipse_Platform_UI |
142 | 406,109 | Bug 406109 View title still italic (busy) when view is up-to-date | null | 2013-04-19 12:26:20 | 1,366,390,000 | verified fixed | 5547b77 | 1,366,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java | Eclipse_Platform_UI |
143 | 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... | 2012-05-11 04:12:29 | 1,336,720,000 | verified fixed | 91b8a59 | 1,366,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
144 | 371,510 | Bug 371510 [Compatibility] IWorkbenchSiteProgressService.warnOfContentChange not implemented in 4.x | null | 2012-02-14 11:32:58 | 1,329,240,000 | verified fixed | ecc24a3 | 1,366,300,000 | 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/swt/CSS... | Eclipse_Platform_UI |
145 | 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. ==>... | 2012-06-18 06:42:43 | 1,340,020,000 | verified fixed | 3e05785 | 1,366,220,000 | 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.eclipse.e4.core.c... | Eclipse_Platform_UI |
146 | 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. | 2011-02-28 14:10:58 | 1,298,920,000 | verified fixed | c46a23e | 1,366,200,000 | 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 |
147 | 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... | 2013-04-11 09:41:17 | 1,365,690,000 | verified fixed | 3a4f5ff | 1,366,050,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java | Eclipse_Platform_UI |
148 | 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 | 2013-04-10 16:55:14 | 1,365,630,000 | verified fixed | 00fc124 | 1,365,800,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/TrimStack.java | Eclipse_Platform_UI |
149 | 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... | 2010-11-12 15:15:03 | 1,289,590,000 | verified fixed | 5566d81 | 1,365,770,000 | 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 |
150 | 395,839 | Bug 395839 AbstractEList$BasicIndexOutOfBoundsException when opening a context menu | null | 2012-12-05 12:00:21 | 1,354,730,000 | verified fixed | 3d996ff | 1,365,770,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuManagerRenderer.java | Eclipse_Platform_UI |
151 | 405,456 | Bug 405456 Allow tests to disable auto-save job | null | 2013-04-11 07:30:06 | 1,365,680,000 | verified fixed | 76db313 | 1,365,690,000 | 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 |
152 | 372,466 | Bug 372466 [Compatibility] Part tabs no longer show that they are busy (italic title) | null | 2012-02-24 06:19:33 | 1,330,080,000 | verified fixed | 206a549 | 1,365,680,000 | 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/workbench/render... | Eclipse_Platform_UI |
153 | 373,814 | Bug 373814 Missing setFocus() call on maximize/minimize/restore of stack | null | 2012-03-09 11:32:46 | 1,331,310,000 | verified fixed | e1a1fff | 1,365,630,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
154 | 391,481 | Bug 391481 Contributing perspectiveExtension, hiddenMenuItem removes a menu from multiple perspectives | null | 2012-10-09 16:13:12 | 1,349,810,000 | verified fixed | c62a3ef | 1,365,430,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
155 | 391,780 | Bug 391780 Window Renderer fails to respond to it becoming the selected element | null | 2012-10-12 09:08:05 | 1,350,050,000 | verified fixed | bef4ce9 | 1,365,430,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java | Eclipse_Platform_UI |
156 | 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... | 2013-01-18 10:45:58 | 1,358,520,000 | resolved fixed | 24cee19 | 1,365,100,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/SelectionAggregator.java | Eclipse_Platform_UI |
157 | 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... | 2013-03-28 17:27:28 | 1,364,510,000 | verified fixed | 300a5ba | 1,364,910,000 | 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 |
158 | 402,915 | Bug 402915 Enable API tools for the e4.ui bundles | null | 2013-03-11 10:32:14 | 1,363,010,000 | resolved fixed | dfd5402 | 1,363,800,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/SplitFeedbackOverlay.java | Eclipse_Platform_UI |
159 | 403,461 | Bug 403461 Allow toggling toolbar on per-window basis | null | 2013-03-15 09:24:50 | 1,363,350,000 | verified fixed | 8a8be4d | 1,363,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
160 | 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 | 2013-03-11 10:22:31 | 1,363,010,000 | verified fixed | 518a06e | 1,363,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
161 | 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. | 2013-03-13 12:54:10 | 1,363,190,000 | verified fixed | 649adf3 | 1,363,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java | Eclipse_Platform_UI |
162 | 403,433 | Bug 403433 Fix for Bug397677 does not consider logger being optional | null | 2013-03-15 06:26:58 | 1,363,340,000 | verified fixed | fcb7028 | 1,363,630,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java | Eclipse_Platform_UI |
163 | 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 | 2013-03-13 12:46:28 | 1,363,190,000 | resolved fixed | 557e131 | 1,363,210,000 | tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CTabItemTest.java | Eclipse_Platform_UI |
164 | 403,249 | Bug 403249 Failure in BindingTableTests.testTwoKeysOneCommand | Looks like we're asking for the wrong key on mac. PW | 2013-03-13 14:31:33 | 1,363,200,000 | verified fixed | c3047ca | 1,363,200,000 | tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java | Eclipse_Platform_UI |
165 | 391,186 | Bug 391186 Add restart() to IWorkbench | I think we should add the option to restart to IWorkbench(). Opinions? | 2012-10-05 01:17:13 | 1,349,410,000 | verified fixed | d06f17d | 1,363,020,000 | 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 |
166 | 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... | 2013-03-08 14:35:56 | 1,362,770,000 | verified fixed | ab436ee | 1,362,780,000 | 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 |
167 | 402,759 | Bug 402759 [CSS] NPE in SWTStyleHelpersgetSWTWidgetStyleAsString() on disposed widget | NPE seen in 4.2.2 on shutdown. | 2013-03-08 11:41:50 | 1,362,760,000 | verified fixed | 0b543a2 | 1,362,770,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/SWTStyleHelpers.java | Eclipse_Platform_UI |
168 | 402,765 | Bug 402765 Mark some of the E*Services as noreference | null | 2013-03-08 12:13:34 | 1,362,760,000 | verified fixed | 8f5712e | 1,362,770,000 | 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.bindings/src/org/... | Eclipse_Platform_UI |
169 | 402,766 | Bug 402766 Remove the EHandlerService getContext() method | This method should not be API, and should not be used. PW | 2013-03-08 12:16:06 | 1,362,760,000 | verified fixed | 18e47ab | 1,362,760,000 | bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/EHandlerService.java | Eclipse_Platform_UI |
170 | 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... | 2010-05-05 06:03:59 | 1,273,050,000 | verified fixed | ec77102 | 1,362,660,000 | 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 |
171 | 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. | 2013-03-06 10:15:22 | 1,362,580,000 | resolved fixed | 8fab171 | 1,362,610,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java | Eclipse_Platform_UI |
172 | 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... | 2013-01-16 11:17:11 | 1,358,350,000 | verified fixed | 6f0b87b | 1,362,430,000 | 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 bundles/org.... | Eclipse_Platform_UI |
173 | 394,499 | Bug 394499 NavigatorSaveablesService NPE during shutdown | null | 2012-11-16 15:39:27 | 1,353,100,000 | verified fixed | 1b4721e | 1,362,410,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorSaveablesService.java | Eclipse_Platform_UI |
174 | 401,611 | Bug 401611 [Commands] request: convert parameter value back to Object | null | 2013-02-24 03:31:55 | 1,361,690,000 | verified fixed | e14cff6 | 1,362,160,000 | bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java | Eclipse_Platform_UI |
175 | 375,221 | Bug 375221 [Compatibility] 'Resource configurations' menu shows up in context menus | null | 2012-03-23 18:50:22 | 1,332,540,000 | verified fixed | 4ef1441 | 1,362,080,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributionRecord.java | Eclipse_Platform_UI |
176 | 398,866 | Bug 398866 Dynamic menu contribution position in application model not equal to rendering | null | 2013-01-23 04:59:13 | 1,358,940,000 | verified fixed | 927225b | 1,362,070,000 | 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/org/ecli... | Eclipse_Platform_UI |
177 | 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... | 2013-02-14 12:02:29 | 1,360,860,000 | verified fixed | 35376fc | 1,361,910,000 | 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 |
178 | 209,190 | Bug 209190 [Decorators] Request an overlay icon for symbolic links in the file system | null | 2007-11-08 09:26:23 | 1,194,530,000 | verified fixed | 2a65c7d | 1,361,890,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/SymlinkDecorator.java | Eclipse_Platform_UI |
179 | 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... | 2013-02-17 22:05:39 | 1,361,160,000 | verified fixed | 651878d | 1,361,300,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
180 | 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... | 2013-02-19 10:38:00 | 1,361,290,000 | verified fixed | c5062bd | 1,361,290,000 | 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/ui/internal... | Eclipse_Platform_UI |
181 | 400,276 | Bug 400276 Errors when removing or moving multiple parts from/between stacks | null | 2013-02-07 18:48:15 | 1,360,280,000 | verified fixed | c0236c2 | 1,360,940,000 | 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/renderers/s... | Eclipse_Platform_UI |
182 | 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 ... | 2013-02-08 15:36:34 | 1,360,360,000 | verified fixed | bb4e563 | 1,360,940,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/StandardPropertiesAdapterFactory.java | Eclipse_Platform_UI |
183 | 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... | 2010-07-28 13:17:41 | 1,280,340,000 | verified fixed | b2c04ce | 1,360,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/UIExtensionTracker.java | Eclipse_Platform_UI |
184 | 395,645 | Bug 395645 Progress view can show finished job as unfinished (race condition introduced by bug 258352) | null | 2012-12-03 18:15:13 | 1,354,580,000 | verified fixed | f092d64 | 1,360,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java | Eclipse_Platform_UI |
185 | 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... | 2007-06-20 07:05:13 | 1,182,340,000 | verified fixed | 1aecd08 | 1,360,620,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java | Eclipse_Platform_UI |
186 | 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... | 2007-05-10 10:33:34 | 1,178,810,000 | verified fixed | bf05288 | 1,360,620,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileFolderSelectionDialog.java | Eclipse_Platform_UI |
187 | 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... | 2006-11-07 15:47:40 | 1,162,930,000 | verified fixed | 8b3c2b2 | 1,360,620,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkersPropertyPage.java | Eclipse_Platform_UI |
188 | 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... | 2013-01-17 11:27:10 | 1,358,440,000 | verified fixed | 9b3aee0 | 1,360,620,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/E4Application.java | Eclipse_Platform_UI |
189 | 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... | 2011-04-05 10:29:01 | 1,302,010,000 | verified fixed | 27a987a | 1,360,620,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java | Eclipse_Platform_UI |
190 | 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 | 2012-07-08 22:53:46 | 1,341,800,000 | verified fixed | e404d76 | 1,360,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java | Eclipse_Platform_UI |
191 | 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... | 2012-07-20 08:37:34 | 1,342,790,000 | verified fixed | e296914 | 1,360,610,000 | 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 |
192 | 397,920 | Bug 397920 [About] [Patch] Filtering for Plug-ins tab of Installation Details | null | 2013-01-10 16:21:37 | 1,357,850,000 | verified fixed | ebf6eac | 1,360,610,000 | 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 |
193 | 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 ... | 2012-07-02 11:09:17 | 1,341,240,000 | verified fixed | e5313ba | 1,360,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java | Eclipse_Platform_UI |
194 | 398,631 | Bug 398631 Menu item missing icon from commandImages | null | 2013-01-21 08:42:47 | 1,358,780,000 | verified fixed | 5985e3f | 1,360,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java | Eclipse_Platform_UI |
195 | 399,458 | Bug 399458 Layout overlap in line-wrapped trim bar | null | 2013-01-30 03:17:42 | 1,359,530,000 | verified fixed | 5d25738 | 1,360,610,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java | Eclipse_Platform_UI |
196 | 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... | 2009-09-11 05:20:10 | 1,252,660,000 | verified fixed | f5158dd | 1,360,610,000 | 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 |
197 | 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... | 2013-02-07 15:50:26 | 1,360,270,000 | verified fixed | d25688f | 1,360,600,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java | Eclipse_Platform_UI |
198 | 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: | 2001-10-10 22:35:04 | 1,002,770,000 | verified fixed | 5996d97 | 1,360,340,000 | 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/basic/impl/T... | Eclipse_Platform_UI |
199 | 398,297 | Bug 398297 Publish handle to e4 applications as OSGi service | null | 2013-01-16 10:01:09 | 1,358,350,000 | verified fixed | c4f9c39 | 1,360,330,000 | 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 |
200 | 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(... | 2013-01-08 09:28:46 | 1,357,660,000 | verified fixed | aec2b9f | 1,360,100,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java | Eclipse_Platform_UI |
201 | 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... | 2012-12-06 02:50:54 | 1,354,780,000 | verified fixed | e99e241 | 1,360,100,000 | 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 |
202 | 398,399 | Bug 398399 ToolItemUpdateTimer unnecessarily creates array of Runnable | null | 2013-01-17 09:30:35 | 1,358,430,000 | verified fixed | e090c71 | 1,360,100,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledContributionItem.java | Eclipse_Platform_UI |
203 | 387,728 | Bug 387728 [KeyBindings] Changing the keybindings to Emacs+ unstable | null | 2012-08-21 15:40:54 | 1,345,580,000 | resolved fixed | 0fbbfb1 | 1,360,100,000 | 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 |
204 | 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... | 2013-02-04 03:42:49 | 1,359,970,000 | verified fixed | 671819c | 1,360,000,000 | 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 |
205 | 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 ... | 2013-01-29 10:55:48 | 1,359,470,000 | verified fixed | 5232e7b | 1,359,490,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java | Eclipse_Platform_UI |
206 | 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... | 2011-01-17 14:21:29 | 1,295,290,000 | verified fixed | d4b1625 | 1,359,390,000 | tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerTest.java | Eclipse_Platform_UI |
207 | 397,834 | Bug 397834 [GlobalActions] SaveAction throws NPE for saveable views in RCP applications | null | 2013-01-10 05:17:46 | 1,357,810,000 | verified fixed | 13ea624 | 1,359,140,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveAction.java | Eclipse_Platform_UI |
208 | 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... | 2013-01-17 16:37:04 | 1,358,460,000 | resolved fixed | 3716479 | 1,359,140,000 | 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/QuickAccessEntry.java | Eclipse_Platform_UI |
209 | 394,402 | Bug 394402 [ErrorHandling] Display multiple line messages in Status in separate lines | null | 2012-11-15 11:06:41 | 1,353,000,000 | verified fixed | 674ea20 | 1,359,130,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java | Eclipse_Platform_UI |
210 | 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... | 2013-01-21 14:06:09 | 1,358,800,000 | verified fixed | 3c6afd6 | 1,359,050,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
211 | 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... | 2013-01-17 10:24:26 | 1,358,440,000 | verified fixed | 3f461dc | 1,358,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java | Eclipse_Platform_UI |
212 | 398,776 | Bug 398776 [regression] Workbench starts IStartup plug-ins before it is fully initialized | null | 2013-01-22 11:33:29 | 1,358,870,000 | verified fixed | 870f3ce | 1,358,940,000 | 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 |
213 | 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... | 2012-09-11 09:08:31 | 1,347,370,000 | verified fixed | 9a9ea5b | 1,358,270,000 | 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 |
214 | 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... | 2013-01-15 13:01:27 | 1,358,270,000 | verified fixed | 4be569e | 1,358,270,000 | 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 |
215 | 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... | 2012-02-03 13:06:11 | 1,328,290,000 | verified fixed | 5d63a0b | 1,357,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/LegacyHandlerService.java | Eclipse_Platform_UI |
216 | 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.... | 2012-06-28 10:50:23 | 1,340,890,000 | verified fixed | 256fe76 | 1,357,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java | Eclipse_Platform_UI |
217 | 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... | 2012-11-27 13:16:26 | 1,354,040,000 | verified fixed | 923c49b | 1,357,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
218 | 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. ":*"). | 2013-01-07 14:21:58 | 1,357,590,000 | verified fixed | 645c6b5 | 1,357,590,000 | 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.eclipse.ui.work... | Eclipse_Platform_UI |
219 | 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... | 2012-12-19 06:22:51 | 1,355,920,000 | resolved fixed | 3649224 | 1,355,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/FocusControlSourceProvider.java | Eclipse_Platform_UI |
220 | 396,796 | Bug 396796 org.eclipse.ui.menus appears to be broken | null | 2012-12-17 16:50:55 | 1,355,780,000 | verified fixed | 8a96316 | 1,355,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PopupMenuExtender.java | Eclipse_Platform_UI |
221 | 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... | 2011-02-19 10:23:58 | 1,298,130,000 | verified fixed | c4c9b9c | 1,355,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java | Eclipse_Platform_UI |
222 | 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. | 2012-11-29 17:49:14 | 1,354,230,000 | verified fixed | 7147bbe | 1,355,150,000 | 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 |
223 | 389,063 | Bug 389063 Dynamic menu contribution call back similar to Eclipse 3 org.ui.menus dynamic ContributionItem | null | 2012-09-07 11:08:52 | 1,347,030,000 | resolved fixed | 27d838d | 1,354,830,000 | 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.edit/src/or... | Eclipse_Platform_UI |
224 | 395,913 | Bug 395913 Show View dialog has 'ok' & 'cancel' button text all lower case | null | 2012-12-06 06:19:46 | 1,354,790,000 | verified fixed | f58eeeb | 1,354,800,000 | 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 |
225 | 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:... | 2012-11-21 06:18:42 | 1,353,500,000 | verified fixed | 9d29c58 | 1,354,580,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyShowCloseHandler.java | Eclipse_Platform_UI |
226 | 395,126 | Bug 395126 AbstractUIPlugin.imageDescriptorFromPlugin(...) does not correctly handle URIs of form "platform:/plugin/<plug-in ID>/$nl$" | null | 2012-11-26 19:01:05 | 1,353,970,000 | verified fixed | 08e95c4 | 1,354,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java | Eclipse_Platform_UI |
227 | 395,123 | Bug 395123 wrong bug number in MenuHelper comment | null | 2012-11-26 18:07:07 | 1,353,970,000 | verified fixed | 1dbde3f | 1,354,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuHelper.java | Eclipse_Platform_UI |
228 | 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 | 2012-05-15 02:40:24 | 1,337,060,000 | verified fixed | 3744dfe | 1,353,530,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
229 | 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... | 2012-11-13 04:42:19 | 1,352,800,000 | verified fixed | daa9ce5 | 1,352,900,000 | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.