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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
178,523 | Bug 178523 [WorkbenchLauncher] clean up BasicSplashHandler | BasicSplashHandler is full of printStackTrace() calls. These have to be removed. | verified fixed | af1f554 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/splash/BasicSplashHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-26T13:46:18Z | 2007-03-21T12:26:40Z |
178,914 | Bug 178914 [Trim] Maximize/restore on new presentation makes part lose focus | Eclipse 3.3 I20070322-0950 - new presentation: If you maximize/restore some workbench part, lets say, the current editor for example, it loses the focus on restore, transferring it to another view stack. This leads to a funny behavior, where a sequence of Ctrl+M's makes the focus cycle through all part stacks of perpective. | verified fixed | 2eab71d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-26T13:39:06Z | 2007-03-22T21:46:40Z |
46,469 | Bug 46469 [Contributions] widgets: Tooltips for menu/toolbar items should include all key bindings | Tooltips can include short-cut key information. - For example tooltip for resume button can be 'Resume (F8)'. - Short-cut key information can be displayed at a newline, for example Resume F8 - This feature can be configurable so that it can be turned off by experienced users. It can be configured to show 1) nothing 2) 'Resume' 3) 'Resume (F8)' 4) 'F8' 5) 'Resume' F8 | verified fixed | fe8ab6c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-25T18:45:50Z | 2003-11-12T12:26:40Z |
173,027 | Bug 173027 [KeyBindings] Ctrl+Enter for preview does not work (maximizes editor) | I20070206-0010. Ctrl+Enter for preview does not work (maximizes editor). This should be fixed as it is prominent in the new Rename popup. | verified fixed | a79313e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/SWTKeySupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-25T17:32:17Z | 2007-02-06T11:06:40Z |
165,838 | Bug 165838 [Keybindings] Creating a key binding on "new untitled empty text file" weirdness | Assign a key to the new untitled text file wizard That is in category file and named patly "New (New Wizard: creates an empty untitle text file). Invoke that key. An empty wizard page is shown with just a finish button. | verified fixed | a73f3cc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/WizardHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-25T16:57:23Z | 2006-11-25T02:00:00Z |
178,780 | Bug 178780 [MPE] Improve MultiPageEditorPart.setActiveEditor | This method in MultiPageEditorPart would be improved by adding a break statement after the setActivePage call.: public final void setActiveEditor(IEditorPart editorPart) { int count = getPageCount(); for (int i = 0; i < count; i++) { IEditorPart editor = getEditor(i); if (editor == editorPart) { setActivePage(i); } } } | verified fixed | daf9a32 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-25T16:21:18Z | 2007-03-22T13:26:40Z |
178,192 | Bug 178192 [Min/Max] RCP mail looks messed up with the 3.3 look | Build id: I20070319-1800 1. Create a new RCP mail app 2. launch it. 3. Note how the perspective layout is all messed up. This does not happen on pre-3.3 look. | verified fixed | b2f0569 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "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 | 2007-03-22T19:22:01Z | 2007-03-20T08:40:00Z |
178,677 | Bug 178677 [Launcher] "Invalid thread access" if invoked it with -perspective argument | null | verified fixed | 1a92728 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-22T14:01:16Z | 2007-03-21T20:46:40Z |
178,712 | Bug 178712 [Perspectives] Minimized stacks in 'perspectiveExtensions' use the old behavior | Testing for M6 revealed a regression in the desired effect (i.e. using the old min/max behavior). | verified fixed | ab6c9f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "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 | 2007-03-22T02:41:28Z | 2007-03-22T02:20:00Z |
178,680 | Bug 178680 [Databinding] UpdateValueStrategy.setBeforeSetValidator() breaks call chaining | Build ID: I20070319-0010 In the class UpdateValueStrategy the method setBeforeSetValidator() returns UpdateStrategy instead of UpdateValueStrategy. It breaks the call chaining. Should it not match the return type from setAfterConvertValidator(), setAfterGetValidator(), and setConverter()? | verified fixed | 9510195 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateValueStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-22T01:25:47Z | 2007-03-21T20:46:40Z |
178,667 | Bug 178667 [DataBinding] error message printed to stdout when running test suite | null | verified fixed | 6ac52a1 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/NPETestScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-21T20:46:32Z | 2007-03-21T20:46:40Z |
178,521 | Bug 178521 [Min/Max] Restored view stack should become active | I20070321-0010 - minimize view stack - click Restore => I would expect that the top view of the restored view stack becomes active (as in the 3.0 presentation). | verified fixed | 4eed3bc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-21T18:48:38Z | 2007-03-21T12:26:40Z |
178,439 | Bug 178439 [DataBinding] WritableList.removeAll(...) ListDiffEntry reports addition | The ListChangeEvent fired when WritableList.removeAll(...) is invoked reports that an addition occurred when it should report a removal. | verified fixed | 033a7ec | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/WritableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/WritableList.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/list/WritableListTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-20T22:21:57Z | 2007-03-20T22:33:20Z |
176,847 | Bug 176847 FVB: Animations not working | Eclipse: I20070306-1200 Presentation: 3.3 (Theme = R33) I have "Enable Animations" checked but maximizing a view, I don't see the tracker animation for the fading out views. Ben | verified fixed | 62c2c17 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.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/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-20T21:34:33Z | 2007-03-09T17:06:40Z |
177,517 | Bug 177517 3.3 presentation: wrong view on top after restore | I20070313-1051 - new workspace, enable 3.3 presentation - select Declaration view - Minimize - Restore => Expected: visible view in restored stack is Declaration => Was: visible view in restored stack is Problems (first view) | verified fixed | e040319 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStackTrimToolBar.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-20T18:15:17Z | 2007-03-15T09:13:20Z |
178,181 | Bug 178181 [trim] problems on OS/X | null | verified fixed | 24e940f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-20T15:51:17Z | 2007-03-20T05:53:20Z |
178,240 | Bug 178240 [Min/Max] NPE on startup | build i0320-0010 I get the following NPE on startup (pointing to an old workspace) which causes my workbench layout to be reset. !ENTRY org.eclipse.ui.workbench 4 2 2007-03-20 07:59:53.000 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.FastViewManager.moveToTrim(FastViewManager.java:478) at org.eclipse.ui.internal.PartStack.setMinimized(PartStack.java:1235) at org.eclipse.ui.internal.PartStack$3.runWithException(PartStack.java:1439) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:117) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4088) at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94) at org.eclipse.ui.internal.PartStack.setState(PartStack.java:1428) at org.eclipse.ui.internal.PartStack$2.runWithException(PartStack.java:961) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3650) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3287) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2254) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2170) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:463) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:458) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:356) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:171) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1141) at org.eclipse.equinox.launcher.Main.main(Main.java:1116) | verified fixed | b568356 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-20T14:07:45Z | 2007-03-20T11:26:40Z |
178,173 | Bug 178173 [Contributions] Popup menu does not appear | Build id: I20070319-1800 In the log view, try to bring up the context menu. You will get the following NPE: eclipse.buildId=I20070319-1800 java.version=1.5.0_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -product org.eclipse.sdk.ide -pdelaunch Command-line arguments: -product org.eclipse.sdk.ide -data D:\Temp\M4\eclipse\workspace -dev file:D:/Eclipse/UpdatedSource/plugins/.metadata/.plugins/org.eclipse.pde.core/New_configuration (2)/dev.properties -pdelaunch -os win32 -ws win32 -arch x86 Error Mon Mar 19 23:34:59 EST 2007 Unhandled event loop exception java.lang.NullPointerException at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:316) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:289) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:394) at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:390) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:416) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3919) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3636) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1554) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1752) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4342) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:227) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3699) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3278) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2331) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2295) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2170) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:463) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:458) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:356) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:171) 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:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1141) at org.eclipse.equinox.launcher.Main.main(Main.java:1116) | verified fixed | baea1d4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-20T11:57:13Z | 2007-03-20T05:53:20Z |
174,213 | Bug 174213 [ViewMgmt] add attribute to close a sticky view in all open perspectives | Currently, when you open a sticky view, it remains open when you switch perspectives. However, when you close a sticky view, it only closes the sticky view in the current active perspective. Could we add an attribute to the contribution to specify that the sticky view be closed in all other open perspectives? Use case: Based on usability feedback for our product, users are getting very confused when they see the help view reappear when they change perspectives, after having closed the help view. They are expecting that when they close it in one perspective, it closes it in all other open perspectives, not just the active perspective. | verified fixed | 51743b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IStickyViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StickyViewManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/StickyViewManager32.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest2.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T20:58:53Z | 2007-02-14T19:06:40Z |
178,105 | Bug 178105 [Viewers] Cell highlighting not customizable for users | I just tried to make implement a TableCursor stragety and found that we need maybe some more API. I'm not happy with the setup-methods but currently maybe Boris has an idea. | verified fixed | 8b6c73b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellNavigationStrategy.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/FocusCellHighlighter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/SWTFocusCellManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerEditor.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/AbstractCellCursor.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/CursorCellHighlighter.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet035TableCursorCellHighlighter.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/TableCursor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T20:04:50Z | 2007-03-19T18:46:40Z |
177,862 | Bug 177862 Move CTabFolder, CTabItem work to SWT from 3.3. presentation | This bug is to track the set of changes required from delecting our private copies of CTabFolder and CTabItem since the work is being contributed back to SWT. Classes to delete from org.eclipse.ui.internal.presentations.r33: CTabFolder2Adapter ACTION: Delete Verification: - only change is package name CTabFolder2Listener ACTION: Delete Verification: - We subclass java.util.EventListener - SWT has it as subclassing SWTEventListner - but it just subclasses java.util.EventListener so same effect CTabFolderAdapter ACTION: Delete Verification: - only change is package name CTabFolderEvent ACTION: Delete Verification: - change is package name - SWT adds toString() CTabFolderLayout ACTION: Delete Verification: - only change is package name CTabFolderListener ACTION: Delete Verification: - We subclass java.util.EventListener - SWT has it as subclassing SWTEventListner - but it just subclasses java.util.EventListener so same effect Additional changes to follow in patch. | verified fixed | 29f31db | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolder2Adapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolder2Listener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolderAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolderEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabFolderListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/DefaultTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/DefaultTabItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/PaneFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/PaneFolderButtonListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T19:26:14Z | 2007-03-17T00:06:40Z |
177,200 | Bug 177200 [Min/Max] Toolbar and Perspective bar should not be default locations for fast view trim | When either minimizing a stack or maximizing another, we compute the default locations for the trim. Two possible destinations are the toolbar and the perspective bar. In practice its quite odd and confusing for the FVB trim to show up there: in the former case its easy to visually lose the trim in the noise of all the toolbar icons, and in both cases its confusing because they are not either tools or perspectives (respectively). We should avoid using these locations as default locations. I'm not keen on permitting them as a manual D&D location either but that should be considered separately. | verified fixed | 1f569e8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.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/PerspectiveHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T19:16:59Z | 2007-03-13T21:06:40Z |
178,083 | Bug 178083 [Contributions] Provide selection adapter factory for new core expression interfaces | null | verified fixed | 15bfee4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SelectionAdapterFactory.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/AdaptableTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/SelectionAdapterTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T17:36:45Z | 2007-03-19T16:00:00Z |
175,901 | Bug 175901 [DataBinding] Provide support for wizard pages | A data binding context cannot be hooked up to a wizard page directly because you don't want error messages (e.g. about empty fields) to show up before the user has started typing. We should add API that helps clients do this properly. I'll attach the proposed API and implementation. | verified fixed | e42cfaa | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ObservablesManager.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/wizard/WizardPageSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T16:29:39Z | 2007-02-28T19:13:20Z |
177,806 | Bug 177806 [Trim] Provide a way for a trim control to participate in commands/handler | When a trim control has focus, it should be able to specify that its handlers are active. PW | verified fixed | 0fd8243 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISources.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/menus/FocusControlSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourcePriorityNameMapping.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/swt/IFocusService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T15:51:22Z | 2007-03-16T18:33:20Z |
174,752 | Bug 174752 [Viewers][Snippet] Demonstrate Different Editors in one column | In 3.2 it is a little bit tricky to present different CellEditors within one row here is a snippet which presents this | verified fixed | 9b1224f | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet033CellEditorPerRowPre33.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet034CellEditorPerRowNewAPI.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T15:34:12Z | 2007-02-20T11:13:20Z |
178,077 | Bug 178077 [Snippets] Move Snippet016TableLayout to layout-package | null | verified fixed | f267727 | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/layout/Snippet016TableLayout.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet016TableLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T15:28:55Z | 2007-03-19T16:00:00Z |
174,471 | Bug 174471 [Viewers] [Snippet] Demonstrate Extended Custom Tooltips for TableViewer with multiple selection support | Provides a snippet similar to Snippet023TreeViewerCustomTooltips.java that provides tooltips for a table viewer. Furthermore, this example assumes that the table allows multiple selection. | verified fixed | 2ff6629 | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet031TableViewerCustomTooltipsMultiSelection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T15:22:57Z | 2007-02-16T18:20:00Z |
177,736 | Bug 177736 [Contributions] toolbar updates don't cause a re-layout | Commands in toolbars in trim or in the main coolbar get added and deleted correctly as their visibleWhen clause is evaluated, but the toolbars parents are not correctly re-layed out. PW | verified fixed | 78a47f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/EditorActionBarsTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-19T15:18:19Z | 2007-03-16T13:00:00Z |
177,942 | Bug 177942 [Min/Max] Two 'drag MockEditor...' tests fail under the new presentation | The scenarios for these test cases choose an arbitrary point relative to the upper right corner of the editor stack to determine the drag 'start' operation. We need to adjust this choice to account for the possibility that (in the new presentation) editor stacks my not be showing min/max buttons... | verified fixed | a012639 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/EditorTitleDropTarget.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-18T16:37:48Z | 2007-03-18T17:46:40Z |
176,882 | Bug 176882 [DataBinding] Create SWTObservables.observeEditable(...) | We need to provide an observable for the editable property of Text. | verified fixed | fb35317 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/SWTObservables.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/TextEditableObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/AbstractSWTTestCase.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/swt/SWTObservablesTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/swt/TextEditableObservableValueTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-17T21:42:06Z | 2007-03-10T07:00:00Z |
177,633 | Bug 177633 [Field Assist] - Remove experimental and deprecated class ComboControlCreator | null | verified fixed | 508ca1a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ComboControlCreator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-17T15:51:14Z | 2007-03-15T20:20:00Z |
177,905 | Bug 177905 [Min/Max] Dragging open Fast View by using its tab makes it go unresponsive | To repro: minimize a stack, open one of its views and drag the tab to place the view into a new stack. It shows up but no longer takes input. | verified fixed | 3b83bd5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-17T15:43:50Z | 2007-03-17T14:00:00Z |
177,844 | Bug 177844 javadoc warning in N200703160010 | builds/N200703160010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist/ContentAssistField.java:39: warning - Tag @link: Class or Package not found: ControlDecoration | verified fixed | a86e41a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T21:45:19Z | 2007-03-16T21:20:00Z |
17,256 | Bug 17256 Exception due to bug 17208 | null | resolved fixed | 945f979 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateValueStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertDate2String.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Boolean.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2BooleanPrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Byte.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2BytePrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Character.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Date.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Double.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2DoublePrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Float.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2FloatPrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Integer.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2IntegerPrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Long.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2LongPrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2Short.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ConvertString2ShortPrimitive.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/DateConversionSupport.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/IdentityConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/NumberToStringConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/StringToNumberConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/ToStringConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ObjectToPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ReadOnlyValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2BytePrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ByteValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DateValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DoublePrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2DoubleValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2FloatPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2FloatValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2IntegerPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2IntegerValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2LongPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2LongValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ShortPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/String2ShortValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/DateConversionSupport.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/DateToStringConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/IdentityConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/ObjectToStringConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanPrimitiveConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToByteConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBytePrimitiveConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToCharacterConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToDateConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToShortConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToShortPrimitiveConverter.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/ObjectToPrimitiveValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/ReadOnlyValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToByteValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToDateValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToDoubleValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToFloatValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToIntegerValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToLongValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/StringToShortValidator.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/validation/WrappedConverterValidator.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/UpdateStrategyTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/UpdateValueStrategyTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/conversion/NumberToStringConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/conversion/StringToNumberConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/validation/WrappedConverterValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/conversion/IdentityConverterTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/validation/ObjectToPrimitiveValidatorTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TextControlScenario.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T21:19:39Z | 2002-05-23T13:20:00Z |
177,842 | Bug 177842 [Min/Max] 'zoom' tests failing in PartsReferencesTestSuite | null | resolved fixed | 5dddd46 | ["tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/EditorsReferencesTest.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/ViewsReferencesTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T21:10:33Z | 2007-03-16T21:20:00Z |
161,425 | Bug 161425 [Viewers] TableTreeViewer => EditingSupport broken | null | verified fixed | 530cf63 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet032TableTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T20:58:14Z | 2006-10-18T14:00:00Z |
173,571 | Bug 173571 [Viewers] TreeViewer.updateHasChildren() does not work if item is already expanded | When the ILazyTreePathContentProvider.updateElement() is called, the content provider needs to call TreeViewer.replace() and TreeViewer.setChildCount() to refresh the element's state. However, if the old element at the same index was previously expanded, the setHasChildren() has no effect. This is because a test in TreeViewer.setHasChildren() causes the update to be inored if the item is already expanded. Adding a call to update the child count for the node seems to fix the problem (patch to be attached). Use sample below to reproduce the problem: 1) Expand the first item. 2) Press the "Change Order" button. 3) Expand second item. 4) Press the "Change Order" button again. Problem: The '+' disappears from the second item. public class TestJFace { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.SHELL_TRIM); shell.setLayout(new GridLayout()); GridData data = new GridData(GridData.FILL_BOTH); shell.setLayoutData(data); Font font = new Font(display, "Courier", 10, SWT.NORMAL); final TreeViewer treeViewer = new TreeViewer(shell, SWT.VIRTUAL | SWT.BORDER); treeViewer.getControl().setLayoutData(data); final ContentProvider contentProvider = new ContentProvider(treeViewer); treeViewer.setContentProvider(contentProvider); treeViewer.setInput(new Object()); Button button = new Button(shell, SWT.NONE); button.setText("Change Order"); button.addSelectionListener(new SelectionListener() { public void widgetDefaultSelected(SelectionEvent e) {} public void widgetSelected(SelectionEvent e) { fgParentFirst = !fgParentFirst; treeViewer.refresh(); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } font.dispose(); } public static boolean fgParentFirst = true; public static class ContentProvider implements ILazyTreePathContentProvider { TreeViewer fViewer; ContentProvider(TreeViewer viewer) { fViewer = viewer; } public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { } public void updateHasChildren(TreePath path) { if (path.getSegmentCount() == 0) { fViewer.setHasChildren(path, true); } else if (path.getSegmentCount() == 1) { if ("Parent".equals(path.getSegment(0))) { fViewer.setHasChildren(path, true); } else { fViewer.setHasChildren(path, false); } } else { fViewer.setHasChildren(path, false); } } public void updateChildCount(TreePath path, int currentChildCount) { if (path.getSegmentCount() == 0) { fViewer.setChildCount(path, 2); } else if (path.getSegmentCount() == 1) { if ("Parent".equals(path.getSegment(0))) { fViewer.setChildCount(path, 1); } else { fViewer.setChildCount(path, 0); } } else { fViewer.setChildCount(path, 0); } } public void updateElement(TreePath path, int index) { Object object = null; if (path.getSegmentCount() == 0) { if (index == 0) { object = fgParentFirst ? "Parent" : "Non-Parent"; } else if (index == 1) { object = fgParentFirst ? "Non-Parent" : "Parent"; } } else if (path.getSegmentCount() == 1) { if ("Parent".equals(path.getSegment(0))) { object = "Child"; } } if (object != null) { fViewer.replace(path, index, object); updateHasChildren(path.createChildPath(object)); } } public TreePath[] getParents(Object element) { return new TreePath[0]; } public void dispose() {} } } | verified fixed | 161f072 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T19:59:48Z | 2007-02-09T00:13:20Z |
173,902 | Bug 173902 remove EXPERIMENTAL markings from 3.3 IDE Undo API | Need to remove the EXPERIMENTAL javadoc from the new API I introduced in 3.3. See org.eclipse.ui.ide.undo org.eclipse.jface.fieldassist | verified fixed | 2e58cc9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/AutoCompleteField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractCopyOrMoveResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractCreateResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractMarkersOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CopyProjectOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CopyResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateFileOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateFolderOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateMarkersOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateProjectOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/DeleteMarkersOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/DeleteResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/MoveProjectOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/MoveResourcesOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/UpdateMarkersOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/UndoMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T19:55:53Z | 2007-02-12T19:53:20Z |
177,787 | Bug 177787 Incorrect Javadoc in org.eclipse.jface.preference.PreferenceNode | The javadoc for the field classname in PreferenceNode states: /** * Name of class that implements <code>IPreferenceNode</code>, or * <code>null</code> if none. */ The class name stored in this variable actually implements IPreferencePage as used in createPage(): page = (IPreferencePage) createObject(classname); | resolved fixed | d1cbe17 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceNode.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T17:05:49Z | 2007-03-16T15:46:40Z |
177,755 | Bug 177755 [DataBinding] Please javadoc org.eclipse.core.databinding.observable.ObservableEvent and subclasses | Please provide a general description of the class purpose and of the diff field. I initially thought I was accidentally using some internal class. Also these names are very generic and different plugins often have declared similar class names. When the javadoc tooltip shows up it is easy to figure out which one is used in the code. Not sure if UI still maintain these classes or not. Thanks you! | verified fixed | cdc56c7 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IStaleListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ObservableEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/StaleEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/IListChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ListChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/IMapChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/MapChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/ISetChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/SetChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/IValueChangeListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/IValueChangingListener.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ValueChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ValueChangingEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IStaleListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ObservableEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/StaleEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/IListChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/ListChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/IMapChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/map/MapChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/ISetChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/SetChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/IValueChangeListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/IValueChangingListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ValueChangeEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ValueChangingEvent.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T17:02:22Z | 2007-03-16T13:00:00Z |
82,256 | Bug 82256 [Contributions] Need EditorPluginAction and ActionDescriptor.ATT_DEFINITION_ID as API | I20050104-1600 Since 2.0 Platform Text uses references the following internal code: ActionDescriptor.ATT_DEFINITION_ID new EditorPluginAction(...) This is needed in AbstractTextEditor.findContributedAction(...) to create the editor actions contributed via org.eclipse.ui.editorActions extension point. We would at least like to get EditorPluginAction as API for 3.1. ActionDescriptor.ATT_DEFINITION_ID is nice to have i.e. we can copy that string if necessary. Please tell whether you plan to do this for 3.1 or not. If not, we copy the code for EditorPluginAction and its super types because we want to get clean for 3.1 (references to internal code of other plug-ins is now part of the build results). | verified fixed | 575b630 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CommandNotMappedException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ContributedAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/CommandAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/IActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandActionTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T16:40:16Z | 2005-01-05T15:46:40Z |
177,489 | Bug 177489 [Viewers] Document usability of IColorProvider, IFontProvider not usable for ListViewers | This week I had this 2 times. Users complaint that IColorProvider and IFontProvider are not working for their ListViewer. I'd like to mention this in the JavaDoc. Question is where the best place for this would be: - in the interfaces itself - in AbstractListViewer#setLabelProvider() or in both places? | verified fixed | 5b78464 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T16:17:31Z | 2007-03-15T06:26:40Z |
176,158 | Bug 176158 Tool tip flickers | I20070227-0800 I'm using the new Tool tip support (org.eclipse.jface.window.ToolTip). The problem with this is that the tool tip flickers when the mouse is moved over an element. On mouse move the tool tip is hidden and then shown again. This makes the tool tip almost unusable. IMHO you should check that the mouse is still hovering over the same item and try to keep the visibility and position of the tooltip stable if so. I'll attach a little plugin showing the issue. Thanks | verified fixed | 832c42b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet011CustomTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet023TreeViewerCustomTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet023TreeViewerCustomTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet031TableStaticTooltip.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T16:12:29Z | 2007-03-02T10:06:40Z |
164,796 | Bug 164796 [Viewers] TableViewer setSelectionToWidget always scrolls to widget | The current implementation uses setSelection(TableItem[]) which always scrolls to the selection so the reveal-flags has no effect. | verified fixed | 6d24f28 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T16:00:01Z | 2006-11-16T12:26:40Z |
174,701 | Bug 174701 [Viewers] ViewerRow should be reused instead of connected to the Item | Currently we create a ViewerRow ver every Item we create this can degrade performance, we should cache the row and reuse it | verified fixed | 567a39c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerFocusCellManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerCell.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T15:39:31Z | 2007-02-19T21:20:00Z |
171,522 | Bug 171522 [KeyBindings] When "@Ctrl+Break" was appended into lable of menu, Workbench can not startup | I create a sample plugin with "Hello World" template and add a shortcut key "Ctrl+Break" in the menu. <action label="Sample Action(&S)@Ctrl+Break" icon="icons/sample.gif" class="test_key.actions.SampleAction" tooltip="Hello,Eclipse world" menubarPath="sampleMenu/sampleGroup" toolbarPath="sampleGroup" id="test_key.actions.SampleAction"> </action> Then PDE can not startup. | verified fixed | 9fb6ea1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T00:57:10Z | 2007-01-24T12:00:00Z |
153,315 | Bug 153315 [Contributions] The ToggleAutoBuildAction lacks an action definition id | Because the ToggleAutoBuildAction lacks an action definition id we can not use activities to hide this from the project menu. We found that adding one fixes this problem: public ToggleAutoBuildAction(IWorkbenchWindow window) { super(IDEWorkbenchMessages.Workbench_buildAutomatically); this.window = window; setChecked(ResourcesPlugin.getWorkspace().isAutoBuilding()); setActionDefinitionId("org.eclipse.ui.project.buildAutomatically"); //$NON-NLS-1$ } | verified fixed | eb13e89 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-16T00:42:39Z | 2006-08-09T16:13:20Z |
82,541 | Bug 82541 [Dialogs] SaveAsDialog should better handle closed projects | I20050111-0800 The SaveAsDialog show closed projects and even enables the OK button. This makes no sense since we cannot save the file into a closed projects. An error dialog is the result. I suggest to disable the OK button if a closed project is selected. | verified fixed | b3d1e82 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/SaveAsDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T22:17:37Z | 2005-01-11T10:40:00Z |
136,591 | Bug 136591 [Dialogs] TypeFilteringDialog appends unnecessary comma | Whenever the last extension that is shown in the 'Other Extensions' field is not the last extension in the list passed to the dialog an extra comma is appended at the end. | verified fixed | e0aa787 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T21:21:10Z | 2006-04-13T09:20:00Z |
177,448 | Bug 177448 New Presentation leaks colors | Build: I20070313 1) Capture Sleak snapshot 2) Maximize an editor, and restore (Ctrl+M twice) 3) Capture Sleak diff -> A color is leaked each time you maximize. TrimFrame creates a color and never disposes it. java.lang.Error at java.lang.Throwable.<init>(Throwable.java:58) at org.eclipse.swt.graphics.Device.new_Object(Device.java:786) at org.eclipse.swt.graphics.Color.<init>(Color.java:110) at org.eclipse.ui.internal.TrimFrame$1.paintControl(TrimFrame.java:93) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:204) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:1233) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3554) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4355) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2225) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3282) | verified fixed | d0015cb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/TrimFrame.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T20:48:37Z | 2007-03-14T22:06:40Z |
176,661 | Bug 176661 [Intro] Show intro if new intro content is available | To discover newly installed functionality, it is important that we show the Welcome/intro view whenever there is new content available. Otherwise, you download new stuff and have no idea where to find the new functionality. I talked to Dejan about this and it appears that we need to do work on our side to enable this. UA would have to react and ideally highlight new content on the intro pages. I'm proposing making a change in the IDE application's WorkbenchWindowAdvisor that shows the Intro after a restart if there might be new content to show. This has to be enabled at our level because we determine very early whether to show the Intro or not, currently based on a preference. Dejan and I did this over lunch, and I'm not sure if there are corner cases that we need to watch out for so I'm asking you (Kim, specifically) to look at the patch and give feedback. (Patch to follow) | verified fixed | 1fe7828 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IntroDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/intro/IIntroManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/intro/IntroContentDetector.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T19:38:31Z | 2007-03-07T23:26:40Z |
163,345 | Bug 163345 [Field Assist] - API - Deprecate DecoratedField and related classes | If ControlDecoration is adopted in replacement of DecoratedField by all existing SDK clients, then we should deprecate DecoratedField. | verified fixed | 81fdf94 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ComboControlCreator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldAssistColors.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldDecoration.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/IControlCreator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/TextControlCreator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistField.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/ControlDecorationTestDialog.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/DecoratedFieldTestDialog.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/FieldAssistTestDialog.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/TaskAssistExampleMessages.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/actions/TestDialogAction.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/preferences/FieldAssistPreferencePage.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/preferences/PreferenceConstants.java", "examples/org.eclipse.ui.examples.fieldassist/Eclipse", "UI", "Examples", "Field", "Assist/org/eclipse/ui/examples/fieldassist/preferences/PreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T19:27:56Z | 2006-11-03T16:06:40Z |
177,176 | Bug 177176 [Field Assist] [API] - Add 7x7 information control decoration to FieldDecorationRegistry | Please see attached zip file containing icon recommended by media design team. | verified fixed | e3d6efe | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldDecorationRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T17:11:08Z | 2007-03-13T18:20:00Z |
168,888 | Bug 168888 [Wizards] PageTransition classes may need rename/reorg | null | verified fixed | 3825a20 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageChangingListener.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageTransitionListener.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageTransitionProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PageChangingEvent.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PageTransitionEvent.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T15:37:48Z | 2006-12-21T19:40:00Z |
174,633 | Bug 174633 [Contributions] objectContributions replacement needs selection provider | Currently, objectContributions are called with an ISelection before running, and that is from the ISelectionProvider the menu was registered with, not the global ISelectionProvider. PW | verified fixed | 365d87c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/HandlerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.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/services/MenuSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourcePriorityNameMapping.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-15T13:09:39Z | 2007-02-19T15:46:40Z |
177,328 | Bug 177328 javadoc warning in N20070314-0010 | /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:60: warning - Tag @link: can't find addContributionItem(IContributionItem) in org.eclipse.ui.menus.IContributionRoot | verified fixed | af7005d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/IContributionRoot.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-14T22:27:38Z | 2007-03-14T13:46:40Z |
177,144 | Bug 177144 API problems in FilteredItemsSelectionDialog (2) | null | verified fixed | 75c0db5 | ["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 | 2007-03-14T14:29:30Z | 2007-03-13T15:33:20Z |
177,264 | Bug 177264 [DataBinding] Failure in DefaultBindSupportFactoryBooleanPrimitiveTest.testStringToBooleanPrimitiveConverter against Eclipse 3.2.2 | When ran against 3.2.2 the following failure is reported for DefaultBindSupportFactoryBooleanPrimitiveTest.testStringToBooleanPrimitiveConverter. The issue is that in 3.2.2 Status.setMessage(...) doesn't allow null for the message. In 3.3 if null is passed on construction it is defaulted to "". We need to default "" when constructing Statuses if the Exception's message is null. The line causing this issue is ValueBinding 169 when a NPE is caught. junit.framework.AssertionFailedError: Errors should be found, but found none. at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertFalse(Assert.java:34) at org.eclipse.jface.internal.databinding.provisional.factories.AbstractBindSupportFactoryTest.assertErrorsFound(AbstractBindSupportFactoryTest.java:40) at org.eclipse.jface.internal.databinding.provisional.factories.DefaultBindSupportFactoryBooleanPrimitiveTest.testStringToBooleanPrimitiveConverter(DefaultBindSupportFactoryBooleanPrimitiveTest.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) 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:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:24) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | verified fixed | 6f02333 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ValueBinding.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-14T04:59:40Z | 2007-03-14T05:26:40Z |
177,037 | Bug 177037 [StatusHandling] Remove style from StatusAdapter | This is API change. I decided to remove the style param with its get/set methods from StatusAdapter API. Because status handlers don't change style any more, we can pass it as an argument to the handle method. The changes will be covered by the attached patch. | verified fixed | 0fc917d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T17:40:38Z | 2007-03-12T17:20:00Z |
176,604 | Bug 176604 [Dialogs] FilteredItemsSelectionDialog should show view menu on mouseDown | I20070306-1200 FilteredItemsSelectionDialog should show the view menu on mouseDown. Fix is trivial: Add this to FilteredItemsSelectionDialog.createViewMenu(..): toolBar.addMouseListener(new MouseAdapter() { public void mouseDown(MouseEvent e) { showViewMenu(); } }); | verified fixed | 1afd14d | ["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 | 2007-03-13T17:13:28Z | 2007-03-07T12:20:00Z |
175,890 | Bug 175890 [Contributions] need a way to restrict Expression evaluation | There needs to be a way to restrict when a visibility expression for a menu/toolbar element is evaluated. This can be seen in the action set case. Assuming action sets have a 1 to 1 mapping with contexts, we would then tie context changes to action set menu elements via a visibility expression. This breaks down when you have multiple windows, however. Imagine you have a window up with a selection of action sets enabled. This implies that certain contexts are enabled. Now when you open another window (onto a different perspective) the active action sets change. This causes the active contexts to change, which in turn causes the window to be updated. Unfortunately BOTH windows will be updated because contexts are global beasts - in this scenario both windows would now show the action sets of the enabled window. | verified fixed | 61f8a51 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/ContributionRoot.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/IContributionRoot.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenuBuilder.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenuVisibilityTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T17:05:09Z | 2007-02-28T19:13:20Z |
176,043 | Bug 176043 [Commands] Need to be able to restore the toolbar without breking plug-in boundaries | null | verified fixed | be37e72 | ["bundles/org.eclipse.ui.carbon/src/org/eclipse/ui/carbon/CarbonUIEnhancer.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISources.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowPropertyTester.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ToggleCoolbarVisibilityAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ToggleCoolbarHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ActiveShellSourceProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/SourcePriorityNameMapping.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/WorkbenchWindowSubordinateSourcesTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T16:52:46Z | 2007-03-01T14:40:00Z |
172,844 | Bug 172844 [Dialogs] FilteredItemsSelectionDialog: make history separator string configurable | Build ID: I20061214-1445 The separator between the history and the other matches is hardcoded to WorkbenchMessages.FilteredItemsSelectionDialog_separatorLabel. I would expect to have a method in FilteredItemsSelectionDialog to overwrite the default (e.g. setHistorySeparatorMessage). | verified fixed | 7da1710 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java", "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 | 2007-03-13T14:58:43Z | 2007-02-05T10:06:40Z |
174,355 | Bug 174355 [Viewers] IViewerLabelProvider isn't supported by the TreeViewer anymore | Build ID: I20070209-1006 Steps To Reproduce: 1. Register following label provider to a TreeViewer: private class TestLabelProvider extends LabelProvider implements IViewerLabelProvider { @Override public String getText(Object element) { return super.getText(element); } public void updateLabel(ViewerLabel label, Object element) { ... // update the label } } 2. If you set a breakpoint in both methods, you see that updateLabel() is never called but getText() is. More information: Here is the stacktrace on the getText() breakpoint: Thread [main] (Suspended (breakpoint at line 283 in EditCategoriesView$TestLabelProvider)) EditCategoriesView$TestLabelProvider.getText(Object) line: 283 WrappedViewerLabelProvider.getText(Object) line: 95 WrappedViewerLabelProvider(ColumnLabelProvider).update(ViewerCell) line: 35 ColumnViewer$3(ViewerColumn).refresh(ViewerCell) line: 139 TreeViewer(AbstractTreeViewer).doUpdateItem(Item, Object) line: 887 AbstractTreeViewer$UpdateItemSafeRunnable.run() line: 97 SafeRunner.run(ISafeRunnable) line: 37 Platform.run(ISafeRunnable) line: 850 JFaceUtil$1.run(ISafeRunnable) line: 52 SafeRunnable.run(ISafeRunnable) line: 153 TreeViewer(AbstractTreeViewer).doUpdateItem(Widget, Object, boolean) line: 962 StructuredViewer$UpdateItemSafeRunnable.run() line: 465 SafeRunner.run(ISafeRunnable) line: 37 Platform.run(ISafeRunnable) line: 850 JFaceUtil$1.run(ISafeRunnable) line: 52 SafeRunnable.run(ISafeRunnable) line: 153 TreeViewer(StructuredViewer).updateItem(Widget, Object) line: 1983 TreeViewer(AbstractTreeViewer).createTreeItem(Widget, Object, int) line: 799 AbstractTreeViewer$1.run() line: 777 BusyIndicator.showWhile(Display, Runnable) line: 67 TreeViewer(AbstractTreeViewer).createChildren(Widget) line: 751 TreeViewer.createChildren(Widget) line: 526 TreeViewer(AbstractTreeViewer).internalInitializeTree(Control) line: 1419 TreeViewer.internalInitializeTree(Control) line: 705 AbstractTreeViewer$5.run() line: 1406 TreeViewer(StructuredViewer).preservingSelection(Runnable) line: 1332 TreeViewer(AbstractTreeViewer).inputChanged(Object, Object) line: 1395 TreeViewer(ContentViewer).setInput(Object) line: 251 TreeViewer(StructuredViewer).setInput(Object) line: 1570 EditCategoriesView.create(Composite) line: 235 EditCategoriesDialog.createDialogArea(Composite) line: 38 EditCategoriesDialog(Dialog).createContents(Composite) line: 780 EditCategoriesDialog(Window).create() line: 426 EditCategoriesDialog(Dialog).create() line: 1111 EditCategoriesDialog(Window).open() line: 785 EditCategoriesAction$1.runInUI(IProgressMonitor) line: 77 UIUpdateManager$ForegroundJob.runInUIThread(IProgressMonitor) line: 94 UIJob$1.run() line: 94 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages(boolean) line: 123 Display.runAsyncMessages(boolean) line: 3215 Display.readAndDispatch() line: 2908 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2264 Workbench.runUI() line: 2228 Workbench.access$4(Workbench) line: 2103 Workbench$4.run() line: 457 Realm.runWithDefault(Realm, Runnable) line: 289 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 452 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.start(IApplicationContext) line: 101 EclipseAppHandle.run(Object) line: 146 EclipseAppLauncher.runApplication(Object) line: 106 EclipseAppLauncher.start(Object) line: 76 EclipseStarter.run(Object) line: 354 EclipseStarter.run(String[], Runnable) line: 169 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 585 Main.invokeFramework(String[], URL[]) line: 339 Main.basicRun(String[]) line: 283 Main.run(String[]) line: 984 Main.main(String[]) line: 959 The culprit seems to be ColumnLabelProvider.update(ViewerCell cell) and CellLabelProvider.createViewerLabelProvider() which simply are not considering the IViewerLabelProvider interface. This is a blocker for us since we are using this interface for most of our label providers. | resolved fixed | e0e8685 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/WrappedViewerLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T14:00:29Z | 2007-02-15T20:06:40Z |
175,889 | Bug 175889 Allow early splash bundles to participate in ui splashHandler | If an early bundle created a display and shell to do early splash content, then the ui does not do its standard splash handling. Currently the early splash bundle looses control after the application starts and the display event loop is no longer spun. We should allow a mechanism where an early splash bundle can still participate once the workbench starts. I would suggest the following: anyone wishing to do this must also contribute an AbstractSplashHandler to the org.eclipse.ui.splashHandler extension point. The extension must know about the early content and be capable of initializing itself based on that early content, the workbench would call AbstractSplashHandler.getSplash() to get the shell. | verified fixed | c85c56e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/splash/AbstractSplashHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T13:33:51Z | 2007-02-28T19:13:20Z |
177,116 | Bug 177116 [Contributions] NPE in PopupMenuExtender.dispose | I20070306-1200 Found this NPE in the log. It's probably a bug in the 'tk.eclipse.plugin.htmleditor' but PopupMenuExtender.dispose might want to add a null check here too. java.lang.NullPointerException at org.eclipse.ui.internal.PopupMenuExtender.dispose(PopupMenuExtender.java:444) at tk.eclipse.plugin.htmleditor.editors.SplitPageHTMLEditor$SplitEditorSite.dispose(SplitPageHTMLEditor.java:262) at tk.eclipse.plugin.htmleditor.editors.SplitPageHTMLEditor.dispose(SplitPageHTMLEditor.java:100) at tk.eclipse.plugin.htmleditor.editors.HTMLEditor.dispose(HTMLEditor.java:120) at org.eclipse.ui.internal.WorkbenchPartReference.doDisposePart(WorkbenchPartReference.java:720) at org.eclipse.ui.internal.EditorReference.doDisposePart(EditorReference.java:302) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:671) | verified fixed | eb13d66 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T11:41:52Z | 2007-03-13T10:00:00Z |
175,418 | Bug 175418 [DataBinding] TreePath moved to internal package | In M5 TreePath moved from org.eclipse.core.databinding.observable.tree.TreePath to org.eclipse.core.internal.databinding.observable.tree.TreePath Non Internal Public interfaces such as: org.eclipse.core.databinding.observable.tree.IOrderedTreeProvider and org.eclipse.core.databinding.observable.tree.IUnorderedTreeProvider depend on this class. | verified fixed | 3fed122 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/tree/IOrderedTreeProvider.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/tree/IUnorderedTreeProvider.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/tree/IOrderedTreeProvider.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/tree/IUnorderedTreeProvider.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/tree/IOrderedTreeProvider.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/tree/IUnorderedTreeProvider.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/tree/IOrderedTreeProvider.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/tree/IUnorderedTreeProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/LeafNodesSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/OrderedTreeContentProvider.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/viewers/UnorderedTreeContentProvider.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/contentprovider/test/TreeContentProviderTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T04:07:15Z | 2007-02-24T15:13:20Z |
162,630 | Bug 162630 [DataBinding] Issues with IDiff | I was having a look at the databinding code and noticed there was an IDiff. The name of this implies comparison (e.g. Compare as a DiffNode and Team has an IDiff for decribing the difference between two elements or trees being compared. Perhaps IChange would be a better name. I also noticed that the interface had no methods. Doesn't really seem like having it buys you much. Yes, you can only use IDiffs with the binding event but clients would still need to look for a specific type of diff. Also, in talking to Boris, I think the intent is to not allow clients to implement the interface. The javadoc should spec this. | verified fixed | 71ec3a3 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IDiff.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/ListDiff.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/SetDiff.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/ValueDiff.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/tree/TreeDiff.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IDiff.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/ListDiff.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/SetDiff.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/ValueDiff.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/tree/TreeDiff.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T04:02:23Z | 2006-10-27T20:13:20Z |
172,193 | Bug 172193 [DataBinding] Binding customization story | From IM... 10:12:10 PM brad: this is sort of a short in the dark but do you get confused by the method names in BindSpec? when i look at BindSpec i always think of either target -> model or model -> target. i'm not sure if i could come up with a way that wouldn't be as confusing to me but was curious if it confuses you at all. 10:13:04 PM boris: Two BindSpec, one for each direction? 10:15:21 PM brad: not exactly. what i get confused about are methods like setTargetToModelConverter and setTargetUpdatePolicy. (this is probably silly) but when i think of any set for target i always think of going from target to model. but instead setTargetToModel goes from target to model but setTargetUpdatePolicy is for model to target. 10:15:46 PM brad: i normally think of the pipeline when setting these values, for some reason it's easier for me. 10:16:01 PM brad: if it doesn't confuse you don't worry about it, i'm not always typical 10:16:24 PM boris: Would it be easier with two constants, TARGET_TO_MODEL and MODEL_TO_TARGET, and each method taking an int? 10:16:39 PM boris: It would cut down on the number of methods... brad10:17:03 PM brad: either that or having a naming convention that's a little more consistent (setTargetToModelUpdatePolicy(...), etc.) 10:17:31 PM brad: it might get a little verbose having to specify the direction for each method... 10:17:36 PM boris: T2M and M2T? 10:17:46 PM brad: yeah | verified fixed | 47f8fa3 | ["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/IBeanObservable.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/BeanObservableValueDecorator.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IObserving.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/masterdetail/DetailObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/masterdetail/DetailObservableSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/Binding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindingEvent.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/IBindingListener.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ListBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateListStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateValueStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/ValueBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/IObserving.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/validation/ValidationStatus.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ListBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValidationStatusMap.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValueBinding.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/masterdetail/DetailObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/masterdetail/DetailObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/observable/masterdetail/DetailObservableValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/nestedselection/TestMasterDetail.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet000HelloWorld.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet001NestedSelectionWithCombo.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet002UpdateComboRetainSelection.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet003UpdateComboBindUsingViewer.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet004DataBindingContextErrorLabel.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet008ComputedValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet010MasterDetail.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet011ValidateMultipleBindingsSnippet.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet0xffffffff.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeansObservablesTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryBooleanPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryBytePrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryDoublePrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryFloatPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryIntTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryLongPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryShortPrimitiveTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/internal/databinding/provisional/factories/DefaultBindSupportFactoryTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindSpecTests.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ButtonControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboUpdatingTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboViewerScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomBeanBindSpec.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomBeanUpdateValueStrategy.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomConverterScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/CustomScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/LabelControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ListViewerScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/MasterDetailScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/NPETestScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/PropertyScenarios.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/SpinnerControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/TextControlScenario.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ListBindingTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ListBindingTest_Pipeline.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ListBindingTest_Policies.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/Pipeline.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ValueBindingTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ValueBindingTest_Pipeline.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/ValueBindingTest_Policies.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/beans/BeanObservableValueDecoratorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/manual/TestBackgroundSaveEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-13T03:56:57Z | 2007-01-30T18:00:00Z |
175,098 | Bug 175098 [Viewers] Should be possible to override TooltipSupport | Eclipse 3.3 M5 I would like to override the control that is being used by the TooltipSupport in my ColumnViewer because I have some additional requirements (wrapping for instance and different font-style-ranges). Ben | verified fixed | fc1a9fe | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet011CustomTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet015CustomTooltipsForTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-12T20:50:34Z | 2007-02-22T10:26:40Z |
174,844 | Bug 174844 [JFace] JFace ToolTip class should support manual activation | I have been using the new JFace ToolTip class for showing custom-draw tool tips for my tree items and works very nicely for that. Now I have another context that I need to use tool tips in. In this context, the tool tips need to be activated in response to an event other than mouse movement. To be specific, I want to popup a tool tip when user attempts to uncheck a tree item that shouldn't be unchecked. After the tool tip is displayed, I want standard tooltip behavior (times out, hides on mouse movement, etc.). It doesn't look like I can do that using the ToolTip class. Perhaps a base class can be pulled out from the ToolTip class. The base class would expose a protected show method and let a subclass take care of activation. The existing ToolTip class can then add activation based on mouse movement + delay. Other subclasses can then be made that implement alternative activation methods. | verified fixed | ac6255c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-12T20:41:51Z | 2007-02-20T19:33:20Z |
174,580 | Bug 174580 [Progress] Progress user dialog not resizeable | Build ID: I20070209-1006 Steps To Reproduce: resizing (worked with 3.3M4 but doesn't with 3.3M5) 1. Start any task that opens a progress popup (e.g. synchronizing a project) 2. Try to resize (won't work, did in the past) backgrounding: 1. Start any task that opens a progress popup which doesn't offer the "run in background" button (e.g. starting a Profile Application task) More information: not being able to resize is annoying if you open the details and it has shows of entries. not being able to background the window is annoying when the task takes a minute or two because ot blocks the entire UI and you can't do anything about it. | verified fixed | ab1406e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-12T20:24:23Z | 2007-02-18T20:20:00Z |
176,441 | Bug 176441 [Markers] NPE while refreshing the problem view | I got this exception using I20070228-0930. No steps to reproduce. It seems to happen when refreshing the problem view. java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.MarkerAdapter.buildAllMarkers(MarkerAdapter.java:251) at org.eclipse.ui.views.markers.internal.MarkerView.updateForContentsRefresh(MarkerView.java:570) at org.eclipse.ui.views.markers.internal.MarkerView$MarkerProcessJob.run(MarkerView.java:151) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) | verified fixed | dbbcbfa | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-12T18:18:08Z | 2007-03-06T03:00:00Z |
175,524 | Bug 175524 API problems in FilteredItemsSelectionDialog | null | verified fixed | 79f2041 | ["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 | 2007-03-12T14:12:12Z | 2007-02-26T14:26:40Z |
175,117 | Bug 175117 [StatusHandling] Cannot generally plug status support into ErrorDialogs | M5 Currently we have several ways to get ErrorDialogs that do not go through the status handling - we can either call the constructor or use our own class (there are 10 in the SDK alone). Our strategy of overriding the static method hits many cases but there are many quite common ones we will miss (like CVS errors for instance). I think we want to look at a way to extend the current error dialog rather than override the static method. | verified fixed | c72cdbc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorSupportProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-12T12:35:26Z | 2007-02-22T13:13:20Z |
173,052 | Bug 173052 [Contributions] CommandContributionItem does not show keybinding | Placing a command contribution item or <command/> element in a menu and it won't show the keybinding. PW | verified fixed | 4a5790e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-09T00:14:23Z | 2007-02-06T13:53:20Z |
166,465 | Bug 166465 [Undo] NPE in undo code when deleting folder and subfolder | I20061129-1340 - in a CVS project, create a folder f1 and a folder f2 inside f1 - in the Synchronize view (change sets, compressed folders mode), select both f1 and f1/f2 - press Delete key and confirm dialog org.eclipse.core.commands.ExecutionException: While executing the operation, an exception occurred at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:517) at org.eclipse.ui.actions.DeleteResourceAction$3.run(DeleteResourceAction.java:488) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.ide.undo.ContainerDescription.recordStateFromHistory(ContainerDescription.java:182) at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:597) at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:177) at org.eclipse.ui.ide.undo.AbstractResourcesOperation.delete(AbstractResourcesOperation.java:103) at org.eclipse.ui.ide.undo.DeleteResourcesOperation.doExecute(DeleteResourcesOperation.java:68) at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation$1.run(AbstractWorkspaceOperation.java:210) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1743) at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:208) at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:509) ... 2 more | verified fixed | d4345bc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ContainerDescription.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-08T22:35:09Z | 2006-12-01T10:46:40Z |
154,100 | Bug 154100 Platform level proxy settings | There are at least three proxy settings pages in Callisto. We will work with the Eclipse community to make sure that the core capabilities from these pages are made available at the Platform level, as a single settings page that can be consumed by all. [Runtime, Team, Update, UI] | resolved fixed | 06d23a8 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-08T16:04:05Z | 2006-08-16T17:40:00Z |
176,709 | Bug 176709 Javadoc warnings in N20070308-0010 | /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:54: warning - Tag @link: can't find createContributionItems(IMenuService, org.eclipse.ui.menus.AbstractContributionFactory.IContributionRoot) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:77: warning - Tag @link: can't find addContributionItem(IContributionItem, Expression, Object) in org.eclipse.ui.menus.IContributionRoot /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:54: warning - Tag @link: can't find createContributionItems(IMenuService, org.eclipse.ui.menus.AbstractContributionFactory.IContributionRoot) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:54: warning - Tag @link: can't find createContributionItems(IMenuService, org.eclipse.ui.menus.AbstractContributionFactory.IContributionRoot) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:54: warning - Tag @link: can't find createContributionItems(IMenuService, org.eclipse.ui.menus.AbstractContributionFactory.IContributionRoot) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:77: warning - Tag @link: can't find addContributionItem(IContributionItem, Expression, Object) in org.eclipse.ui.menus.IContributionRoot /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:77: warning - Tag @link: can't find addContributionItem(IContributionItem, Expression, Object) in org.eclipse.ui.menus.IContributionRoot /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/IContributionRoot.java:77: warning - Tag @link: can't find addContributionItem(IContributionItem, Expression, Object) in org.eclipse.ui.menus.IContributionRoot /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/AbstractContributionFactory.java:68: warning - Tag @link: can't find createContributionItems(IMenuService, List) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/AbstractContributionFactory.java:68: warning - Tag @link: can't find createContributionItems(IMenuService, List) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/AbstractContributionFactory.java:68: warning - Tag @link: can't find createContributionItems(IMenuService, List) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java:72: warning - Tag @link: can't find createContributionItems(IMenuService, java.util.List) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java:72: warning - Tag @link: can't find createContributionItems(IMenuService, java.util.List) in org.eclipse.ui.menus.AbstractContributionFactory /builds/N200703080010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java:72: warning - Tag @link: can't find createContributionItems(IMenuService, java.util.List) in org.eclipse.ui.menus.AbstractContributionFactory | verified fixed | aecc758 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/AbstractContributionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/IContributionRoot.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-08T15:16:06Z | 2007-03-08T13:20:00Z |
176,182 | Bug 176182 [Contributions] Allow the active handler to update the dropdown menu | For menu contributions that were previously dropdown RetargetActions, the active handler needs the ability to change what the dropdown menu is. This API will allow handlers of drop-down type commands to control the dropdown menu id. PW | verified fixed | 55746ec | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/UIElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-08T14:23:14Z | 2007-03-02T15:40:00Z |
167,619 | Bug 167619 [Undo] 'Undo Delete Resources' should not be available after full project deletion | I20061212-0010. When deleting a project with all its contents there's a comment in the dialog that I cannot undo (OK). Once the project is gone I can still undo the project which is unexpected. Undoing the deletion results in an empty project which can be in a completely weird state (e.g. a Java project without a .classpath file). Adding Markus to track whether deleting from the Package Explorer is affected too. | verified fixed | 2ccb344 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-07T21:13:10Z | 2006-12-12T13:26:40Z |
161,312 | Bug 161312 [Presentations] Intro broken with the 3.3 presentation | When 3.3 presentation is used, intro does not show. | resolved fixed | f2d6fbf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-07T20:26:02Z | 2006-10-17T21:20:00Z |
176,612 | Bug 176612 BasicSplashHandler documentation needs clarification | The javadoc for getContents() needs clarification. The default implementation assumes that the IProgressMonitor returned via getBundleProgressMonitor() can be casted to a Composite. | verified fixed | 61e8ff9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/splash/BasicSplashHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-07T14:56:15Z | 2007-03-07T15:06:40Z |
176,499 | Bug 176499 [Trim] RCP test104558 fails with NPE | Somehow (because the CoolBar is hidden?) there's no trim manager for the WorkbenchWindow opened in this test, leading to an NPE in the perspective activaton code. | verified fixed | 5a9e297 | ["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 | 2007-03-06T16:33:21Z | 2007-03-06T16:53:20Z |
176,408 | Bug 176408 [Min/Max] Minimizing a ViewStack activates all views | In the new presentation minimizing a stack will activate each of the view's, causing eager loading of any required plugins. Note that a restart of a workspace containing minimized stacks works as expected; it's only the actual minimize operation that causes the unnecessary loading... | verified fixed | 2c96ec4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-06T15:04:32Z | 2007-03-05T18:40:00Z |
170,071 | Bug 170071 [Undo] Undo deleting *.properties file sets explicit encoding | I20070109-1805 Create a *.properties file => Encoding is "Default (determined from content: ISO-8859-1)" Delete file in Navigator, the choose Edit > Undo => File is restored, but its encoding is now explicitly set to "ISO-8859-1" | verified fixed | 182108e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/FileDescription.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-05T22:17:18Z | 2007-01-10T11:53:20Z |
176,418 | Bug 176418 [WorkbenchLauncher] Can't display progress bar on splash screen | Build ID: I20070209-1006 Steps To Reproduce: 1. Create a "Hello World" RCP project 2. Brand it as a product with a splash screen 3. Create a SplashHandler as in the attached file SplashHandler.java 4. The progress bar does not appear. More information: I discussed this with Kim Horne on IRC, and she asked me to file it as a bug. It still may just be a dumb user error. I've attached my SplashHandler.java and a sample plug-in using it. | verified fixed | dd2b0cc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/splash/AbstractSplashHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-05T21:51:26Z | 2007-03-05T21:26:40Z |
169,591 | Bug 169591 [Common Navigator] Show In fails for editor inputs | The show(ShowInContext) method for CommonNavigator only considers the selection of the context. When Show In Project Explorer is performed from an editor, the selection is empty and the input is provided. Unfortunately, this is problematic, as the show-in target needs to adapt the input to an IFile so this will probably need to have some sort of extension so that the Project Explorer can plug-in the proper support. | verified fixed | a223854 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorActionGroup.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/LinkHelperService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-01T15:55:39Z | 2007-01-04T19:46:40Z |
175,952 | Bug 175952 [WorkbenchLauncher] Incorrect Service ranking for splash StartupMonitor | Workbench.createSplashWrapper() creates a StartupMonitor in order to get the splash screen disposed. It is currently using a string for the service ranking: properties.put(Constants.SERVICE_RANKING, Integer.toString(Integer.MAX_VALUE)); The code that is sorting StartupMonitors is expecting an Integer object in the property: properties.put(Constants.SERVICE_RANKING, new Integer(Integer.MAX_VALUE)); If it doesn't get an Integer object it just assigns a value of 0 for the ranking. | verified fixed | b0ece3d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-03-01T13:20:46Z | 2007-03-01T00:46:40Z |
165,172 | Bug 165172 [EFS] FileEditorInput should implement IURIEditorInput | Now that we have IURIEditorInput, we should change IFileEditorInput to implement this interface. | verified fixed | 93755d2 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-28T20:32:24Z | 2006-11-20T16:26:40Z |
175,228 | Bug 175228 Opening external files with no registered editor fails | HEAD Opening external files with no registered editor fails. Test Case: 1. File > Open File... 2. select a file named '.log' ==> org.eclipse.ui.PartInitException: System editor can only open file base resources. | verified fixed | f084076 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IURIEditorInputAdapterFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-28T19:49:10Z | 2007-02-23T08:40:00Z |
175,596 | Bug 175596 [StatusHandling] Reference to internal class in StatusManager API | The StatusManager API has a reference to the internal class WorkbenchErrorHandlerProxy which will be a broken link as it does not show up in the javadoc. WorkbenchErrorHandlerProxy is obsolete I think so we can likely fix this by deleting it. | verified fixed | 0063610 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-27T15:08:35Z | 2007-02-26T20:00:00Z |
175,545 | Bug 175545 [Dialogs] Dialog: impossible to turn off double-click resizing | Since 3.2. a double click in a dialog will resize the dialog to its computed size. In our RCP app we have some dialogs with tables consisting many columns, the resulting dialog width is really large. Now if you resize the dialog to be smaller our dialogs will memory that size permanently. But if you double click into the table the dialog pops up to its full size. That's really annoying ... Please provide a possibility to turn that "double click resizing" *off*. | verified fixed | cb8bf3c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-27T02:13:18Z | 2007-02-26T17:13:20Z |
175,192 | Bug 175192 [Viewers] Loop exception on shutdown | I've been getting a spurious error on shutdown during my debugging sessions recently. Sorry but I haven't been able to nail down the circumstances that cause it to happen. Here's the callstack: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Index out of bounds) at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3467) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3107) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) Caused by: java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3462) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.TreeItem.findPrevious(TreeItem.java:222) at org.eclipse.swt.widgets.TreeItem.<init>(TreeItem.java:189) at org.eclipse.jface.viewers.TreeViewer.createNewRowPart(TreeViewer.java:686) at org.eclipse.jface.viewers.TreeViewer.newItem(TreeViewer.java:315) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:798) at org.eclipse.jface.viewers.AbstractTreeViewer.insert(AbstractTreeViewer.java:2818) at org.eclipse.debug.internal.ui.viewers.model.InternalTreeModelViewer.insert(InternalTreeModelViewer.java:422) at org.eclipse.debug.internal.ui.viewers.model.ChildrenUpdate.performUpdate(ChildrenUpdate.java:70) at org.eclipse.debug.internal.ui.viewers.model.ViewerUpdateMonitor$1.runInUIThread(ViewerUpdateMonitor.java:58) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 23 more | verified fixed | 1451d3a | ["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 | 2007-02-26T21:28:53Z | 2007-02-22T21:33:20Z |
175,552 | Bug 175552 [StatusHandling] Remove returned param from AbstractStatusHandler#handle method | We don't need the param in this method. The product handler now decides if handling should be stopped or not. Other handlers don't affect the handling flow directly with the returned param. | verified fixed | c078a43 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-26T21:08:14Z | 2007-02-26T17:13:20Z |
175,236 | Bug 175236 [StatusHandling] Move StatusDialog and StatusNotificationManager into WorkbenchErrorHandler | null | verified fixed | 67f1962 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-26T15:55:23Z | 2007-02-23T08:40:00Z |
175,257 | Bug 175257 [StatusHandling] Add properties in StatusAdapter | null | verified fixed | 6b65222 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-26T15:49:00Z | 2007-02-23T11:26:40Z |
175,314 | Bug 175314 Delete commented code in WorkbenchActionBuilder | WorkbenchActionBuilder has about 225 lines of code commented out in createHelpMenu. From the looks of it, this was added as test code when the command handler work was first being done. It was introduced in revision 1.16 by cmclaren. I'm going to delete it. | verified fixed | afd5d03 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-23T16:55:33Z | 2007-02-23T17:00:00Z |
175,174 | Bug 175174 [ErrorHandling] Back out of ILogDialog | We have determined that plugging an alternate dialog into the JFace layer will not cover our status handling requirements without breaking look and feel. It is possible to create an ErrorDialog using both the static method and the constructor. Moreover the ErrorDialog is subclassed frequently (10 times in the SDK currently) so using an alternate dialog breaks consistency. Our API request is to delete the experimental ILogDialog method and it's references. | verified fixed | dbf425e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/ILogDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "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 | 2007-02-23T15:53:18Z | 2007-02-22T18:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.