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.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"] | 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 > "Customize View..." (Project Explorer) I know this is probably an enhancement request rather than a bug report, but I think that from a usability standpoint, you should be able to reset a view's filter(s) back to the default without having to reset the perspective. Also, would like to note that the reason why I'm posting this bug is because just then, when trying to filter the problems view to show errors/warnings "On selected element only", it at first did not give me the results I expected. After trying to get the filters back to show errors in the entire workspace, absolutely zero problems were showing up in my view. | 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, it should be obtained from the Navigator instead. More information: Here is a chat transcript with Francis Upton: [4:54:09 PM] Simon Zambrovski: NavigatorContentServiceFactory <- this guy is not intended to be used by clients in order to get access to the INavigatorContentService, right? So INavigatorContentService service = new NavigatorContentServiceFactory().createContentService("my.view.id"); is not working, but I should find the view (via IWorkbenchPage.findView()), cast it to the CommonNavigator and finally retrieve the NavigatorContentService from it by calling CommonNavigator.getNavigatorContentService() [4:56:38 PM] Francis Upton: yes [4:56:55 PM] Simon Zambrovski: ok. i'll add this to the wiki, because once you find the INavigatorContentService, its JavaDoc says - use the factory to get an instance of it.... [4:58:39 PM] Francis Upton: the javadoc comments are misleading, it refers to the use of it in a standalone manner which is possible, but not what you want. You want the one assicated with the CN. [4:59:13 PM] Francis Upton: can you file a bug about this? You can copy this transcript into the bug report, and that way I can clean up the doc. | 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/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Library.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Location.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Preview.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Thumbnails.java"] | 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 must have equal hash codes). Note that URL#hashCode() is also broken, so you should use URL#toExternalForm() there as well. | 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.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/MPartImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/workbench/WorkbenchPackage.java", "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-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. 4. Nothing happens. An NPE is logged. java.lang.NullPointerException at org.eclipse.ui.internal.CycleBaseHandler.openDialog(CycleBaseHandler.java:132) at org.eclipse.ui.internal.CycleBaseHandler.execute(CycleBaseHandler.java:118) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) | 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 + horizontalSpacing); I think it should be: int ncolumns = (carea.width - leftMargin - rightMargin + horizontalSpacing) / (cwidth + horizontalSpacing); because the horizontalSpacing is only between columns, and not also on the outsides of the columns. (i.e. There are only ncolumns-1 horizontalSpacing's.) The derivation is: ncolumns * cwidth + (ncolumns-1) * horizontalSpacing = carea.width - leftMargin - rightMargin ==> ncolumns * cwidth + ncolumns * horizontalSpacing = carea.width - leftMargin - rightMargin + horizontalSpacing ==> ncolumns * (cwidth + horizontalSpacing) = carea.width - leftMargin - rightMargin + horizontalSpacing | 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_Object(Device.java:853) at org.eclipse.swt.graphics.Resource.init(Resource.java:85) at org.eclipse.swt.graphics.Color.<init>(Color.java:83) at org.eclipse.e4.ui.css.swt.helpers.CSSSWTColorHelper.getSWTColors(CSSSWTColorHelper.java:139) at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyBackgroundSWTHandler.applyCSSPropertyBackgroundColor(CSSPropertyBackgroundSWTHandler.java:97) at org.eclipse.e4.ui.css.core.dom.properties.css2.AbstractCSSPropertyBackgroundHandler.applyCSSProperty(AbstractCSSPropertyBackgroundHandler.java:34) at org.eclipse.e4.ui.css.swt.properties.css2.CSSPropertyBackgroundSWTHandler.applyCSSProperty(CSSPropertyBackgroundSWTHandler.java:41) at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyCSSProperty(AbstractCSSEngine.java:659) at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyleDeclaration(AbstractCSSEngine.java:442) at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:350) at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:296) at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:374) at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.applyStyles(AbstractCSSEngine.java:296) at org.eclipse.e4.ui.workbench.swt.internal.CSSStylingSupport$2.setClassname(CSSStylingSupport.java:74) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer$2.run(StackRenderer.java:143) at org.eclipse.e4.core.services.internal.context.EclipseContext$TrackableComputation.run(EclipseContext.java:127) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:148) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:152) at org.eclipse.jface.databinding.swt.SWTObservables$DisplayRealm.access$0(SWTObservables.java:1) at org.eclipse.jface.databinding.swt.SWTObservables$1.run(SWTObservables.java:502) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3855) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3476) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2818) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2782) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2634) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:562) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) | 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.java", "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-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_CHILD (so the commands are being retrieved from the previous editor). PW | 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 exists for as long as its MContributedPart). There are 2 parts to this in the short term: 1) If the runAndTrack is tied to SWT resources (like the CTabItem/ETabItem) it should go away when the part is disposed. 2) the model add that creates the context (currently org.eclipse.e4.workbench.ui.internal.Workbench.initializeContext(IEclipseContext, MPart<?>) ) should also makes sure it disposes the context on remove. PW | 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 immediate effect The problem is that the setters are only changing the field value but not doing any udpating. We need something like: updateTabHeight(true); for vertical spacing changes updateItems(); for horizontal spacing changes redraw(); | 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; // The keyline color of the left, right, and bottom of the body Color tabKeylineColor; // Keyline color for the tabs themselves | 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/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/properties/custom/CSSPropertyTabKeylineColorHandler.java", "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-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 something flush leftmost against folder but space between each tab with: ETabItem { margin-left: 0px; margin-right: 3px; } | 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 getTextMidline(). | 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.parseHierarchical(Unknown Source) at java.net.URI$Parser.parse(Unknown Source) at java.net.URI.<init>(Unknown Source) at java.net.URL.toURI(Unknown Source) at org.eclipse.e4.workbench.ui.internal.Workbench.<init>(Workbench.java:103) | 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 -showlocation Error Tue Jul 21 13:38:15 EDT 2009 Unhandled event loop exception java.lang.IllegalArgumentException: Widget has the wrong parent at org.eclipse.swt.SWT.error(SWT.java:3865) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.e4.ui.widgets.CTabItem.setControl(CTabItem.java:880) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer.internalChildAdded(StackRenderer.java:212) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer.childAdded(StackRenderer.java:238) at org.eclipse.e4.workbench.ui.renderers.PartRenderingEngine$2.notifyChanged(PartRenderingEngine.java:92) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:280) at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1033) at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1038) at org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch(NotificationImpl.java:1038) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:305) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:307) at org.eclipse.e4.demo.viewer.ModelExplorer$2.drop(ModelExplorer.java:133) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1247) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1270) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1255) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1076) at org.eclipse.swt.dnd.DropTarget.drop(DropTarget.java:706) at org.eclipse.swt.dnd.DropTarget.outlineView_acceptDrop_item_childIndex(DropTarget.java:724) at org.eclipse.swt.dnd.DropTarget.dropTargetProc(DropTarget.java:449) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.dnd.DropTarget.callSuper(DropTarget.java:196) at org.eclipse.swt.dnd.DropTarget.performDragOperation(DropTarget.java:717) at org.eclipse.swt.dnd.DropTarget.dropTargetProc(DropTarget.java:434) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202) at org.eclipse.swt.widgets.Widget.mouseDown(Widget.java:917) at org.eclipse.swt.widgets.Control.mouseDown(Control.java:2151) at org.eclipse.swt.widgets.Tree.mouseDown(Tree.java:1894) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4652) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1750) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1821) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4712) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4284) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4351) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3096) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2727) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2691) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2543) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:556) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:549) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) | 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/properties/custom/CSSPropertyTabKeylineColorHandler.java"] | 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 analysis, closing the file in window B caused the renderer to hide the child (although technically in this case it should've been outright disposed I suppose), instantiating the shell "under" window B's control. When window B was closed and disposed, its children was disposed likewise (i.e. the limbo shell). Now when we try to close the file in window A, the renderer tries to hide the child (incorrectly?) again, we check for null, it's non-null (albeit disposed) so we reuse it for setParent(Composite) and SWT blows up. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3865) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.widgets.Control.setParent(Control.java:3892) at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.locallyHide(SWTPartRenderer.java:361) at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartRenderer.childRemoved(SWTPartRenderer.java:303) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer.childRemoved(StackRenderer.java:310) at org.eclipse.e4.workbench.ui.renderers.PartRenderingEngine.removeGui(PartRenderingEngine.java:179) at org.eclipse.e4.workbench.ui.renderers.PartRenderingEngine$1.notifyChanged(PartRenderingEngine.java:59) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:280) at org.eclipse.e4.ui.model.internal.application.MPartImpl.setVisible(MPartImpl.java:457) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:770) at org.eclipse.ui.internal.WorkbenchPage.partRemoved(WorkbenchPage.java:761) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:560) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:584) at org.eclipse.ui.internal.WorkbenchPage$6.getValue(WorkbenchPage.java:1797) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer$5.close(StackRenderer.java:364) at org.eclipse.e4.ui.widgets.CTabFolder.onMouse(CTabFolder.java:2189) at org.eclipse.e4.ui.widgets.CTabFolder$1.handleEvent(CTabFolder.java:317) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) | 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 org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:280) at org.eclipse.e4.ui.model.internal.application.MPartImpl.setVisible(MPartImpl.java:457) at org.eclipse.e4.workbench.ui.renderers.swt.StackModelFactory$5.close(StackModelFactory.java:344) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2199) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:327) | 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/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-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 org.eclipse.e4.ui.tests.workbench.RenderingTestCase.checkResults(RenderingTestCase.java:209) at org.eclipse.e4.ui.tests.workbench.RenderingTestCase$2.run(RenderingTestCase.java:178) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.tests.workbench.RenderingTestCase.createModel(RenderingTestCase.java:163) at org.eclipse.e4.ui.tests.workbench.MSashTest.testSashWeights(MSashTest.java:54) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) at org.eclipse.core.launcher.Main.main(Main.java:34) | 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 the editor -> Now the dirty state never appears, and the save command is never enabled. It's not possible to edit the file after this point. | 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.workbench.ui.renderers.swt.StackRenderer.showMenu(StackRenderer.java:478) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer$8.widgetSelected(StackRenderer.java:463) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) | 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 background-color :selected This would leave CTabFolder to interpret background color as the area behind the tabs. | 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)) should be if (url != null && !url.equals(other.url)) For reference, I'm pasting the contents of the equals method: /** * Indicates whether some other object is "equal to" this one. In this case * it means that the underlying IFolders are equal. */ public boolean equals(Object obj) { if (this == obj) return true; if (!(obj instanceof WebBrowserEditorInput)) return false; WebBrowserEditorInput other = (WebBrowserEditorInput) obj; if (url != null && !url.equals(obj)) return false; return canReplaceInput(other); } More information: | 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. After logout (also implicitly done before closing the workbench) with disabling the acitivies and closing the workbench ViewRegistry#saveState(IMemento) raises a NullPointerException. The line 287 IViewDescriptor desc = viewReg.find(refs[i].getId()); returns null because of the (during logout) disabled activities for views that were part of the role specific perspective and subsequent causes the NullPointerException. From my point of view this has to be at least checked against null. | 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 make the initial story clearer. | 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/e4/workbench/ui/renderers/swt/ContributedPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/HandledContributionItem.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/LazyStackFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/LazyStackRenderer.java", "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/SWTPartFactory.java", "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/renderers/swt/StackModelFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/TrimPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/TrimRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/AbstractPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartRenderingEngine.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ImageDialogHandler.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MWindowTest.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-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.incorrectTypeFound(HandlerUtil.java:46) at org.eclipse.ui.handlers.HandlerUtil.getActivePartChecked(HandlerUtil.java:316) at org.eclipse.ui.views.properties.NewPropertySheetHandler.execute(NewPropertySheetHandler.java:51) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.ui.LegacyHandlerService$HandlerProxy.execute(LegacyHandlerService.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.e4.workbench.ui.internal.ReflectionContributionFactory.call(ReflectionContributionFactory.java:155) at org.eclipse.e4.ui.internal.services.ContextHandlerService.executeHandler(ContextHandlerService.java:43) at org.eclipse.ui.LegacyHandlerService.executeCommand(LegacyHandlerService.java:409) at org.eclipse.ui.LegacyHandlerService.executeCommand(LegacyHandlerService.java:422) at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:770) at org.eclipse.ui.menus.CommandContributionItem.access$10(CommandContributionItem.java:756) at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:746) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2715) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2679) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2531) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:558) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:618) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) | 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", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/ApplicationPackageImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/MHandledItemImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/MMenuItemImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/workbench/WorkbenchPackage.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/HandledContributionItem.java", "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-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 command to re-open the editor should it get closed (we can't simply re-open the view since the editor isn't contributed through the legacy mechanisms...). | 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.bindWidget(). | 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 to do this we'll have to make an API change to the PartFactory's 'createWidget' so that it will get the parent container as a parameter. In order to 'upgrade' an existing PartFactory you would simply replace the code you're currently using to find the correct container with the new parameter's value. | 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/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", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/TrimPartFactory.java", "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/internal/Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartFactory.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/renderers/PartRenderer.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ImageDialogHandler.java"] | 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", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MParameter.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/util/ApplicationAdapterFactory.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/util/ApplicationSwitch.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/ApplicationFactoryImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/ApplicationPackageImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/MHandledItemImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/MParameterImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/workbench/WorkbenchPackage.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/ContextHandlerService.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/EHandlerService.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/HandledContributionItem.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/HandlerTest.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/ActiveChildOutputFunction.java"] | 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 for our examples. PW | 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 top of the view in the compatibility layer. We should remove this code and leave the management of the menu and toolbar to the various part factories themselves. | 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.Display.syncExec(Display.java:4113) at org.eclipse.e4.demo.contacts.handlers.ThemeUtil.switchTheme(ThemeUtil.java:37) at org.eclipse.e4.demo.contacts.handlers.BrightThemeHandler.execute(BrightThemeHandler.java:20) ... 30 more PW | 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; } boldFontHolder.dispose(); } As can be seen, the 'colors' field is set to 'null' which is the cause of the NPE. It's okay to repeatedly invoke dispose() on an SWT widget so I feel this pattern should be extended for a FormToolkit also. | 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 loaded eagerly so they can be added to the context - It is not dynamic. You could theoretically withdraw a service by shutting down the bundle providing the extension, but there is no link to all the contexts that may be using the service at time of removal - Anybody wanting to use these contributed functions needs to write the wad of code to walk the extension registry and add the functions to their context - It has no arbitration mechanism to deal with multiple bundles providing the same service In short, this extension point is a poor man's version of OSGi services without all the well thought solutions to the problems of laziness, dynamicity, service arity, etc. Given that contexts now support OSGi services, we should transition away from the services extension point towards a pure OSGi service model. | 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.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/RealmFunction.java"] | 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(mainContext) into if(appContext.get(IStylingEngine.class.getName()) == null) { initializeNullStyling(mainContext) } | 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, and will be unlikely to provide a string that provides us with much value as a debugging aid. Also, the runAndTrack(IRunAndTrack) method doesn't have such a name, which is inconsistent. I'd like to make this change now to avoid the churn of changing it once we have more adopters. | 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/internal/Workbench.java"] | 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/WorkbenchStylingSupport.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/RunApplicationTest.java"] | 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 unrealistic to wrap every widget in a composite even if it will never have margins set. Another idea is for CSS to create the composite/layout on the fly when margins are being set. This would require the widget to be reparented. | 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 testOpenAndCloseSaveNotNeeded(org.eclipse.ui.tests.api.IViewPartTest) java.lang.ClassCastException: org.eclipse.swt.widgets.Button incompatible with org.eclipse.swt.widgets.Composite at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartFactory.createToolBar(SWTPartFactory.java:92) at org.eclipse.e4.workbench.ui.renderers.PartRenderer.createWidget(PartRenderer.java:180) at org.eclipse.e4.workbench.ui.renderers.PartRenderer.createGui(PartRenderer.java:109) at org.eclipse.e4.workbench.ui.renderers.PartRenderer$2.notifyChanged(PartRenderer.java:77) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:280) at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:255) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:300) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:307) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2049) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:375) at org.eclipse.ui.internal.WorkbenchPage$6.run(WorkbenchPage.java:2345) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2342) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2316) at org.eclipse.ui.tests.api.IViewPartTest.testOpenAndCloseSaveNotNeeded(IViewPartTest.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39) at java.lang.reflect.Method.invoke(Method.java:612) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:114) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2706) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2670) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2522) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:559) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:552) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:46) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) testOpenAndClose(org.eclipse.ui.tests.api.IViewPartTest) java.lang.ClassCastException: org.eclipse.swt.widgets.Button incompatible with org.eclipse.swt.widgets.Composite at org.eclipse.e4.workbench.ui.renderers.swt.SWTPartFactory.createToolBar(SWTPartFactory.java:92) at org.eclipse.e4.workbench.ui.renderers.PartRenderer.createWidget(PartRenderer.java:180) at org.eclipse.e4.workbench.ui.renderers.PartRenderer.createGui(PartRenderer.java:109) at org.eclipse.e4.workbench.ui.renderers.PartRenderer$2.notifyChanged(PartRenderer.java:77) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:280) at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:255) at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addUnique(NotifyingListImpl.java:300) at org.eclipse.emf.common.util.AbstractEList.add(AbstractEList.java:307) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2049) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:375) at org.eclipse.ui.internal.WorkbenchPage$6.run(WorkbenchPage.java:2345) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2342) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2316) at org.eclipse.ui.tests.api.IViewPartTest.openPart(IViewPartTest.java:35) at org.eclipse.ui.tests.api.IWorkbenchPartTest.testOpenAndClose(IWorkbenchPartTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39) at java.lang.reflect.Method.invoke(Method.java:612) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:62) at org.eclipse.pde.internal.junit.runtime.UITestApplication$1.run(UITestApplication.java:114) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3468) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3115) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2706) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2670) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2522) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:559) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:552) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.pde.internal.junit.runtime.UITestApplication.start(UITestApplication.java:46) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39) at java.lang.reflect.Method.invoke(Method.java:612) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) | 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/properties/providers/CSSPropertyHandlerSimpleProviderImpl.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/CSSSWTConstants.java", "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/CSSPropertyMarginSWTHandler.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartFactory.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackModelFactory.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/MarginTest.java"] | 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/WorkbenchStylingSupport.java"] | 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.eclipse.e4.core.services.internal.context.EclipseContext$TrackableComputation.doHandleInvalid(EclipseContext.java:95) at org.eclipse.e4.core.services.internal.context.Computation.handleInvalid(Computation.java:60) at org.eclipse.e4.core.services.internal.context.EclipseContext.invalidate(EclipseContext.java:262) at org.eclipse.e4.core.services.internal.context.EclipseContext.set(EclipseContext.java:323) at org.eclipse.e4.workbench.ui.renderers.PartFactory.activate(PartFactory.java:129) at org.eclipse.e4.workbench.ui.renderers.swt.StackModelFactory$5.handleEvent(StackModelFactory.java:302) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1404) at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2597) at org.eclipse.swt.widgets.Widget.wmSetFocus(Widget.java:2282) at org.eclipse.swt.widgets.Control.WM_SETFOCUS(Control.java:4573) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4014) at org.eclipse.swt.widgets.Text.windowProc(Text.java:2170) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589) at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method) at org.eclipse.swt.widgets.Control.forceFocus(Control.java:978) at org.eclipse.swt.widgets.Control.setFocus(Control.java:2965) at org.eclipse.ui.internal.views.log.LogView.setFocus(LogView.java:1080) at org.eclipse.ui.internal.views.log.LogView.onTextShellDispose(LogView.java:1302) at org.eclipse.ui.internal.views.log.LogView$28.widgetDisposed(LogView.java:1295) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008) at org.eclipse.swt.widgets.Widget.release(Widget.java:804) at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1250) at org.eclipse.swt.widgets.Widget.release(Widget.java:807) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:441) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:447) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:709) at org.eclipse.swt.widgets.Display.release(Display.java:3523) at org.eclipse.swt.graphics.Device.dispose(Device.java:293) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:129) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) | 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 'getMenu' is the 'drop down' menu that appears when you click on the drop down button on the view's toolbar. The control's menu for these parts is managed by the view's implementation itself. | 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/AbstractCSSPropertyBorderSWTHandler.java"] | 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 class class org.eclipse.e4.demo.contacts.handlers.ExitHandler PW | 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.tests.css.swt/src/org/eclipse/e4/ui/tests/css/swt/GradientTest.java"] | 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 between 3.4 and 3.5... | 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/ApplicationPackageImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/application/MApplicationImpl.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/internal/workbench/WorkbenchPackageImpl.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/e4/workbench/ui/renderers/swt/StackModelFactory.java", "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/internal/Workbench.java", "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-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.