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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60,574 | Bug 60574 [Javadoc][EditorMgmt] IWorkbenchPage.getEditors() and .getViews() need explaining | The above methods have been deprecated (not sure when). I can hazard a guess that they were deprecated because they have the side effect of instantiating all editors and views in the page. This should be documented in the javadoc for the methods as it is not clear why they were deprecated. | verified fixed | d649e52 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T13:38:25Z | 2004-04-30T15:46:40Z |
58,474 | Bug 58474 [EditorMgmt] typo in IEditorReference.getName | Should be "May return null IF.." /** * Returns the editor input name. May return null is the * name is not available or if the editor failed to be * restored. */ public String getName(); | verified fixed | cddf8a6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IEditorReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T13:26:57Z | 2004-04-14T13:40:00Z |
295,880 | Bug 295880 [context] Context-to-Injector link streamlining | null | resolved fixed | 0f338c4 | ["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-11-23T15:35:09Z | 2009-11-23T15:26:40Z |
295,611 | Bug 295611 [UI] The MPart tests leave many open shells | This turns out to be caused by the PRE's 'stop' method only working correctly when an MApplication is the 'uiRoot' element. | resolved fixed | 7079894 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-19T16:29:40Z | 2009-11-19T17:00:00Z |
293,130 | Bug 293130 Polishing the Filter extension point | null | resolved fixed | 7839e56 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/AndFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/NotFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/OrFileInfoMatcher.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/StringFileInfoMatcher.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-18T21:54:10Z | 2009-10-23T09:26:40Z |
286,107 | Bug 286107 [ViewMgmt] [GlobalActions] Closing project ignores Saveables | CloseResourceAction saves only Editors, while other Saveables (part or non-part) are ignored. This causes data loss (because changes made in f.e. view cannot be saved to closed project on workbench exit). | verified fixed | a48f383 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/SaveableMockViewPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-17T19:40:27Z | 2009-08-10T10:26:40Z |
295,277 | Bug 295277 Part context is disposed twice when tab item is closed | Thread [main] (Suspended (breakpoint at line 305 in EclipseContext)) EclipseContext.dispose() line: 305 ContributedPartRenderer$2.widgetDisposed(DisposeEvent) line: 129 TypedListener.handleEvent(Event) line: 117 EventTable.sendEvent(Event) line: 84 Composite(Widget).sendEvent(Event) line: 1002 Composite(Widget).sendEvent(int, Event, boolean) line: 1026 Composite(Widget).sendEvent(int) line: 1007 Composite(Widget).release(boolean) line: 803 Composite(Widget).dispose() line: 441 ContributedPartRenderer(SWTPartRenderer).disposeWidget(MUIElement) line: 95 PartRenderingEngine.removeGui(MUIElement) line: 306 PartRenderingEngine$1.handleEvent(Event) line: 83 UIEventHandler$1.run() line: 42 Synchronizer.syncExec(Runnable) line: 179 Display.syncExec(Runnable) line: 4364 UIEventHandler.handleEvent(Event) line: 40 EventHandlerWrapper.handleEvent(Event, Permission) line: 177 EventHandlerTracker.dispatchEvent(Object, Object, int, Object) line: 198 EventManager.dispatchEvent(Set, EventDispatcher, int, Object) line: 227 ListenerQueue.dispatchEventSynchronous(int, Object) line: 149 EventAdminImpl.dispatchEvent(Event, boolean) line: 139 EventAdminImpl.sendEvent(Event) line: 78 EventComponent.sendEvent(Event) line: 39 EventBroker.send(String, Object) line: 67 UIEventPublisher.notifyChanged(Notification) line: 69 PartImpl(BasicNotifierImpl).eNotify(Notification) line: 280 PartImpl.setVisible(boolean) line: 394 StackRenderer$8.close(CTabFolderEvent) line: 447 ETabFolder(CTabFolder).onMouse(Event) line: 2189 CTabFolder$1.handleEvent(Event) line: 317 EventTable.sendEvent(Event) line: 84 ETabFolder(Widget).sendEvent(Event) line: 1002 Display.runDeferredEvents() line: 3917 Display.readAndDispatch() line: 3510 PartRenderingEngine$4.run() line: 422 Realm.runWithDefault(Realm, Runnable) line: 332 PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 369 Thread [main] (Suspended (breakpoint at line 305 in EclipseContext)) EclipseContext.dispose() line: 305 PartRenderingEngine.removeGui(MUIElement) line: 316 PartRenderingEngine$1.handleEvent(Event) line: 83 UIEventHandler$1.run() line: 42 Synchronizer.syncExec(Runnable) line: 179 Display.syncExec(Runnable) line: 4364 UIEventHandler.handleEvent(Event) line: 40 EventHandlerWrapper.handleEvent(Event, Permission) line: 177 EventHandlerTracker.dispatchEvent(Object, Object, int, Object) line: 198 EventManager.dispatchEvent(Set, EventDispatcher, int, Object) line: 227 ListenerQueue.dispatchEventSynchronous(int, Object) line: 149 EventAdminImpl.dispatchEvent(Event, boolean) line: 139 EventAdminImpl.sendEvent(Event) line: 78 EventComponent.sendEvent(Event) line: 39 EventBroker.send(String, Object) line: 67 UIEventPublisher.notifyChanged(Notification) line: 69 PartImpl(BasicNotifierImpl).eNotify(Notification) line: 280 PartImpl.setVisible(boolean) line: 394 StackRenderer$8.close(CTabFolderEvent) line: 447 ETabFolder(CTabFolder).onMouse(Event) line: 2189 CTabFolder$1.handleEvent(Event) line: 317 EventTable.sendEvent(Event) line: 84 ETabFolder(Widget).sendEvent(Event) line: 1002 Display.runDeferredEvents() line: 3917 Display.readAndDispatch() line: 3510 PartRenderingEngine$4.run() line: 422 Realm.runWithDefault(Realm, Runnable) line: 332 PartRenderingEngine.run(MApplicationElement, IEclipseContext) line: 369 | resolved fixed | 7d5a054 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-16T19:38:28Z | 2009-11-16T19:33:20Z |
159,176 | Bug 159176 [Presentations] Editor minimize/maximize buttons visible on startup even though perspective is fixed | In a simple RCP application with one (fixed) perspective and no views (just editors), the editor area minimize/maximize buttons are made visible when workbench is first restored. Opening one or more editors and then closing them removes the buttons for the duration of the session (subsequent editor opening/closing doesn't make the buttons reappear). Even though the buttons are visible, they are not functional (as expected). It appears that when the editor presentation is first created, there is no active perspective in the workbench page and thus WorkbenchPage.isFixedLayout() returns true. This causes the min/max buttons to be made visible. Next time the editor presentation is created (i.e., after closing all initial editors), the perspective is there and WorkbenchPage.isFixedLayout() returns true. This makes the min/max buttons invisible. One workaround is to implement a custom presentation factory, extend createEdirorPresentation and decorate the provided IStackPresentationSite with an implementation that does not support the minimize/maximize states. | verified fixed | ecc1330 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-16T19:31:34Z | 2006-09-28T19:00:00Z |
294,992 | Bug 294992 [context] Simplify handling of field and method prefixes | The context injection uses field and method prefixes to identify items to be injected. I'd like to: - leave one single prefix Currently code allows contexts to override default prefixes. While that might be interesting in theory, it complicates the code as prefixes have to be passed from contexts to object links to injectors. It is unclear if there is any practical use for overriding injection prefixes, especially as focus shifted on annotation-based injections. As such, I think we only need one clearly defined prefix that is sufficiently unique, to be stored in the IContextConstants.INJECTION_PREFIX. - change prefix value from "inject_" to "inject__" (two underscores at the end) With the point above, I'd like to strengthen uniqueness of our injection prefix. "inject__" seems be easy to read and sufficiently unique. The patch also removes IContextConstants.OUTPUTS that are no longer used. | resolved fixed | 98f0a91 | ["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-11-12T17:08:20Z | 2009-11-12T18:20:00Z |
294,777 | Bug 294777 [context] Clarify default state of @Optional | The "@Optional" annotation now is mixed up about its default state. The Javadoc says that its default state is "true", while some code paths think it is "false". What we need to consider: - in *all* cases in demos we have so far we use "@Optional(true)" - the original intent was (AFAIK): constructors: default is @Optional(false) method arguments: default is @Optional(false) methods on #make: default should be @Optional(true) ? I'd like to propose the following scheme based on the patters we see in demos: - arguments (of either method or constructor) are required by default - calling injectable methods [and setting fields] is optional by default This would mean that any explicit calls (#invoke(), #make()) must have their arguments available in the context to succeed. However, any calls generated by DI behind the scene (as a result of #inject()) are optional. On, in other terms, we don't have to call injectable methods unless specifically instructed. However, if we do call a method, we expect its arguments to be in the context. (This, of course, is the deafult state and can be change by using @Optional annotation.) The upside of this approach is that it fits well into patterns we see in the E4 demos (= DI "just works"). The downside is that, as evident from this text, it is not that easy to explain exactly what are the default states. From simplicicty of the programming model, it would be much better to just say that the default is always true or always false. Any opinions on this proposal? | resolved fixed | 2e46876 | ["examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/views/DetailsView.java", "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-11-12T16:07:58Z | 2009-11-10T19:06:40Z |
294,738 | Bug 294738 [Viewers] (JFace) Assertion for missing LabelProvider in ViewerColumn | ViewerColumn should throw an AssertionException if the LabelProvider is missing for a column to provide a helpful error message. | verified fixed | 9666544 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-12T02:30:36Z | 2009-11-10T13:33:20Z |
292,247 | Bug 292247 [Viewers] StructuredViewer.findItems(Object) javadoc is not precise | The javadoc says "If the element map is disabled, the widget is found via <code>doFindInputItem</code>." but in the code method doFindItem is called. | verified fixed | 75dd40c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-11T21:29:37Z | 2009-10-14T11:33:20Z |
289,409 | Bug 289409 [Viewers] ILazyTreePathContentProvider documentation request | I believe the JavaDoc for ILazyTreePathContentProvider#updateElement() should mention that the implementation can call TreeViewer#setHasChildren() instead of TreeViewer#setChildCount() if the content provider can more efficiently determine the has-children status than it can the actual number of children. This optimization was made possible by 156883. I think it needs to be advertised so clients can take advantage of it in their implementation of ILazyTreePathContentProvider#updateElement(). In fact, I think clients that use ILazyTreeContentProvider also have access to that optimization. If so, that JavaDoc should be updated, too. | verified fixed | ddc7768 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyTreeContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyTreePathContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-11T16:59:56Z | 2009-09-15T02:00:00Z |
294,307 | Bug 294307 [ErrorHandling] StatusDialogManagerTest failure in N20091104-2000 | There were 2 failures in last nights tests: expected:<org.eclipse.ui.statushandlers.StatusAdapter@c65dad> but was:<org.eclipse.ui.statushandlers.StatusAdapter@cc6a3b> junit.framework.AssertionFailedError: expected:<org.eclipse.ui.statushandlers.StatusAdapter@c65dad> but was:<org.eclipse.ui.statushandlers.StatusAdapter@cc6a3b> at org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest.testList2(StatusDialogManagerTest.java:578) expected:<[TEST_MESSAGE_2]> but was:<[See 'Details' for more information.]> at org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest.testList3(StatusDialogManagerTest.java:602) | verified fixed | b8c6f60 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-09T14:31:38Z | 2009-11-05T11:20:00Z |
294,497 | Bug 294497 NPE thrown when switching between populated and empty albums | 1. Run the photo demo. 2. Select an album with pictures in it. 3. Select the 'Exif' part. 4. Select an entry in the table. 5. Select an empty album. 6. An NPE is thrown. java.lang.NullPointerException at java.util.Hashtable.put(Unknown Source) at org.eclipse.e4.ui.services.internal.events.EventBroker.constructEvent(EventBroker.java:91) at org.eclipse.e4.ui.services.internal.events.EventBroker.post(EventBroker.java:72) at org.eclipse.e4.demo.e4photo.ExifTable$2.selectionChanged(ExifTable.java:161) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.jface.util.SafeRunnable$1.run(SafeRunnable.java:128) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2132) at org.eclipse.jface.viewers.TableViewer.remove(TableViewer.java:417) at org.eclipse.jface.viewers.AbstractTableViewer.remove(AbstractTableViewer.java:856) at org.eclipse.jface.internal.databinding.viewers.TableViewerUpdater.remove(TableViewerUpdater.java:36) at org.eclipse.jface.databinding.viewers.ObservableListContentProvider$2.handleRemove(ObservableListContentProvider.java:124) at org.eclipse.core.databinding.observable.list.ListDiff.accept(ListDiff.java:137) at org.eclipse.jface.databinding.viewers.ObservableListContentProvider$Impl.handleListChange(ObservableListContentProvider.java:118) at org.eclipse.core.databinding.observable.list.ListChangeEvent.dispatch(ListChangeEvent.java:61) at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119) at org.eclipse.core.databinding.observable.list.ObservableList.fireListChange(ObservableList.java:73) at org.eclipse.core.databinding.observable.list.WritableList.clear(WritableList.java:269) at org.eclipse.e4.demo.e4photo.ExifTable.setSelection(ExifTable.java:81) 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.e4.core.services.internal.context.ContextInjector.callMethod(ContextInjector.java:561) at org.eclipse.e4.core.services.internal.context.ContextInjector.access$2(ContextInjector.java:538) at org.eclipse.e4.core.services.internal.context.ContextInjector$Processor.processMethod(ContextInjector.java:108) at org.eclipse.e4.core.services.internal.context.ContextInjector.processMethods(ContextInjector.java:376) at org.eclipse.e4.core.services.internal.context.ContextInjector.processClass(ContextInjector.java:319) at org.eclipse.e4.core.services.internal.context.ContextInjector.processClassHierarchy(ContextInjector.java:335) at org.eclipse.e4.core.services.internal.context.ContextInjector.inject(ContextInjector.java:211) at org.eclipse.e4.core.services.internal.context.ContextToObjectLink.handleAdd(ContextToObjectLink.java:59) at org.eclipse.e4.core.services.internal.context.ContextToObjectLink.notify(ContextToObjectLink.java:152) at org.eclipse.e4.core.services.internal.context.EclipseContext$TrackableComputationExt.notify(EclipseContext.java:197) at org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy$1.run(UISchedulerStrategy.java:40) 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:3892) | resolved fixed | aa6fca6 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/internal/events/EventBroker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-06T18:34:50Z | 2009-11-06T17:53:20Z |
294,493 | Bug 294493 XMI definition of part icon is ignored | The icon URI definition for parts seem to be ignored as the part tabs don't have any icons. | resolved fixed | c5baf0d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/UIStartupTest.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MPartTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-06T17:45:16Z | 2009-11-06T17:53:20Z |
294,046 | Bug 294046 Improve the FileListControl | null | resolved fixed | 19ab3a8 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/UIAllTests.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MPartTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-04T12:57:30Z | 2009-11-03T12:06:40Z |
294,096 | Bug 294096 Changing a MPart's name does not alter the CTabItem's text | null | verified fixed | 570be43 | ["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-11-03T20:51:03Z | 2009-11-03T17:40:00Z |
288,767 | Bug 288767 [statushandling]no option to wrap error text | null | verified fixed | 2bc210c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-03T09:43:23Z | 2009-09-07T16:13:20Z |
293,787 | Bug 293787 Markers view not filtering by workingsets | null | verified fixed | 30120d0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-30T15:31:52Z | 2009-10-30T13:40:00Z |
293,600 | Bug 293600 Failure in StatusDialogManagerTest.testBug288765 | null | verified fixed | 31a2162 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-29T11:51:50Z | 2009-10-28T17:13:20Z |
289,988 | Bug 289988 Use IResource#setDerived(boolean, IProgressMonitor) instead of IResource#setDerived(boolean) | null | resolved fixed | 97890db | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-28T10:35:51Z | 2009-09-21T10:46:40Z |
293,357 | Bug 293357 [context] Switch annotation processing to JSR 330 | null | resolved fixed | 743b62e | ["bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/CommandServiceImpl.java", "bundles/org.eclipse.e4.core.commands/src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.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/MenuItemRenderer.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/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/WorkbenchLogger.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/Preview.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/Thumbnails.java", "tests/org.eclipse.e4.core.commands.tests/src/org/eclipse/e4/core/commands/tests/HandlerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-27T20:30:57Z | 2009-10-26T18:00:00Z |
293,346 | Bug 293346 annotation refactoring causes test NPEs | I have 2 test failures in my command test suite: CommandTestSuite org.eclipse.e4.core.commands.tests.CommandTestSuite org.eclipse.e4.core.commands.tests.HandlerTest testMethodInfo(org.eclipse.e4.core.commands.tests.HandlerTest) java.lang.NullPointerException testMethodWithAnnocation(org.eclipse.e4.core.commands.tests.HandlerTest) java.lang.NullPointerException The NPEs look like: java.lang.NullPointerException at org.osgi.util.tracker.ServiceTracker.<init>(ServiceTracker.java:198) at org.eclipse.e4.internal.core.services.osgi.OSGiContextStrategy.lookup(OSGiContextStrategy.java:120) at org.eclipse.e4.core.services.internal.context.EclipseContext.internalGet(EclipseContext.java:356) at org.eclipse.e4.core.services.internal.context.EclipseContext.internalGet(EclipseContext.java:380) at org.eclipse.e4.core.services.internal.context.EclipseContext.internalGet(EclipseContext.java:380) at org.eclipse.e4.core.services.internal.context.EclipseContext.get(EclipseContext.java:325) at org.eclipse.e4.core.services.internal.context.ContextToObjectLink.processInvoke(ContextToObjectLink.java:610) at org.eclipse.e4.core.services.internal.context.ContextInjectionImpl.invoke(ContextInjectionImpl.java:60) at org.eclipse.e4.core.services.context.spi.ContextInjectionFactory.invoke(ContextInjectionFactory.java:143) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:113) at org.eclipse.e4.core.commands.tests.HandlerTest.testMethodInfo(HandlerTest.java:231) 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 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 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.CoreTestApplication.run(CoreTestApplication.java:23) 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.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:367) 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:611) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566) at org.eclipse.equinox.launcher.Main.run(Main.java:1363) at org.eclipse.equinox.launcher.Main.main(Main.java:1339) | resolved fixed | 3f37799 | ["tests/org.eclipse.e4.core.commands.tests/src/org/eclipse/e4/core/commands/tests/HandlerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-26T19:06:07Z | 2009-10-26T18:00:00Z |
293,310 | Bug 293310 NPE when adding a String Matcher with no matching string | null | resolved fixed | cddc98d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/StringMatcherFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-26T14:27:39Z | 2009-10-26T12:26:40Z |
293,303 | Bug 293303 NPE when adding a Regular Expression with no matching string | I20091025-2000 Steps: 1. Open Resource Filters properties page for a folder 2. Add an Exclude filter of type Regular Expression 3. Do *not* enter a matching string and press OK => Take a look at the Error Log: java.lang.NullPointerException at org.eclipse.core.internal.resources.RegexFilterFactory$RegexFilterType.matches(RegexFilterFactory.java:36) at org.eclipse.core.internal.resources.Filter.match(Filter.java:57) at org.eclipse.core.internal.resources.Filter.filterExcludes(Filter.java:147) at org.eclipse.core.internal.resources.Filter.filter(Filter.java:100) at org.eclipse.core.internal.resources.Resource.filterChildren(Resource.java:2228) at org.eclipse.core.internal.localstore.UnifiedTree.getLocalList(UnifiedTree.java:344) at org.eclipse.core.internal.localstore.UnifiedTree.addChildren(UnifiedTree.java:137) at org.eclipse.core.internal.localstore.UnifiedTree.addNodeChildrenToQueue(UnifiedTree.java:243) at org.eclipse.core.internal.localstore.UnifiedTree.accept(UnifiedTree.java:109) at org.eclipse.core.internal.localstore.FileSystemResourceManager.refreshResource(FileSystemResourceManager.java:790) at org.eclipse.core.internal.localstore.FileSystemResourceManager.refresh(FileSystemResourceManager.java:774) at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1779) at org.eclipse.core.internal.refresh.RefreshJob.runInWorkspace(RefreshJob.java:166) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) | verified fixed | 828d13e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/StringMatcherFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-26T13:25:18Z | 2009-10-26T12:26:40Z |
292,672 | Bug 292672 IWorkbenchPage's showView(String, String, int) method has grammatical problems | null | closed fixed | c9fc84b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-24T15:51:05Z | 2009-10-19T13:46:40Z |
293,199 | Bug 293199 [FieldAssist] Content assist popup appears in the wrong location (bounds are incorrect) | When content assist is attached to a Text widget, the location of the suggestion popup is incorrect. Content assist is applied as follows: bc. TextContentAdapter textContentAdapter = new TextContentAdapter(); IContentProposalProvider provider = // provider ContentAssistCommandAdapter adapter = new ContentAssistCommandAdapter(nameText, textContentAdapter, provider, org.eclipse.ui.fieldassist.ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND, new char[0],true); adapter.setProposalAcceptanceStyle(ContentAssistCommandAdapter.PROPOSAL_REPLACE); I'm not sure if it matters, the Text is embedded in an expandable section in a SashForm in a multipage editor. attaching two screenshots showing popup placement issue. | verified fixed | c7e8787 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-23T23:30:56Z | 2009-10-23T17:46:40Z |
190,288 | Bug 190288 [About] Allow sorting by secondary column in plug-in details dialog | It would be nice if we could sort by a second column in this dialog in the event that two or more elements are equal based on their primary column. | verified fixed | 6df258a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutPluginsPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-22T22:32:35Z | 2007-05-31T16:46:40Z |
288,766 | Bug 288766 [statushandling] initial size is small, could be a ratio of error content | null | verified fixed | f6adcb3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-22T12:44:00Z | 2009-09-07T16:13:20Z |
250,604 | Bug 250604 [FieldAssist] API - ContentProposalAdapter needs isShowing() method | Please implement a method ContentProposalAdapter.isShwoing(). The method should return a boolean whether the content assistant proposal popup is open or not. | verified fixed | 1c4020c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/FieldAssistTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-22T00:30:16Z | 2008-10-13T06:40:00Z |
292,901 | Bug 292901 Confusing "Target" group for children filters | Steps: 1) I added a compound filter "or" and set "Mode" to "Exclude" and "Target" to "Folders" 2) I tried to add "Regex Filter" as a child for the compound one, and I see that I can choose "Target" here too Maybe we should choose "Target" only for top-level filters as we do with "Mode"? Or "Mode" should be available to set only if not already chosen for the parent? | resolved fixed | cd77c53 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-21T18:02:14Z | 2009-10-21T15:46:40Z |
193,600 | Bug 193600 [Commands] org.eclipse.ui.menus/menuContribution locationURI query placement "endof=..." not implemented? | Build id: I20070608-1718 According to the specification of org.eclipse.ui.menus/menuContribution/separator, the query placement "endof=..." should be support in the locationURI: see the description of the na,e attribute below. <!ELEMENT separator EMPTY> <!ATTLIST separator name CDATA #REQUIRED visible (true | false) > Inserts a separator at the current insertion point. name - The 'id' of this contribution. If defined then it can be used as a reference in the Query part of the location defining whether the additions are to go before or after this element (or at the end of the logical group containing this element using the 'endOf' value). Separator contributions that have an id define the start of a logical group so the result of using the 'endof' value for placement is to search forward in the current menu to locate the next id'd separator and to place the inserted elements before that element. If no trailing separator is found then the items are placed at the end of the menu. visible - Indicates whether or not the separator should be visible in the UI. false by default. | verified fixed | 9c156c4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/MenuUtil.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenuPopulationTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-20T18:56:29Z | 2007-06-20T20:06:40Z |
292,762 | Bug 292762 [Contributions] MenuUtil provides constants and static methods ... it should be marked noextend | MenuUtil has always been a utility class that we use to publish our menu contribution locationURIs. We just forgot to mark it as @noextend. I'd like to do that now. PW | verified fixed | 8acc813 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/MenuUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-20T14:26:26Z | 2009-10-20T12:00:00Z |
292,759 | Bug 292759 The "Edit Resource Filter" dialog doesn't populate the "Type" field | Steps: 1) Open the "Edit Resource Filter" dialog on a compound filter 2) See, that "Type" is not populated | verified fixed | cd448a8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-20T13:24:24Z | 2009-10-20T12:00:00Z |
280,799 | Bug 280799 [Commands] ActivateEditorHandler unnecessarily calls setFocus() | Build id: I20090603-2000 According to setFocus()'s javadoc... Clients should not call this method (the workbench calls this method at appropriate times). To have the workbench activate a part, use IWorkbenchPage.activate(IWorkbenchPart) instead. In ActivateEditorHandler, activate(IWorkbenchPart) is invoked quickly followed by a setFocus() invocation on lines 57 and 58. From the stack trace below, setFocus() is already called when activate(IWorkbenchPart) is invoked, so the explicit call to setFocus() appears to serve no purpose. Thread [main] (Suspended (breakpoint at line 6077 in AbstractTextEditor)) CompilationUnitEditor(AbstractTextEditor).setFocus() line: 6077 CompilationUnitEditor(JavaEditor).setFocus() line: 2362 EditorPane(PartPane).setFocus() line: 332 EditorPane.setFocus() line: 127 WorkbenchPage$3.run() line: 626 SafeRunner.run(ISafeRunnable) line: 42 Platform.run(ISafeRunnable) line: 888 WorkbenchPage.activatePart(IWorkbenchPart) line: 621 WorkbenchPage.setActivePart(IWorkbenchPart) line: 3527 WorkbenchPage.activate(IWorkbenchPart) line: 614 ActivateEditorHandler.execute(ExecutionEvent) line: 57 Thread [main] (Suspended (breakpoint at line 6077 in AbstractTextEditor)) CompilationUnitEditor(AbstractTextEditor).setFocus() line: 6077 CompilationUnitEditor(JavaEditor).setFocus() line: 2362 ActivateEditorHandler.execute(ExecutionEvent) line: 58 | verified fixed | 712c766 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-20T12:13:45Z | 2009-06-18T15:46:40Z |
291,755 | Bug 291755 [Filters] Filters implementation and API cleanup | This bug is raised to track reviewing and cleanup of filters API and implementation. | resolved fixed | f4b8a79 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/AndResourceFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/CompoundResourceFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/NotResourceFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/OrResourceFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/StringMatcherFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-20T10:16:25Z | 2009-10-08T13:53:20Z |
259,048 | Bug 259048 [Contributions] toolbar control contributions cause plugin startup | null | verified fixed | 9afb79c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/DynamicToolBarContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/WorkbenchWindowControlContribution.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-20T06:48:12Z | 2008-12-16T23:26:40Z |
290,964 | Bug 290964 Factor out model loading from Workbench so that it is plugable | We want to support different workbench restoreing possibilities and for this we need to delegate the loading to an external instance | resolved fixed | 6340f4c | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.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-10-19T17:24:00Z | 2009-09-30T19:46:40Z |
277,886 | Bug 277886 [IDE] Remove manual start of org.eclipse.update.configurator | null | verified fixed | ddf3ece | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-19T14:34:28Z | 2009-05-26T15:00:00Z |
165,180 | Bug 165180 [Progress] org.eclipse.ui.progress.IProgressService#runInUI does not make clear expectations | Based on the name I would expect ProgressManager.runInUI to run the given IRunnableWithProgress on the UI thread. THe java doc says: Runs the given operation in the UI thread using the given runnable context. But to my surprise the code fails to run on the UI thread. Here is the first bit of runInUI: final IJobManager manager = Platform.getJobManager(); final InvocationTargetException[] exception = new InvocationTargetException[1]; final InterruptedException[] canceled = new InterruptedException[1]; BusyIndicator.showWhile(... As you can see there is no code to consider this thread or the UI thread and certainly no effort to switch threads. When BusyIndicator.showWhile runs, it fails in a call to checkDevice() inside of display.getSystemCursor(). So either the code is seriously confused or the documentation. It certainly has me confused ;-). | resolved fixed | e2c92c9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-19T07:44:01Z | 2006-11-20T16:26:40Z |
256,651 | Bug 256651 [FieldAssist] Wrong location calculation of proposal popup shell if content control is near bottom in the screen | null | verified fixed | 193cd09 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/AbstractFieldAssistTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/AbstractFieldAssistWindow.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/FieldAssistTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-16T00:23:25Z | 2008-11-26T14:33:20Z |
288,804 | Bug 288804 [FieldAssist] [JFace] ContentProposalAdapter needs new setFocus() method | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729) Build Identifier: I20090611-1540 Please implement a public setFocus() method for ContentProposalAdapter. Is needed to set the focus to the control manually. Reproducible: Always | verified fixed | f8d1ba0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/AbstractFieldAssistWindow.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/FieldAssistTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-14T23:55:24Z | 2009-09-08T08:53:20Z |
284,330 | Bug 284330 [JFace] Add isVisible API to ControlDecoration | Build ID: 3.5 Steps To Reproduce: This is an enhancement request. I would like to be able to programmatically determine if a ControlDecoration is visible. This is especially useful for testing. | verified fixed | ffcc3e7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/FieldAssistTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-14T23:36:53Z | 2009-07-22T19:13:20Z |
262,022 | Bug 262022 [FieldAssist] ContentProposalAdapter.recomputeProposals might throw a NPE | When a control using content proposal gets disposed during usage the recomputeProposals() method might throw a NPE. This is caused by getting "allProposals" using a call to getProposals() which is allowed to return null. When using allProposals.length this will crash. I'm not sure if the simple solution if ((allProposals == null) || (allProposals.length == 0) { proposals = new IContentProposal[0]; close(); } else { // cont. will work or if the popup will have problems with a disposed control. | verified fixed | a7a963c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/FieldAssistTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-14T22:51:08Z | 2009-01-22T16:00:00Z |
279,553 | Bug 279553 [FieldAssist] ControlDecoration strange behavior when description text is empty string | Build ID: 3.5RC3 With the following simple code, when I hover over the control decoration, a huge yellow box quickly flashes on the screen and then disappears. I also tried on 3.4.2 and observed the same behavior. Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new GridLayout(1, false)); Text t = new Text(shell, SWT.BORDER); t.setText("hover on decoration ->"); ControlDecoration decoration = new ControlDecoration(t, SWT.RIGHT); decoration.setImage(FieldDecorationRegistry.getDefault() .getFieldDecoration(FieldDecorationRegistry.DEC_INFORMATION).getImage()); decoration.setDescriptionText(""); shell.pack(); shell.open(); while (!isInterrupted() && !shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); | verified fixed | da16435 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/AbstractFieldAssistTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/FieldAssistTestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-14T22:36:02Z | 2009-06-09T01:13:20Z |
292,170 | Bug 292170 [CSS] Missing license headers in org.eclipse.e4.ui.css.legacy and org.eclipse.e4.ui.examples.css.rcp | Will fix this after M1 is declared. | resolved fixed | 5984cc2 | ["examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/Activator.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/Application.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/ApplicationActionBarAdvisor.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/ApplicationWorkbenchAdvisor.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/ICommandIds.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/MarkAsReadAction.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/OpenViewAction.java", "examples/org.eclipse.e4.ui.examples.css.rcp/src/org/eclipse/e4/ui/examples/css/rcp/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-14T17:22:18Z | 2009-10-13T18:53:20Z |
287,454 | Bug 287454 [KeyBindings] F16-F19 unusable as shortcut keys in General -> Keys | null | verified fixed | 627c4c5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/IKeyLookup.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T19:20:50Z | 2009-08-24T16:06:40Z |
276,164 | Bug 276164 [KeyBindings] Mac: Exporting keyboard preferences to CSV writes question marks instead of modifiers such as "Ctrl" and special keys like "Up" | Build ID: I20090430-2300 Steps To Reproduce: 1. Mac Carbon or Cocoa 2. Preferences, General > Keys 3. Click "Export CSV" and export a CSV file Result: The CSV file has a lot of question marks where it should have modifiers like "Ctrl". For example, one line says: "Edit","Quick Fix","?1","In Dialogs and Windows" In other places, question marks are written for other keys such as the up arrow. The "Move Lines Up" command is assigned to Option+Up, but it shows up like this: "Text Editing","Move Lines Up","??","Editing Text" Windows does it right, e.g. the shortcut for "Move Lines Up" is written out as "Alt+Up". | verified fixed | b0b25e6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/model/KeyController.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T19:12:39Z | 2009-05-13T18:40:00Z |
199,127 | Bug 199127 [Commands] ContentAssistCommandAdapter#setEnabled(..) does not update handler activation | I20070807-0010 ContentAssistCommandAdapter#setEnabled(..) does not enable/disable the command handlers on the Mac. To reproduce, open the Find/Replace dialog on a text editor and then toggle the Regular Expressions checkbox. The lightbulb on the find field is correctly added/removed, but the availability of Ctrl+Space to open the content assist proposals popup is only updated when the field has lost focus. The problem is not reproducible on Windows, probably because the find field always loses focus on Windows when the checkbox is toggled. | verified fixed | b52b87a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T19:04:19Z | 2007-08-07T18:06:40Z |
290,834 | Bug 290834 [JFace] Unnecessary call in every saferunner invocation | In JFaceUtil.initializeJFace() an ISafeRunnableRunner() is set as the singleton runner. Thing is, the implementation uses the deprecated method Platform#run. That simply calls SafeRunner#run(), and is deprecated mentioning that developers should call that instead. So, we basically have an extraneous call in every use of SafeRunner. Considering how often that is used, and how easy it is to avoid the extraneous method call, seems like a no-brainer to just adjust this. | verified fixed | 77638e4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T16:46:55Z | 2009-09-29T18:46:40Z |
282,653 | Bug 282653 [Markers] [ErrorHandling] Problems view: strange dialog if no quick fix is found | R3.5 (and R3.4). A strange/ugly dialog is shown if the marker resolution generator claims to have quick fixes (==> menu enabled) but when executed doesn't return any resolutions. 1. missing '.' 2. Details button which reveals nothing new (same message as above is shown) Given this is just an info I would expect this to appear in a simple info dialog. Code is in org.eclipse.ui.internal.views.markers.QuickFixHandler.execute(ExecutionEvent) after if (resolutions.isEmpty()) { | verified fixed | 29385af | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/QuickFixHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T11:55:55Z | 2009-07-07T09:46:40Z |
275,477 | Bug 275477 [Markers] TasksView: Scope settings selects two (!) radio buttons | Found with 3.5 M7. To reproduce: 1. Open Tasks View 2. View Menu > Configure Contents... 3. Scope section click on 'Select' 4. 'No working sets' 5. Ok Result: two radio buttons are selected: 'On selected element and its children' and 'On working set'. Expected: 'On working set' should be selected. Screencast at URL shows example. | closed fixed | 3024819 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ScopeArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T11:24:40Z | 2009-05-08T16:26:40Z |
282,535 | Bug 282535 [Markers] The Problem view does not update the status line | Build ID: M20090211-1700 Steps To Reproduce: 1. Set the "Build Automatically" property to true 1. Edit a JAVA file and introduce an error on purpose 2. Save the file => The error is displayed in the Problems View 3. Click on that error in the Problems view => the status line is updated to show the error description 4. Fix the problem in the JAVA file and save it => the Problems view is cleared 5. Set the focus on the Problems view = > the status line is updated to show the error description although this error was fixed More information: | closed fixed | a8555e8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T09:59:35Z | 2009-07-06T14:20:00Z |
274,262 | Bug 274262 [History] Allow to never prune history | I20090429-0100. I never want to loose my history and I never want to waste time on shutdown (or start up) to do any history pruning. Please add a preference to disable pruning entirely. | verified fixed | 71e7cc5 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-13T09:28:17Z | 2009-04-29T10:13:20Z |
281,145 | Bug 281145 [CheatSheet] Simple mechanism to publish internal resources of cheatsheet plugin via http urls | Build ID: M20080221-1800 Steps To Reproduce: 1. Create a new cheatsheet plugin 2. Add a contribution to the org.eclipse.ui.cheatsheets.cheatSheetContent extension 3. Add a category 4. Create a new cheatsheet file using the New Wizard 5. Register the new cheatsheet file 6. Add a jpg file or an html file to the plugin project 7. Add a command to a cheatsheet step or sub-step. In the browse dialog select the Open Browser command 8. In the url option for the Open Browser command, specify the path to the jpg or html file created in step 6. I have tried all different combinations of paths with the plugin id, without the plugin id, with a jar url 9. Preview the cheatsheet file and click on the Open Browser action which should open a browser window with the jpg or html file displayed. More information: I have made sure that the html or jpg resource is exported in the plugin editor. | resolved fixed | 2fe599e | ["bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/OpenBundleResourceHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-12T19:33:48Z | 2009-06-22T19:46:40Z |
259,357 | Bug 259357 [StatusHandling] Perspective registry hides message from WorkbenchException's status | Perspective registry hides message from WorkbenchException's status by overriding it with predefined message | verified fixed | 6b8f580 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-12T13:22:43Z | 2008-12-19T12:33:20Z |
288,769 | Bug 288769 [statushandling] can't deselect text | null | verified fixed | 0f72a5e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-11T15:34:15Z | 2009-09-07T16:13:20Z |
291,934 | Bug 291934 Sash tests failing over part renderer call | null | resolved fixed | e9f88a8 | ["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-10-09T16:50:45Z | 2009-10-09T17:40:00Z |
288,770 | Bug 288770 [statushandling] with multiple errors, top pane get space when resizing (bottom should get all the space) | null | verified fixed | 7ca7aa2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-09T12:34:50Z | 2009-09-07T16:13:20Z |
290,450 | Bug 290450 [Forms] TextSegment should call drawText instead of drawString | org.eclipse.ui.internal.forms.widgets.TextSegment calls GC.textExtent when measuring strings and drawString to draw them. For consistency, it should call drawText instead of drawString. | resolved fixed | 191256d | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextSegment.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-01T19:04:00Z | 2009-09-24T19:20:00Z |
201,650 | Bug 201650 [Actions] Build Project is disabled when going from problems view to an editor | Build ID: I20070625-1500 Steps To Reproduce: 1. Turn off build automatically 2. Build a project with errors or warnings 3. Double click on a problem marker 4. Notice that Build Project is disabled. 5. You can click back and forth between the problems view and the editor and it's still disabled. More information: You have to click on the navigator view or similar to get the action enabled again. The problem is that the selection is calculated incorrectly. When you click on the editor after being on the problems view, the selection is a marker. When you click back on a marker in the problems view, the selection is a text selection. Set a breakpoint in org.eclipse.ui.internal.ide.actions.BuildUtilities.findSelectedProjects(IWorkbenchWindow) to see what I mean. It would appear that the wrong window is being found - see org.eclipse.ui.actions.BuildAction.isEnabled() for how the active window is determined. It certainly doesn't seem right. You could fix this particular issue without changing that logic by having Marker adapter to IResource, but that doesn't seem like the correct approach. I set the severity as major since this is such a common development task - going between the problems view and the editor containing the errors, and building. | verified fixed | 683d190 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WWinPartService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-01T14:16:07Z | 2007-08-29T20:40:00Z |
211,664 | Bug 211664 [ErrorHandling] ErrorDialog should not display 'Details' button when the children status don't have message | Build ID: I20070625-1500 Steps To Reproduce: Currently, ErrorDialog will display the 'Details' button when the status is a MultiStatus or the status has exception. But if it is MultiStatus and all its children status don't have any message, 'Details' button will open a list with nothing in it. It would be nice if ErrorDialog can check if the children status have any message. If not, don't display the 'Details' button. More information: | verified fixed | 4a62f05 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-01T13:05:21Z | 2007-12-01T00:46:40Z |
64,830 | Bug 64830 [Workbench] Creating OK statuses | null | verified fixed | 54e8157 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorHistory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorHistoryItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "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", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-01T09:57:57Z | 2004-05-31T21:46:40Z |
290,909 | Bug 290909 ISizeProvider client contract unclear | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Build Identifier: 3.5.1 The interface ISizeProvider has an @noimplement annotation saying "This interface is not intended to be implemented by clients.". On the other hand the official documentation of IViewPart says: "As of 3.4, views may optionally adapt to {@link ISizeProvider} if they have a preferred size.[..]" Several bugzilla entries (e.g. #104234, #151715, #189939) are referring to this capability as part of a solution, so it seems that this description is either outdated or incorrect. Reproducible: Always | verified fixed | 498db05 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISizeProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-10-01T09:05:53Z | 2009-09-30T14:13:20Z |
245,457 | Bug 245457 [Forms] ExpandableComposite should have option of not drawing the title focus box | null | resolved fixed | 8e07891 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-30T18:53:12Z | 2008-08-27T23:33:20Z |
289,599 | Bug 289599 [Preferences] PreferenceStore.setToDefault fires redundant PropertyChangeEvents | null | verified fixed | 205b0fc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceStore.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/preferences/StringFieldEditorTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-30T17:52:15Z | 2009-09-16T14:06:40Z |
283,551 | Bug 283551 [FieldAssist] ContentProposalAdapter Class-JavaDoc and Method-JavaDoc contradict each other | The class documentation says: --8<-- This class is not intended to be subclassed. --8<-- But there are methods like openProposalPopup, closeProposalPopup who state something like this: --8<-- This method is used by subclasses to explicitly invoke the opening of the popup. If there are no proposals to show, the popup will not open and a beep will be sounded. --8<-- So did we opened the class since its first release but forgot to update the JavaDoc of the class? | verified fixed | 0a0bd8b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-29T19:24:18Z | 2009-07-15T15:00:00Z |
174,481 | Bug 174481 [ViewMgmt] Show View dialog selects wrong entry on Enter | I20070213-0907 - Open the Show View dialog and type "plug" - Select and open view "Plug-ins" - Open the Show View dialog again => "Plug-ins" is already selected (good) - type "pl" => depending on how fast you typed, different things happen: a) typed very fast: => "Plug-ins" stays selected (good) - press "Enter" => "Plug-in Dependencies" is selected. It's clearly wrong to select another entry on Enter. b) typed slowly => The folder "PDE" is selected, which does not make sense since they cannot be opened. I would expect that "Plug-ins" stays selected. - press "Enter" => "Plug-in Dependencies" is selected I would prefer if Enter just opened the selected view. Arrow_Down already moves the focus to the tree. The selection in the tree should not depend on typing speed, and it should be predictable. The originally selected view should stay selected as long as it matches the pattern. When the selected view gets removed from the tree, the selection should go to the next best match and stay there | verified fixed | 8b457ae | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-29T18:48:33Z | 2007-02-16T18:20:00Z |
249,915 | Bug 249915 [Dialogs] TitleAreaDialog does not short circuit if message is null | M20080911-1700 When profiling use of a custom WizardDialog on Linux/GTK, a lot of time was spent in WizardPage.setMessage(...). It turns out that this was because we were setting a message of null after each keypress, and the page's description (DialogPage.getDescription()) was also null. In this case the short-circuit in TitleAreaDialog.setMessage(String, int) fails to notice that the message has not changed, and does a layout every time. For our dialog this takes about 40ms each time, which is noticeable when compounded with other work. | verified fixed | a85bb7b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-28T23:51:49Z | 2008-10-07T09:00:00Z |
282,779 | Bug 282779 [About] Features Dialog - icon is not transparent on white background | The icon displayed in the "About ... feature" dialog in the white box at the bottom is not transparent. Instead its background is filled by the platforms button background colour. The text box that displays the about text and the icon should set its background mode to SWT.INHERIT_FORCE | verified fixed | 2ffd61c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutFeaturesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-28T23:27:26Z | 2009-07-08T08:00:00Z |
170,731 | Bug 170731 [About] Improve layout behavior "About Eclipse SDK Features" | Build ID: 200609210005 Steps To Reproduce: 1. click Help -> About Eclipse SDK 2. In the dialog "About Eclipse SDK", click Button "Feature Detail" 3. A Dialog named "About Eclipse SDK Features" is shown 4. Maximize the dialog, the Table doesn't take all the spaces below it. More information: I hope the table take all the spaces when we resize the dialog | verified fixed | ba4ba37 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutFeaturesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-28T22:28:46Z | 2007-01-17T07:46:40Z |
283,120 | Bug 283120 [About] NPE on Configuration tab in Installation dialog when in a self-hosted Eclipse | I20090707-0800 Steps: 1. Run a self-hosted Eclipse 2. Go to Help > About > Installation Details, note that most of the tabs are empty as the running profile cannot be determined 3. Switch to the last tab (Configuration) => java.lang.NullPointerException at org.eclipse.ui.internal.ide.dialogs.ConfigurationLogUpdateSection.writeInstalledIUs(ConfigurationLogUpdateSection.java:61) at org.eclipse.ui.internal.ide.dialogs.ConfigurationLogUpdateSection.write(ConfigurationLogUpdateSection.java:127) at org.eclipse.ui.internal.ConfigurationInfo.appendExtensions(ConfigurationInfo.java:107) at org.eclipse.ui.internal.ConfigurationInfo.getSystemSummary(ConfigurationInfo.java:73) at org.eclipse.ui.internal.about.AboutSystemPage$1.run(AboutSystemPage.java:67) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.about.AboutSystemPage.createControl(AboutSystemPage.java:65) at org.eclipse.ui.internal.about.InstallationDialog.tabSelected(InstallationDialog.java:271) at org.eclipse.ui.internal.about.InstallationDialog.access$1(InstallationDialog.java:262) at org.eclipse.ui.internal.about.InstallationDialog$2.widgetSelected(InstallationDialog.java:254) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) 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.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.dialogs.AboutDialog$1.run(AboutDialog.java:127) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.dialogs.AboutDialog.buttonPressed(AboutDialog.java:122) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) 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.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.about.AboutHandler.execute(AboutHandler.java:32) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) 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.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) 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) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) | verified fixed | 104e5d0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-24T19:40:32Z | 2009-07-10T10:00:00Z |
283,555 | Bug 283555 [Markers] Configure Contents dialog: Types section should not have columns | null | resolved fixed | f48bc4d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/TypesConfigurationArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-24T13:29:07Z | 2009-07-15T15:00:00Z |
66,889 | Bug 66889 [ViewMgmt] Package explorer message clipped | 3.0 RC2 1) set the package explorer to "hierarchical" mode. 2) "go into" org.eclipse.jdt.internal.core 3) observe: the package explorer shows the name of it's input in the title bar. 4) make the package explorer progressively narrower 5) observe: the package name shown in the title bar gets clipped without any indication that it is clipped. I was mislead into thinking that I was in a different context. | verified fixed | cbd0ab2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-23T19:47:45Z | 2004-06-14T08:00:00Z |
266,545 | Bug 266545 [About] Content of the configuration tab should be populated in the background | The computation of the content for the configuration details is very slow and should be done in teh background to allow for the UI to come up quickly | verified fixed | 8461209 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutSystemPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-23T18:11:27Z | 2009-02-27T18:40:00Z |
286,542 | Bug 286542 Unnecessary line of code in ResourceEncodingFieldEditor | Around line 268 String defaultCharset = getCharsetFromDescription(); defaultCharset = getCharsetFromDescription(); | resolved fixed | 980aeda | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-23T10:09:30Z | 2009-08-13T16:13:20Z |
279,263 | Bug 279263 [Compatibility] Consider addition of legacy view / editor containers | While working on the debug view, it became apparent that this view expects to have an intermediary Composite container between itself and the CTabItem. In this particular case absence of the intermediary causes loss of the initial layout message. One possible "real" solution to this is to create such an intermediary container for legacy views. (For instance, in the LegacyViewFactory.) Generalizing this, chances are that E4 will need to do some special processing for "legacy" views and editors: generate extra notifications, alter context information, and so on. Having an "official" container around legacy parts will provide a logical place for all that special code. | resolved fixed | cb022c5 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/PerspectiveRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-16T18:47:45Z | 2009-06-05T13:53:20Z |
289,090 | Bug 289090 [CommonNavigator] labels are missing | null | verified fixed | a045bf9 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderBlank.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderBlue.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderCyan.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderGreen.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderPlainGreen.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderPlainRed.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderRed.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderStyledGreen.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderStyledRed.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestStyledLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-12T07:18:18Z | 2009-09-10T16:26:40Z |
287,103 | Bug 287103 [CommonNavigator] contentServiceLabelProvider doesn't properly implement overrides | null | verified fixed | 8c251a3 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/ContributorTrackingSet.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/Policy.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptorManager.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestSuite.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/PipelineTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/SorterTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestContentProviderPipelined.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderBlank.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderBlue.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderCyan.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderGreen.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestLabelProviderRed.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TrackingLabelProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/jst/CompressedJavaLibraries.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/jst/CompressedJavaProject.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/jst/ICompressedNode.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/jst/JstPipelineTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/jst/WebJavaContentProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/jst/WebJavaLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-12T06:36:47Z | 2009-08-19T16:40:00Z |
271,501 | Bug 271501 [CSS] CSSSWTApplyStylesListener - does it need to shell.pack() | null | resolved fixed | 4e4250b | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/engine/CSSSWTApplyStylesListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-11T18:56:07Z | 2009-04-07T18:46:40Z |
279,939 | Bug 279939 [CSS] Remove CSSSWTLazyHandlerEngineImpl and packages | There are no references to CSSSWTLazyHandlerEngineImpl, we don't ever instantiate the CSSSWTLazyHandlerEngineImpl, either in our examples or tests. Do we still need/want it? It brings with it the following packages which presumably would also be deleted: .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.classification"); .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.border"); .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.font"); .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.background"); .registerPackage("org.eclipse.e4.ui.css.swt.properties.css2.lazy.text"); | resolved fixed | 3627de2 | ["bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/background/CSSPropertyBackgroundColorHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/background/CSSPropertyBackgroundHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/background/CSSPropertyBackgroundImageHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/AbstractCSSPropertyBorderSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/CSSPropertyBorderColorHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/CSSPropertyBorderHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/CSSPropertyBorderSWTHandler2.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/CSSPropertyBorderStyleHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/border/CSSPropertyBorderWidthHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/classification/CSSPropertyCursorHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/AbstractCSSPropertyFontSWTHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/CSSPropertyFontFamilyHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/CSSPropertyFontHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/CSSPropertyFontSWTHandler2.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/CSSPropertyFontSizeHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/CSSPropertyFontStyleHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/font/CSSPropertyFontWeightHandler.java", "bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/css2/lazy/text/CSSPropertyColorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-11T18:30:28Z | 2009-06-11T14:20:00Z |
86,248 | Bug 86248 [Commands] request: ctrl+pageup/down action doesn't have item in preferences/keys | hi, in 3.0.1 the behaviour of ctrl+pageup/down is much better and quickier inc comparison to ctrl/shift/+f6 i want the same behaviour as ctrl+pageup triggers to be mapped on F1/F2 as some extension to firefox does it, but it is not possible to remap it, cos there is no such item in preferences/keys anywhere (i did go through all of them watchig for ctrl+pageup -> no success :( ) | verified fixed | 72c90d1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/TraversePageHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-08T18:56:23Z | 2005-02-23T12:00:00Z |
275,018 | Bug 275018 [Markers] Problems View / Configure Contents dialog should support rename | null | resolved fixed | 5b14a8a | ["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-09-08T18:39:46Z | 2009-05-05T16:13:20Z |
231,619 | Bug 231619 [PropertiesDialog] Open up the API for org.eclipse.ui.internal.dialogs.PropertyDialog | This request is to open up the API of org.eclipse.ui.internal.dialogs.PropertyDialog. I need to perform some custom validations prior to displaying the properties dialog. I'm using actions and can subclass org.eclipse.ui.dialogs.PropertyDialogAction to perform the validations. I'm converting to commands and handlers, however, the handler equivalent of the action, PropertyDialogHandler, is in an internal package. Instead of making it public, it would be more flexible to make the PropertyDialog public. If the dialog were public it could be invoked from a custom handler (or action). By being public, the dialog would also allow callers to provide a custom initial page id or a custom element. | verified fixed | 71e20e7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PreferencesUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-03T20:00:44Z | 2008-05-12T19:20:00Z |
288,154 | Bug 288154 [perfs] Comments applied for performance tests may be obsolete | null | verified fixed | 67e92cf | ["tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/CollatorPerformanceTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/ComboViewerRefreshTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/ListViewerRefreshTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/TreeAddTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/ObjectContributionsPerformance.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/OpenCloseWindowTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/OpenMultipleEditorTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/PerspectiveSwitchTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/LayoutTest.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationActivePartPropertyTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-03T15:58:33Z | 2009-08-31T17:33:20Z |
89,606 | Bug 89606 [Viewers] Remove protected API added to support prototype of grouping by working sets | null | resolved wontfix | a4f1441 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-02T18:38:35Z | 2005-03-30T16:26:40Z |
288,394 | Bug 288394 [MPE] MultiPageEditorSite does not remove properly its KeyBindingService | null | verified fixed | d41b972 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-02T18:00:20Z | 2009-09-02T16:46:40Z |
288,388 | Bug 288388 [ActivityMgmt] WorkbenchActivityHelper restrictArray is returning NULL for objects failing the test "restrictUseOf(Object)" | null | verified fixed | 715ba24 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-02T17:41:54Z | 2009-09-02T16:46:40Z |
272,474 | Bug 272474 [Markers] Problem view's Hide/Show columns preferences dont work correctly | null | resolved fixed | 84eb053 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerPreferencesDialog.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-09-02T17:12:17Z | 2009-04-16T08:20:00Z |
288,364 | Bug 288364 [KeyBindings] Exporting key preferences to CSV does not warn of overwriting file | null | verified fixed | 541e064 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/model/KeyController.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-02T14:42:28Z | 2009-09-02T14:00:00Z |
288,352 | Bug 288352 [Contributions] WorkbenchMenuService calling Display.syncExec() on disposed Display | null | verified fixed | 9a98c06 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-09-02T14:35:58Z | 2009-09-02T14:00:00Z |
258,493 | Bug 258493 [Dialogs] Ampersand in path not rendered in Open Resource dialog | Build: I20081210-0800 If you have a folder containing an ampersand ('&') character, it is not shown in the path in the open resource dialog. See screen shot for an example. | resolved fixed | bd38f5b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-31T19:11:27Z | 2008-12-11T18:26:40Z |
280,656 | Bug 280656 [ViewMgmt] Sticky views are not working when view has a secondary ID | Build ID: 3.5 Steps To Reproduce: 1. Define a view that allows multiple instances 2. Define the view to be sticky 3. Instantiate an instance of the view with a secondary ID 4. Switch to a different perspective 5. The view does not appear More information: I'm trying to use secondary view ID's in conjunction with sticky views (in Eclipse 3.5). It doesn't work. The problem is that the StickViewManager.update method is calling (on line #116) the Perspective.findView method that provides only the primary view ID. Then the findView method passes secondaryId = null into the other findView method and since the view was registered with a non-null secondary ID the findView method doesn't find it. Please fix this in 3.5.1. | resolved fixed | 87fcbb6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StickyViewManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/InternalTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/StickyViewManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-31T12:55:41Z | 2009-06-17T17:33:20Z |
269,844 | Bug 269844 [GlobalActions] "Close Unrelated Projects" is dangerous and needs confirmation | I20090317-1745 "Close Unrelated Projects" is a dangerous operation with and hence needs a confirmation dialog (with a "don't nag me again" checkbox, if you want). I just inadvertently executed this action from the context menu, and now I have to manually restore my workspace state. Even if Undo would work, that would still cause a full build of all closed projects. | verified fixed | 6f4a531 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseUnrelatedProjectsAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEPreferenceInitializer.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-28T15:24:35Z | 2009-03-24T15:53:20Z |
286,013 | Bug 286013 [Trim] NPE in IWorkbenchPage.setPartState(IWorkbenchPartReference, IWorkbenchPage.STATE_RESTORED); | null | verified fixed | 4c75676 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-28T15:02:48Z | 2009-08-07T15:46:40Z |
278,965 | Bug 278965 [ErrorHandling] Error status dialog shows 'Show Error Log' link even though nothing got logged | I20090602-2000, regression from R3.4.x. The platform's error status dialog shows 'Show Error Log' link even though nothing got logged. This is very frustrating for an user. Bug is in org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager.updateEnablements() | verified fixed | 0444483 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-28T13:44:55Z | 2009-06-03T14:40:00Z |
276,371 | Bug 276371 [ErrorHandling] Need to clean up dialog field after failure in status handling | 3.5 RC1 I was experimenting in WorkbenchStatusDialogManager, trying to move the dialog.open() down past the support tray open. It didn't work, but the important part for this bug is that the dialog field was now non-null but also not fully initialized (no shell). Any call to status handling after that results in an error because of if (dialog == null || dialog.getShell().isDisposed()) { as in: java.lang.NullPointerException at org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager.addStatusAdapter(WorkbenchStatusDialogManager.java:1247) at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.showStatusAdapter(WorkbenchErrorHandler.java:99) I'm not sure how representative this error is but it's maybe prudent to clean up any cached objects (like WorkbenchStatusDialogManager instance) if we get an exception handling statuses. I can see two approaches: 1) In WorkbenchStatusDialogManager, use a temp field for dialog and only assign it to the instance field WorkbenchStatusDialogManager.dialog after we do the open. If we bomb on the open, then the field remains null. To be extra prudent, at the start if the field was non-null we'd assign it to the temp then null the field, thus ensuring it can only have a value after a successful open. 2) In WorkbenchErrorHandler.showStatusAdapter(), catch exceptions around getStatusDialogManager().addStatusAdapter(statusAdapter, block); and null out the statusDialogManager on exception, then rethrow up the chain. The second approach would catch a wider set of potential problems, both because more errors will be caught (not just the open), and also because WorkbenchStatusDialogManager has a number of fields which might be partially initialized and thus the source of errors. | verified fixed | dc5c4d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-27T17:34:38Z | 2009-05-14T19:40:00Z |
287,621 | Bug 287621 [CommonNavigator] Add more tracing | null | resolved fixed | df72cd2 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/Policy.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-26T02:41:19Z | 2009-08-25T22:40:00Z |
275,867 | Bug 275867 [ErrorHandling] StatusManager#handle() produces a dialog that is not centered well | Build ID: 3.5m7 Steps To Reproduce: If a product provides their own org.eclipse.ui.statushandlers.AbstractStatusAreaProvider implementation then the dialog displayed as a result of the call to StatusManager.getManager().handle(...) isn't centered to the parent shell using the entire width of the resulting dialog. Instead, it is centered based on the width of the dialog portion minus the status area section. As a comparison, the JFace ErrorDialog is centered correctly to the parent shell using the entire width (error dialog width + status area width). | verified fixed | 7690be7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/statushandlers/StatusDialogManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-08-25T19:02:21Z | 2009-05-12T14:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.