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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
287,471 | Bug 287471 [ActionSets] Actionsets leak when opening/closing perspectives | null | verified fixed | bb857cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionSetBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-24T19:24:10Z | 2009-08-24T18:53:20Z |
278,064 | Bug 278064 [FastView] Ability to hide fast view toolbar | This is probably a duplicate, or else I'm just not aware of how to do this, but I've searched bugzilla and the net, but haven't found anything... Provide a way for the user to hide the "fast view" toolbar. | verified fixed | 41a1449 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.wor... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-24T17:45:42Z | 2009-05-27T16:00:00Z |
275,039 | Bug 275039 [Markers] Configure contents "Match all/any configuration" wording ambiguous | null | verified fixed | 2871f9c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-24T14:32:04Z | 2009-05-05T19:00:00Z |
269,869 | Bug 269869 [Markers] No "Restore Defaults" button in filter dialog for ProblemsView | After trying to configure the ProblemsView with various filters, I noticed that there is no "Restore Defaults" button in many of the dialogs used for filtering views. Some examples include: ProblemsView > "Configure Contents..." (Problems View) PackageExplorerPart > "Filters..." (Package Explorer) CommonNavigator > "Cu... | verified fixed | defde74 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/CachedMarkerBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/FiltersConfigurationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-21T19:14:58Z | 2009-03-24T18:40:00Z |
284,650 | Bug 284650 [CommonNavigator] Misleading JavaDoc of the INavigatorContentService | Build ID: 20090619-0625 Steps To Reproduce: It is stated: "Clients should create instances of the this class using the factory ({@link NavigatorContentServiceFactory}).", which is truth for creation of a new instance only. If the instance of INavigatorContentService is required to configure the existing CNF instance, i... | resolved fixed | 69e1325 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorContentService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-20T06:20:48Z | 2009-07-25T00:00:00Z |
286,867 | Bug 286867 Update demos and compatibility to use context#modify() instead of outputContext | null | resolved fixed | 4b3f568 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartRenderer.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/views/ListView.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ExifTable.java", "examples/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-19T14:57:17Z | 2009-08-17T20:13:20Z |
283,283 | Bug 283283 [WorkingSets] WorkingSetManager hides exception message | If any problem happens during saveState, only error dialog is displayed, but original exception is vanished. There is no way to say why save failed. | verified fixed | 9339738 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-19T10:40:58Z | 2009-07-13T07:26:40Z |
286,949 | Bug 286949 [Browser] Bad usage of URL#equals(Object) in WebBrowserEditorInput | HEAD WebBrowserEditorInput#equals(..) calls URL#equals(Object), but the latter resolves the host of the URLs via DNS lookups, which is most of the time not what you want. You should instead compare the strings from URL#toExternalForm(). Furthermore, WebBrowserEditorInput should also override hashCode() (equal objects m... | resolved fixed | 9875732 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-18T19:59:42Z | 2009-08-18T15:40:00Z |
286,678 | Bug 286678 UI model and propagation of context values: containers with variables | null | resolved fixed | 2a5724a | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ApplicationPackage.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MPart.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/ApplicationPackageImpl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-17T14:48:08Z | 2009-08-14T20:00:00Z |
284,319 | Bug 284319 Remove empty Activators and replace Activator.ID Strings with dynamic Bundle symbolic name | I have deleted empty Activators and replaced the String literal of ID with FrameworkUtil.getBundle(...class).getSymbolicName(). | resolved fixed | 8f70275 | ["bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/Activator.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/Activator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-14T19:28:42Z | 2009-07-22T19:13:20Z |
224,546 | Bug 224546 [ViewMgmt] Remove F2 from ShowViewDialog | null | resolved fixed | 95abbae | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-12T11:50:56Z | 2008-03-28T10:26:40Z |
276,324 | Bug 276324 [ViewMgmt] CycleBaseHandler throws NPE if no workbench parts available | Build id: I20090512-2000 1. Check that Ctrl+F8 shows at least two perspectives. If not, switch to another perspective and then try again. As it should remember your previous one, you should now have two choices. 2. Close all the views and editors in your perspective so you have no workbench parts. 3. Try Ctrl+F8 again.... | verified fixed | 2b09dfe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleBaseHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-10T19:20:29Z | 2009-05-14T14:06:40Z |
283,676 | Bug 283676 [FieldAssist] ControlDecoration should add @noextend API tooling tag | SSIA | verified fixed | f441b5f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-29T22:43:59Z | 2009-07-16T07:40:00Z |
281,744 | Bug 281744 ReflectionContributionFactory should log something when create(String, IEclipseContext) is unsuccessful | I made a mistake defining my MContributedPart's URI property but was not informed of this in the logs. This is because ReflectionContributionFactory's create(String, IEclipseContext) doesn't log anything if the bundle could not be retrieved. | resolved fixed | 4d059e9 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Activator.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ReflectionContributionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-28T12:02:39Z | 2009-06-27T13:40:00Z |
184,345 | Bug 184345 [Forms] ColumnLayout calculates number of columns incorrectly | In package org.eclipse.ui.forms.widgets, class ColumnLayout, method layout, I believe the number of columns is calculated incorrectly. This can cause the columns to be considerably wider than they should be. The line is: int ncolumns = (carea.width - leftMargin - rightMargin - horizontalSpacing) / (cwidth + horizontalS... | resolved fixed | fd2543a | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ColumnLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-27T23:28:34Z | 2007-04-26T23:26:40Z |
284,750 | Bug 284750 [CSS] 26 colors leaked on every view open/close | Build: 0.9 RC2 1) Take a Sleak snapshot 2) Open and close any view 3) Take a Sleak diff -> 26 colors are leaked every time. There are 13 instances of white (255,255,255), and 13 instances of grey leaked (246,246,250). All of the stack traces look roughly like this: java.lang.Error at org.eclipse.swt.graphics.Device.new... | verified fixed | bea2500 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/Gradient.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTColorHelper.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTGradientConverterImpl.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-27T20:03:00Z | 2009-07-27T15:53:20Z |
284,675 | Bug 284675 [Compatibility] background editor appears to get commands | After a while and an undetermined set of steps, commands executed (like cut, copy, paste, content assist) don't do anything in the "active" editor but effect a previous editor. Due to the way the lookup currently works, it is mostly likely caused by the change to that editor is not updating the IEclipseContext ACTIVE_C... | resolved fixed | f9dfc45 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Activator.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Policy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-26T15:13:53Z | 2009-07-26T14:53:20Z |
284,604 | Bug 284604 [Compatibility] Working the e4 SDK gets slower and slower | Over time as we open and close editors, we "leak" runAndTrack(*). We create a number of runAndTrack Runnables for various things, including one for each editor that iterates through the tab items. These runnables lifecycle are tied to the renderer, but the lifecycle of the IEclipseContext is tied to the model (which ex... | resolved fixed | 981f7b8 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Trackable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-26T13:56:22Z | 2009-07-24T18:26:40Z |
284,622 | Bug 284622 [CSS] Layout of ETabFolder not updating when Window->Reload Style Sheet | When you pick Window->Reload Style Sheet, some aspects of the ETabFolder isn't updating. Specifically, they're around spacing/layout, .e.g: - "tab-margin-offset:" has no immediate effect - changing padding doesn't grow the tab higher, just squishes the contents in - ETabItem margin-left: and margin-right: have no immed... | resolved fixed | 070c880 | ["bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ETabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-24T19:03:27Z | 2009-07-24T18:26:40Z |
283,887 | Bug 283887 [CSS] Review keyline property names | ETabFolder has three keyline colors, with the following names as realized in the CSS: tab-area-keyline-color: xxx; body-keyline-color: xxx; tab-keyline-color: xxx; Are we happy with these names? The correspond to: Color tabAreaKeylineColor; // The exterior keyline color of the top tab area Color bodyKeylineColor; // Th... | resolved fixed | 4f704ac | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTEngineImpl.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyBodyKeylineCo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-23T15:34:07Z | 2009-07-17T19:46:40Z |
284,349 | Bug 284349 org.eclipse.ui.menus.ExtensionContributionFactory setInitializationData must declare "throws CoreException" | ...or otherwise subclasses can no longer throw CoreExceptions when overwriting this method. | resolved fixed | 52a7a0f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/ExtensionContributionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-23T04:20:39Z | 2009-07-23T00:46:40Z |
284,340 | Bug 284340 [CSS] ETabFolder.hSpace should be tabLeftMargin, CSS margin-left: | In keeping with CSS naming/semantics, the field ETabFolder.hSpace should be tabLeftMargin. The CSS would then be: ETabItem { margin-left: 3px; } Current hspace is added to the x after each tab. Instead, we should add the space before the tab. We should also implement tabRightMargin, so that one can for example have som... | resolved fixed | 7a5ef2e | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyMarginSWTHandler.java", "bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ETabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-22T21:59:02Z | 2009-07-22T22:00:00Z |
284,201 | Bug 284201 [Compatibility] Source->Generate Getters/Setters leaves editor non-dirty | If you pick any source level refactorings (e.g. Generate getters/setters), the code is generated ok but the editor remains unmodified (no '*'). | resolved fixed | a0ed902 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-22T15:09:13Z | 2009-07-21T21:00:00Z |
284,213 | Bug 284213 [CSS] ETabFolder paddings shouldn't be averaged for text loc | When you set the ETabFolder tabTopPadding and tabBottomPadding, their values are not respected to determine the space above and below the label. Instead, their values are added together then averaged. 1) The values are added together to determine the tab height 2) The text position is determined by calling getTextMidli... | resolved fixed | ba1ea18 | ["bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ETabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-22T03:37:05Z | 2009-07-22T02:33:20Z |
284,180 | Bug 284180 e4 doesn't start when workspace path contains a space | Attempting to run e4 with a workspace location containing a space fails to start. ava.net.URISyntaxException: Illegal character in path at index 18: file:/C:/Documents and Settings/jarthorn/test/ at java.net.URI$Parser.fail(Unknown Source) at java.net.URI$Parser.checkChars(Unknown Source) at java.net.URI$Parser.parseHi... | verified fixed | 1a44c50 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-21T19:34:51Z | 2009-07-21T18:13:20Z |
284,138 | Bug 284138 [CSS] ETabItem wrong background color behind X | If the close box is not shown (but space is allocated, e.g. editors) then the a gray background is drawn in it's place. It's the wrong color background though, it should be now the unselected tab background color. | resolved fixed | 01ba806 | ["bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ETabItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-21T18:57:12Z | 2009-07-21T15:26:40Z |
284,164 | Bug 284164 D&D in the UI model editor does not work (IllegalArgumentException from SWT) | eclipse.buildId=I20090720-2115 java.version=1.5.0_19 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/bokowski/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86 -keyring /Users/bokowski/.eclipse_keyring -showloc... | resolved fixed | ca9912b | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-21T18:23:32Z | 2009-07-21T18:13:20Z |
283,536 | Bug 283536 [Compatibility] Handlers activated at the global level | Handlers that are activated at the global level need to use their activeWhen clause to determine the correct handler if there are more than one. PW | resolved fixed | fc0ddb2 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-21T00:50:33Z | 2009-07-15T12:13:20Z |
283,896 | Bug 283896 [CSS] Missing class check in prop retrieval of keyline handlers | null | resolved fixed | 5a0b5a0 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyBodyKeylineColorHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyTabAreaKeylineColorHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/p... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-17T20:45:23Z | 2009-07-17T19:46:40Z |
283,194 | Bug 283194 [UI] StackModelFactory does not need 'engine' local | We can remove this from createWidget() final IStylingEngine engine = (IStylingEngine) folderContext .get(IStylingEngine.SERVICE_NAME); because the engine is now passed in via DI. Replace the refs to "engine" with the local "stylingEngine". | resolved fixed | 9491f11 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-17T19:57:27Z | 2009-07-10T21:06:40Z |
283,876 | Bug 283876 Menu items don't show keybindings | null | resolved fixed | 50b75e5 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/EBindingService.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/HandledContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-17T17:50:45Z | 2009-07-17T17:00:00Z |
283,631 | Bug 283631 [CSS] ETabFolder in CTabFolder mode top/bottom keylines differ | null | resolved fixed | 43ebe07 | ["bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ETabFolder.java", "bundles/org.eclipse.e4.ui.widgets/src/org/eclipse/e4/ui/widgets/ETabItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-17T17:37:38Z | 2009-07-15T20:33:20Z |
283,790 | Bug 283790 [Compatibility][UI] Limbo shell does not work properly for multiple workbench windows | 1. Open the compatibility workbench, call this window A. 2. Open a file. 3. Window > New Window 4. Open the same file in window B. 5. Close the file in window B. 6. Close window B. 7. Close the file in window A. 8. It does not close, an exception is thrown. It seems the magic 'limbo' shell has been disposed. From my an... | resolved fixed | c582209 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-17T17:30:30Z | 2009-07-17T03:06:40Z |
283,340 | Bug 283340 NPE is thrown when last child of stack is removed | 1. Close the 'Outline' view. 2. That stack is now gone. An NPE is logged. java.lang.NullPointerException at org.eclipse.e4.workbench.ui.renderers.swt.StackModelFactory.childRemoved(StackModelFactory.java:315) at org.eclipse.e4.workbench.ui.renderers.swt.StackModelFactory$2.notifyChanged(StackModelFactory.java:265) at o... | resolved fixed | 2c0e0aa | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-16T19:54:46Z | 2009-07-13T21:20:00Z |
283,215 | Bug 283215 testSashWeights in I20090710-1930 | There was a failure in tonight's M5 candidate. Is this a problem, or is the test no longer valid. Child count mismatch; expected: 2actual: 3 junit.framework.AssertionFailedError: Child count mismatch; expected: 2actual: 3 at org.eclipse.e4.ui.tests.workbench.RenderingTestCase.checkResults(RenderingTestCase.java:202) at... | resolved fixed | ee17a3a | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MSashTest.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/RenderingTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-16T15:30:56Z | 2009-07-10T23:53:20Z |
283,216 | Bug 283216 Editor saving doesn't work when editor is reopened | Build 0.9.0.I20090710-1930 1) Create a new general project 2) Create a text file, a.txt 3) Type some words in the editor, notice dirty indicator works 4) Hit Ctrl+S, editor is saved and dirty indicator goes away 5) Close the editor 6) Double-click the file in Package Explorer to reopen the editor 7) Type contents in th... | verified fixed | 7af6c3e | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/IValueFunction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-16T14:49:20Z | 2009-07-11T02:40:00Z |
283,649 | Bug 283649 View menus cannot be rendered, throws IAE | Click on any view's view menu, an IAE will be thrown. I'm quite positive this used to work. java.lang.IllegalArgumentException: The widget must be MenuItem, Decorations, or Control but is: ToolItem {} at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.createMenu(SWTPartRenderer.java:73) at org.eclipse.e4.work... | verified fixed | 8fcbe84 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-15T22:49:33Z | 2009-07-15T23:20:00Z |
282,898 | Bug 282898 [CSS] ETabFolder should support background color behind tab area | Presently in CTabFolder, the unselected tab and the background color of the tab area are the same. We want them to be different. Not sure what property to use in CSS to support this, since background-color is presently used for the tabs themselves. One idea would be to make CTabItem be the element which supports color ... | resolved fixed | 57ca3d7 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBackgroundSWTHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-15T21:50:21Z | 2009-07-08T19:06:40Z |
283,457 | Bug 283457 [CSS][UI] Odd coloring of shutdown dialog | The dialog for confirming workbench closing has odd coloring. It's from this in webby.css: Composite { background-color: rgb(241, 240, 245); } Need to make that expression more specific to the layout of the perspective contents. | resolved fixed | 8a6494b | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-15T19:13:42Z | 2009-07-14T19:33:20Z |
283,615 | Bug 283615 [CSS][UI] Part id should be used as CSS id | We should automatically set the css id of the created widget to be the id of it's part. That way, one can make corresponding changes to semantically tag (model) and style (css). | resolved fixed | 735fcba | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-15T19:00:37Z | 2009-07-15T17:46:40Z |
283,359 | Bug 283359 [Browser] WebBrowserEditorInput#equals(Object) is wrong | Build ID: 3.2.201.v20080708_34x Steps To Reproduce: Looking at the WebBrowserEditorInput#equals(Object) method in 3.2.201.v20080708_34x version of the org.eclipse.ui.browser (similarly in the head), there are few issues: 1) The javadoc is wrong, and it doesn't make sense. 2) The line: if (url != null && !url.equals(obj... | resolved fixed | 25e5864 | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-15T16:11:25Z | 2009-07-14T02:53:20Z |
282,874 | Bug 282874 [ViewMgmt] [ActivityMgmt] NullpointerException during saving state of view registry with disabled xp based activities | I'm using expression based activities and perspectives to provide UI elements depending on a user's role. Login/logout sets a variable of a custum source provider describing the user's role and triggers the expressions used to enable/disable some activies. After successful login a role specific perspective is shown. Af... | resolved fixed | eb067c9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-15T02:25:41Z | 2009-07-08T16:20:00Z |
283,443 | Bug 283443 Menu Issues I : ActionContributionItem: commands, handles, enablement | null | resolved fixed | 34d0fb2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/HandledContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-14T22:49:11Z | 2009-07-14T16:46:40Z |
283,442 | Bug 283442 [UI] Refactor the rendering class names | In order to bring the model closer to the way in which we talk about it we should re-factor it to remove references to 'factory'. For now the re-factoring will to replace 'PartRenderer' with 'PartRenderingEngine' and to replace '<xxx>Factory' with '<xxx>Renderer'. Post 0.9 we expect to change these again but this will ... | resolved fixed | 10f910c | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/CompositePartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/CompositePartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-14T18:43:32Z | 2009-07-14T16:46:40Z |
262,016 | Bug 262016 [Snippets][Viewers] Snippet to demonstrate a combined TextAndDialogCellEditor | null | resolved fixed | f1b629c | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet62TextAndDialogCellEditor.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/TextAndDialogCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-14T17:21:56Z | 2009-01-22T16:00:00Z |
280,608 | Bug 280608 [Compatibility] ShowIn>Properties failed with an exception | org.eclipse.core.commands.ExecutionException: Incorrect type for activePart found while executing org.eclipse.ui.views.properties.NewPropertySheetCommand, expected org.eclipse.ui.IWorkbenchPart found org.eclipse.e4.ui.model.internal.application.MContributedPartImpl at org.eclipse.ui.handlers.HandlerUtil.incorrectTypeFo... | resolved fixed | 29ca230 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/IServiceConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-12T17:56:28Z | 2009-06-17T12:00:00Z |
283,178 | Bug 283178 [Compatibility] Make actionSets visible/invisible | Model elements generated from actionSets should be grouped so they can be made visible/invisible. PW | resolved fixed | ff1db4f | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ApplicationPackage.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MHandledItem.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MMenuItem.java", "bundle... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-12T15:39:28Z | 2009-07-10T18:20:00Z |
283,173 | Bug 283173 [Compatibility] Move the UI Editor into a separate window | The current placement of the UI Editor in the compatibility layer is causing some confusion (the Java perapective doesn't look right, the editor area is too small...). We should move this into the E4 equivalent of a Detached Window; an MWindow that is a child element of the main window. We'll also have to hook up a com... | resolved fixed | 128a93c | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/PartSashFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-10T18:53:27Z | 2009-07-10T18:20:00Z |
282,947 | Bug 282947 [CSS] ETabFolder does not draw right with border-visible: false | CTabFolders have always acted odd with respect to borders off and the first tab when selected. It just starts drawing top left. This behaviour seems to be confusing the ETabFolder draw code. It should draw the same curve regardless of whether borders are on or not. | resolved fixed | 81ae1a7 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-09T02:55:52Z | 2009-07-09T03:26:40Z |
282,900 | Bug 282900 [CSS] ETabFolder should support setWebbyStyle() | And have field in CSS | resolved fixed | b1a5473 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-08T18:23:09Z | 2009-07-08T19:06:40Z |
282,890 | Bug 282890 [UI][CSS] Parts not always getting styled | I noticed a case where the perspective tab was getting styled but the other tabs weren't. There may be sequencing problems where we call too early to style the UI, then parts are added unstyled. This was in the legacy app. In order to ensure the styling engine is run, we should call the styling engine on SWTPartFactory... | resolved fixed | 475fc96 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-08T16:58:55Z | 2009-07-08T16:20:00Z |
282,875 | Bug 282875 [UI] Allow parts of models to be rendered | We need to change the rendering protocol to allow a 'createGui' to specify the container it should be created under (in SWT-land this would be a Composite). This is necessary to facilitate unit tests and to allow the ad-hoc rendering of chunks of a model within an arbitrary container (i.e. a Dialog or Wizard). In order... | resolved fixed | 49c62f2 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/CompositePartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-08T15:30:40Z | 2009-07-08T16:20:00Z |
282,733 | Bug 282733 Active parts aren't set correctly in events | null | resolved fixed | d7f5f68 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-07T19:10:42Z | 2009-07-07T18:06:40Z |
279,452 | Bug 279452 [Compatibility] Parameterized command mechanism support | Parameterized commands like showView need to be able to access their parameters (like the view ID) PW | resolved fixed | eaefdc5 | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ApplicationFactory.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ApplicationPackage.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MHandledItem.java"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-07T18:38:58Z | 2009-06-08T11:20:00Z |
282,717 | Bug 282717 Move IServiceConstants.OUTPUTS to IContextConstants | The "outputs" value is used by the low level injection code, so this constant should live lower down. Currently we are just hard-coding this value in bundles below the UI level. | resolved fixed | 0efba3d | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/IServiceConstants.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ActiveChildOutputFunct... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-07T17:41:06Z | 2009-07-07T18:06:40Z |
282,319 | Bug 282319 [PhotoDemo] Fails on OS-X with a Image-Disposed error from SWT | null | resolved fixed | fd165e6 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-02T20:03:50Z | 2009-07-02T18:40:00Z |
282,276 | Bug 282276 [ContatcsDemo] ThemeSwitcher should force a relayout | When switching the Theme the workbench should be instructed to relayout itself because computedSizes() might have changed (e.g different font-heights, ..) | resolved fixed | 7d14d76 | ["examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/handlers/ThemeUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-07-02T11:44:13Z | 2009-07-02T10:20:00Z |
282,049 | Bug 282049 Pass old context value to ContextChangeEvent | We should provide the "old value" for add and remove context change events. Knowing the old value will help listeners make more informed update decisions (i.e., they can accurately determine if the change effects them or not). | resolved fixed | 56d0d16 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/UISchedulerStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-30T19:53:10Z | 2009-06-30T16:40:00Z |
281,897 | Bug 281897 [ui] allow -applicationCSS in both e4 app and legacy workbench app | 1) the primary plugin should not be jarred. e4 doesn't have one, but the legacy workbench does, org.eclipse.e4.ui.examples.legacy.workbench 2) WorkbenchApplication and the legacy app should take -applicationCSS so that you can override it on the command line. PW | resolved fixed | 1ef7fef | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-30T17:48:14Z | 2009-06-29T18:26:40Z |
281,890 | Bug 281890 Encapsulate IRunAndTrack#notify parameters | IRunAndTrack has a notify method with four parameters. I have found a need for a fifth parameter (the old value on change/remove). The parameter should be encapsulated as an "event" argument so that we will be able to add more event parameters in the future without breaking compatibility | resolved fixed | 55cf95c | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/UISchedulerStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-30T17:24:10Z | 2009-06-29T18:26:40Z |
281,888 | Bug 281888 sysout in photo demo | shutting down I get a "dispose called!" from org.eclipse.e4.demo.e4photo.ExifTable We should be using tracing for sysouts. org.eclipse.e4.workbench.ui.internal.Activator.trace(String, String, Throwable) is an example but I don't know if we should make it easy to use for client plugins, or simply if we should re-use it ... | resolved fixed | 067c86b | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ExifTable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-30T14:45:43Z | 2009-06-29T18:26:40Z |
282,016 | Bug 282016 [UI] Remove Menu/TB creation from the PartRenderer | The code currently 'automatically' creates any defined menu or toolbar in the model as direct children of the newly rendered part. This is incorrect in that a part's menu/toolbar is 'hosted' by its parent part (i.e. a view's toolbar is managed by its containing CTabFolder). It also ends up with a toolbar 'floating' on ... | resolved fixed | 8134a29 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-30T14:39:06Z | 2009-06-30T13:53:20Z |
282,008 | Bug 282008 [Compatibility] Support for 'sticky' views | We need to support the legacy 'sticky' view mechanism. This is used for Help, Cheat Sheets and such that need to remain visible across perspective switches. | resolved fixed | 4f32500 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/PartSashFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-30T13:34:55Z | 2009-06-30T13:53:20Z |
281,752 | Bug 281752 2 failures in context operations in I20090626-1945 | null | resolved fixed | 42c80a3 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/ContextContextService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-29T15:04:24Z | 2009-06-27T19:13:20Z |
281,659 | Bug 281659 ExifTable doesn't receive selection changes | Set a breakpoint in org.eclipse.e4.demo.e4photo.ExifTable.setInput(IResource) If ExifTable is not instantiated when you click on your first album in the Library view, then when you finally instantiate ExifTable and then start changing the Library view selection, setInput(*) is never called. PW | resolved fixed | 3ec6e63 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-26T20:35:12Z | 2009-06-26T12:40:00Z |
281,236 | Bug 281236 Cannot switch themes in contacts demo | When I try to switch to the dark or light theme in contacts, I get exception traces that end with: Caused by: java.lang.NullPointerException at org.eclipse.e4.demo.contacts.handlers.ThemeUtil$1.run(ThemeUtil.java:46) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179) at org.eclipse.swt.widgets.Disp... | verified fixed | f0d8299 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/CSSStylingSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-25T20:14:49Z | 2009-06-23T15:13:20Z |
276,202 | Bug 276202 [Forms] NPE if dispose() called on FormToolkit more than once | Build id: I20090512-2000 java.lang.NullPointerException at org.eclipse.ui.forms.widgets.FormToolkit.dispose(FormToolkit.java:711) At the moment, if you invoke dispose() twice on a FormToolkit instance, an NPE will be thrown. public void dispose() { if (colors.isShared() == false) { colors.dispose(); colors = null; } bo... | verified fixed | be7beb1 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormToolkit.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util/AllUtilityTests.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util/FormToolkitTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-24T21:28:42Z | 2009-05-13T21:26:40Z |
281,174 | Bug 281174 [UI] .active not set on widget | It appears we're no longer setting .active on a widget. I don't see the active selected tab being styled in the contacts demo, and I put breakpoints on both impls of the IStylineEngine.setClass() and neither fires. | resolved fixed | 8c96ab4 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-24T14:15:41Z | 2009-06-23T01:20:00Z |
281,126 | Bug 281126 [CSS] Illegal state exc from tab-height | If you just type a space in the CSS Editors SWT example you will get traces in the console failing on CSSValue.getFloatValue() for tab-height. | resolved fixed | 977d0a8 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/custom/CSSPropertyCTabFolderTabHeightHandler.java", "tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CTabFolderTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-22T21:58:31Z | 2009-06-22T19:46:40Z |
281,148 | Bug 281148 Get rid of org.eclipse.e4.services extension point | The org.eclipse.e4.services extension point is used as a way to generically contributed IContextFunctions so they can be used in components created in other bundles. There are some problems with this approach: - It is not lazy. The extension point gives the impression of lazy loading, but in fact the functions are load... | resolved fixed | 73857dd | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/Activator.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/ProgressMonitorFunction.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ProgressMonitorFunction.java", "bundles/org.ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-22T21:33:57Z | 2009-06-22T19:46:40Z |
281,040 | Bug 281040 [CSS] Workbench always overrides IStylingEngine app context | Since the Workbench is created AFTER the CSSStylingSupport is created (see org.eclipse.e4.ui.workbench.swt.internal.WorkbenchApplication), the Workbench always overrides the app context IStylingEngine with a Null Styling. Fix: Just change class org.eclipse.e4.workbench.ui.internal.Workbench: initializeNullStyling(mainC... | resolved fixed | e39a9a9 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-22T12:27:05Z | 2009-06-22T08:40:00Z |
280,938 | Bug 280938 Remove 'name' argument from IEclipseContext#runAndTrack | I20090618 IEclipseContext#runAndTrack has a "name" argument that is only used for debugging purposes. I would like to remove this because it has very limited value - people can just as easily define a toString on their Runnable that can be used for debugging purposes. Clients are likely to find the parameter confusing,... | resolved fixed | 2f09492 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/i... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-19T18:44:46Z | 2009-06-19T19:33:20Z |
280,846 | Bug 280846 [UI][CSS] Null styling engine required in main context for tests to run | null | resolved fixed | f9307cf | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/CSSStylingSupport.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/Workbenc... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-19T16:52:39Z | 2009-06-19T00:06:40Z |
280,632 | Bug 280632 [CSS][UI] How to handle margins | In order to implement margins, we require that the control in question have a parent composite on which we can set marginLeft, marginRight, etc. This requires a rather odd contract between the widget construction and the styling, since the only reason for the composite and layout is to support the styling. It's also un... | resolved fixed | c31fa01 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-19T16:31:08Z | 2009-06-17T14:46:40Z |
280,087 | Bug 280087 [Compatibility] Toolbar support code now causes legacy view creation error | I'm running org.eclipse.ui.tests.api.IViewPartTest (a simple call to showView(*) that then accesses the returned IViewPart. This code used to fail because the CallHistory was wrong (not enough part lifecycle). Now it cannot instantiate the view at all. IViewPartTest org.eclipse.ui.tests.api.IViewPartTest testOpenAndClo... | resolved fixed | 6525d00 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-19T15:15:56Z | 2009-06-12T15:20:00Z |
280,823 | Bug 280823 Workbench window has no icon | I20090617 The workbench window doesn't have any images registered with the shell. This causes the window title bar, Alt+Tab image, etc, to use the default OS icon, which looks clunky. It should display an appropriate branded image. | resolved fixed | a8ca234 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-18T19:46:14Z | 2009-06-18T18:33:20Z |
264,256 | Bug 264256 [CSS] Need margins | Build ID: M1 Steps To Reproduce: This code is a problem because it expects there to be a FillLayout on the parent if(property.equals("border-width")) { ((FillLayout) parent.getLayout()).marginWidth = pixelValue; } | resolved fixed | 891c0d9 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/AbstractCSSPropertyMarginHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/properties/css2/ICSSPropertyMarginHandler.java", "bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/dom/p... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-17T23:19:41Z | 2009-02-09T20:06:40Z |
280,695 | Bug 280695 [CSS][UI] Style newly created widgets in tab folders/stacks | null | resolved fixed | b980e45 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/IStylingEngine.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchStylingSuppor... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-17T22:38:15Z | 2009-06-17T23:06:40Z |
280,499 | Bug 280499 [CSS] AbstractCSSSWTEngineImpl shouldn't get display for current thread | The constructor AbstractCSSSWTEngineImpl(Display, boolean) is passed in a display. However, it also does: new CSSSWTApplyStylesListener(Display.findDisplay(Thread .currentThread()), this); I don't see why it shouldn't use the display passed in. | resolved fixed | d97f4ff | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/engine/AbstractCSSSWTEngineImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-16T19:17:18Z | 2009-06-16T19:20:00Z |
280,049 | Bug 280049 [UI] Don't use deprecated SWT API | Current CVS HEAD We should not use deprecated SWT API when there is an equivalent API available. | resolved fixed | b5b1da3 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-15T17:51:23Z | 2009-06-12T09:46:40Z |
280,000 | Bug 280000 NPE in UISchedulerStrategy | Build: I20090610 The following NPE occurs if a context is modified during shutdown: java.lang.NullPointerException at org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy.schedule(UISchedulerStrategy.java:49) at org.eclipse.e4.core.services.internal.context.EclipseContext.schedule(EclipseContext.java:311) at org.ec... | resolved fixed | ffdbf01 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/UISchedulerStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-11T19:44:41Z | 2009-06-11T19:53:20Z |
279,849 | Bug 279849 [UI] StackModelFactory should not be setting setMax/MinVisible | The StackModelFactory makes calls to ctf.setMaximizeVisible(showMinMax); ctf.setMinimizeVisible(showMinMax); These should be (and can be) done via CSS since they are purely decorative. We should remove the calls from the StackModelFactory. | resolved fixed | 1de80e0 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-10T20:07:40Z | 2009-06-10T18:53:20Z |
279,641 | Bug 279641 Enabling breakpoint view | null | resolved fixed | cd5d3ef | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-09T15:56:23Z | 2009-06-09T15:06:40Z |
279,269 | Bug 279269 Initial contents of the Debug view is improperly sized | null | resolved fixed | c8105a5 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-05T14:48:36Z | 2009-06-05T13:53:20Z |
278,550 | Bug 278550 [Databinding] ObservablesManager, ObservableTracker and MapSimpleValueObservableMap lead to exception | null | resolved fixed | 45eed8f | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ObservableTracker.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ObservablesManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-04T21:29:35Z | 2009-05-31T08:53:20Z |
279,123 | Bug 279123 [UI] View's context menus are over written with the contents from the drop-down menu | This appeared once we started populating legacy parts with menu and tb models... There is code in the PartRenderer that 'automatically' creates Menus and Toolbars from the existing model structures if they exist. Unfortunately it also calls 'setMenu' on the 'owning' control. For legacy parts the MMenu available through... | resolved fixed | 96b6aef | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-04T16:49:14Z | 2009-06-04T15:40:00Z |
278,829 | Bug 278829 [About] [doc] Mark IInstallationPageContainer as @noimplement | null | verified fixed | 1fef893 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/IInstallationPageContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-03T15:42:02Z | 2009-06-02T16:26:40Z |
275,743 | Bug 275743 [About] [doc] Doc Only - installationPages schema file has extra colon | null | verified fixed | 72ee0b7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/about/InstallationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-02T17:43:48Z | 2009-05-11T22:13:20Z |
278,514 | Bug 278514 [WorkbenchParts] NPE in PageBookView.containsPart | null | verified fixed | df29de4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageBookView.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/propertysheet/MultiInstancePropertySheetTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-02T15:22:34Z | 2009-05-30T13:26:40Z |
278,659 | Bug 278659 [CSS] Border PaintListener leaks one Color instance whenever it's drawn | null | resolved fixed | 3c57661 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/CSSSWTHelpers.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/CSSPropertyBorderSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/AbstractCSSPrope... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-06-01T19:57:36Z | 2009-06-01T18:13:20Z |
278,479 | Bug 278479 [CSS] SWT unit tests failing "This isn't an RGBColor type" | null | resolved fixed | 672190f | ["tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/ButtonTest.java", "tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/CssSwtTestSuite.java", "tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/LabelTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-29T23:19:45Z | 2009-05-29T20:46:40Z |
278,375 | Bug 278375 [ui] NPE on photo demo shutdown | NPE because the restore location is not set. PW | resolved fixed | dd2ef68 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-29T11:59:11Z | 2009-05-29T12:26:40Z |
278,369 | Bug 278369 [ui] ExitHandler fails on dependency injection | Simple Example: Until yesterday, I could specify a Handler (that was bound to a command using the workbench model) like this: public class ExitHandler { public void execute(IWorkbench workbench) { workbench.close(); } } Today, I get the exception: java.lang.RuntimeException: could not find satisfiable method execute in... | resolved fixed | 196d8e0 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-29T11:45:54Z | 2009-05-29T12:26:40Z |
277,966 | Bug 277966 [Databinding] regression: ObservablesManager throws NPE on dispose if one of the observables is already disposed | null | verified fixed | 822cb4c | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ObservablesManager.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/ObservablesManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-28T21:28:30Z | 2009-05-26T23:20:00Z |
278,091 | Bug 278091 [CSS] Measure.getCssText() with float value results in IllegalStateException | In theory we should be able to provide percentages as part of the gradients, e.g. CTabFolder:selected { background-color: #FF0000 #0000FF 30% } But this generates IllegalStateException calling getCSSText() on org.apache.batik.css.parser.CSSLexicalUnit$FloatLexicalUnit from Measure.getCSSText(). | resolved fixed | 1e34aed | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java", "tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/CssCoreTestSuite.java", "tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/parser/ValueTest.java", "tests/org.eclipse.e4.ui.t... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-28T21:21:22Z | 2009-05-27T18:46:40Z |
278,243 | Bug 278243 [CSS] Measure missing match for LexicalUnit type 36 | (appeared in the console running the e4 compat demo) | resolved fixed | ff4d8a8 | ["bundles/org.eclipse.e4.ui.css.core/src/org/eclipse/e4/ui/css/core/impl/dom/Measure.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-28T16:07:24Z | 2009-05-28T17:00:00Z |
270,797 | Bug 270797 [EditorMgmt] [perfs] Regression on all OpenMultipleEditorTest.* tests | Verifying results for build I20090331-0901, it appears that there's a regression on all OpenMultipleEditorTest.* tests. All those tests are currently commented but for a regression between 3.2 and 3.3. So, this comment must either be removed and the regression investigated again or updated to explain the difference bet... | resolved fixed | f4932f7 | ["tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/OpenMultipleEditorTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-27T20:43:22Z | 2009-04-01T15:33:20Z |
278,065 | Bug 278065 [GlobalActions] regression: command link to go to preference page broken | I20090526-2000, works in R3.4.2. The help command to open a preference page no longer works (opens on last opened page instead of correct one) unless it is clicked/used inside the preference dialog itself. | verified fixed | 56fc1c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-27T18:32:27Z | 2009-05-27T16:00:00Z |
277,873 | Bug 277873 [CSS] Exception handling for illegal color name | null | resolved fixed | 29f6fc9 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/converters/CSSValueSWTColorConverterImpl.java", "examples/org.eclipse.e4.ui.examples.css/src/org/eclipse/e4/ui/examples/css/editor/AbstractCSSEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-26T15:26:35Z | 2009-05-26T15:00:00Z |
277,676 | Bug 277676 [UI] The workbench should create the contexts | The workbench should create contexts for the model elements, MApplication and MParts (windows, sashes, contributed parts, etc). This is not really the responsibility of the renderers. PW | resolved fixed | f338813 | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ApplicationPackage.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplication.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/ApplicationPack... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-05-25T14:29:21Z | 2009-05-25T11:13:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.