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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
175,041 | Bug 175041 [ErrorHandling] OutOfMemory error handling is commented out | 20070220 StatusNotificatioManager addError has the following code. This does nothing and is full of TODOs. if (exception != null && exception instanceof OutOfMemoryError) { PlatformUI.getWorkbench().getDisplay().asyncExec(new Runnable() { //TODO change !!! possible invocation loops /* * (non-Javadoc) * * @see java.lang.Runnable#run() */ public void run() { // is it really needed //ExceptionHandler.getInstance().handleException(exception); } }); return; } | verified fixed | 74611c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusNotificationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-23T13:26:00Z | 2007-02-21T20:33:20Z |
175,261 | Bug 175261 [Contributions] NPE in command service | While closing the workbench I got an NPE in the command service that left the workspace locked. !ENTRY org.eclipse.ui 4 0 2007-02-23 07:39:28.273 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.commands.CommandService.refreshElements(CommandService.java:219) at org.eclipse.ui.internal.handlers.HandlerAuthority.updateCommand(HandlerAuthority.java:495) at org.eclipse.ui.internal.handlers.HandlerAuthority.deactivateHandler(HandlerAuthority.java:223) at org.eclipse.ui.internal.handlers.HandlerService.deactivateHandler(HandlerService.java:143) at org.eclipse.ui.internal.handlers.HandlerService.deactivateHandlers(HandlerService.java:152) at org.eclipse.ui.internal.handlers.HandlerPersistence.clearActivations(HandlerPersistence.java:101) at org.eclipse.ui.internal.handlers.HandlerPersistence.dispose(HandlerPersistence.java:107) at org.eclipse.ui.internal.handlers.HandlerService.dispose(HandlerService.java:158) at org.eclipse.ui.internal.services.ServiceLocator.dispose(ServiceLocator.java:95) at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:2615) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:879) at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:796) at org.eclipse.ui.internal.Workbench$22.run(Workbench.java:1040) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1038) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1010) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:624) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:603) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:718) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:716) at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:736) at org.eclipse.jface.window.Window$3.shellClosed(Window.java:682) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:91) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1097) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1121) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1106) at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:542) at org.eclipse.swt.widgets.Shell.gtk_delete_event(Shell.java:871) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1470) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3879) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3870) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5574) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1155) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1468) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2903) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2286) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2250) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2125) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:459) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:454) 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) | verified fixed | a950075 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-23T13:07:14Z | 2007-02-23T11:26:40Z |
175,097 | Bug 175097 [Viewers] CellLabelProvider#getToolTipImage() not working | Eclipse 3.3 M5 CellLabelProvider#getToolTipImage() does'nt seem to be used at all. I was overriding it returning an image, but its not showin in my tooltip. Ben | verified fixed | 7044854 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-22T18:11:39Z | 2007-02-22T10:26:40Z |
175,034 | Bug 175034 [FilteredDialog] Filter searching uses too many jobs | This is a breakout of 172005. | verified fixed | 88b8311 | ["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-02-22T17:28:04Z | 2007-02-21T20:33:20Z |
174,272 | Bug 174272 FileStoreEditorInput needs to be restorable | 3.3 M5 The FileStoreEditorInput needs to restorable on startup. Therefore it needs to return an IPersistableElement and there needs to be an element factory. | verified fixed | fc9d0a1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInput.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInputFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IIDEHelpContextIds.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/OpenLocalFileAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-21T14:56:34Z | 2007-02-15T11:46:40Z |
172,804 | Bug 172804 [EditorMgmt] Convert new tab behaviour into a tweaklet | null | verified fixed | 55f0fb2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/OpenEmptyEditorTabHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PinEditorAction.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/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/PinEditorContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuPinEditor.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/tweaklets/TabBehaviour.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/tweaklets/TabBehaviourMRU.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/tweaklets/Tweaklets.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-21T02:39:05Z | 2007-02-05T01:46:40Z |
174,888 | Bug 174888 Java 5 references in EvaluationAuthority | Latest from HEAD as of 2007/02/20 EvaluationAuthority has two refs to the Java 5 method Arrays.toString(Object[]) | verified fixed | 17d6c8e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/EvaluationAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-20T22:43:32Z | 2007-02-20T22:20:00Z |
173,108 | Bug 173108 [Dialogs] small fixes in manual tests for FilteredResourcesSelectionDialog | Text file containg manual tests for FRSD should be more detailed. All misspellings should be wipe out also. | verified fixed | 3f5ec28 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIAbstractFilteredResourcesSelectionDialog.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-20T17:40:44Z | 2007-02-06T16:40:00Z |
174,423 | Bug 174423 [Progress] org.eclipse.ui.progress.DeferredTreeContentManager adds duplicate items in a tree | Build ID: M20060921-0945 Steps To Reproduce: 1. Tree content provider should query children using org.eclipse.ui.progress.DeferredTreeContentManager 2. Try refreshing a node in a tree by pressing and holding some key (accelerator for your tree) 3. After holding for some time and releasing the key, each child-node in a tree will be duplicated. More information: I am using DeferredTreeContentManager this way in my ContentProvider implements ITreeContentProvider: public Object [] getChildren(Object parentElement) { Object children[] = getDeferredManager().getChildren(model); return children; } /** * * @return manager that loads children in a separete thread */ private DeferredTreeContentManager getDeferredManager() { if (manager == null) { manager = new DeferredTreeContentManager(this, treeViewer); } return manager; } So, the problem is in this method in DeferredTreeContentManager: /** * Create a UIJob to add the children to the parent in the tree viewer. * * @param parent * @param children * @param monitor */ protected void addChildren(final Object parent, final Object[] children, IProgressMonitor monitor) { WorkbenchJob updateJob = new WorkbenchJob( ProgressMessages.DeferredTreeContentManager_AddingChildren) { /* * (non-Javadoc) * * @see org.eclipse.ui.progress.UIJob#runInUIThread(org.eclipse.core.runtime.IProgressMonitor) */ public IStatus runInUIThread(IProgressMonitor updateMonitor) { //Cancel the job if the tree viewer got closed if (treeViewer.getControl().isDisposed()) { return Status.CANCEL_STATUS; } treeViewer.add(parent, children); return Status.OK_STATUS; } }; updateJob.setSystem(true); updateJob.schedule(); } The problems is that within a job there is no consulting with the progress monitor - there should be a simple check if it is cancelled. If the monitor was not cancelled, then only add the children. It happens because once a new job is started for quering children all the previous are cancelled, but nevertheless within that job there is no check for that. | verified fixed | a22dae4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-19T21:52:50Z | 2007-02-16T10:00:00Z |
171,833 | Bug 171833 [Workbench] Use BundleEvents to narrow down starting state | null | verified fixed | 82a96b2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/BundleUtility.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-19T19:09:04Z | 2007-01-26T19:33:20Z |
150,379 | Bug 150379 [MPE] Warning in MultiPageEditorPart#pageChange(int) | 3.2 I have an editor with additional controls that can provide selections outside of the MultpageEditorParts pages and need to replace the MultiPageSelectionProvider with my own implementation. This works fine, but logs a warning message when changing pages in MultiPageEditorPart#pageChange(int). A simple fix would be to remove the warning, since everything else works fine. | verified fixed | 4320cc9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/Policy.java", "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-02-19T16:11:29Z | 2006-07-12T13:13:20Z |
174,555 | Bug 174555 [DataBinding] Run validation on binding construction | When a binding is created the assumption is that the UI is synchronized with the model. This means that the UI should reflect the state of the model's validity as well. In order to ensure that the UI reflects the model's validity the consumer needs to force a copy to model on instantiation of every binding. We need to remove this requirement. | verified fixed | 5ed5113 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.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/ValueBinding.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet004DataBindingContextErrorLabel.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/observable/value/WritableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/util/EventTrackers.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/JavaBeanObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/viewers/SelectionProviderSingleSelectionObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/provisional/viewers/SelectionObservableValueTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-17T23:08:12Z | 2007-02-17T19:20:00Z |
172,765 | Bug 172765 [DataBinding] Consistency when registering property change listeners | null | verified fixed | 5919059 | ["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/BeansObservables.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableList.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableMap.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableSet.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableValue.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/ListenerSupport.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet010MasterDetail.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/internal/databinding/internal/beans/Bean.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/beans/JavaBeanObservableListTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/beans/JavaBeanObservableSetTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/beans/JavaBeanObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/beans/ListenerSupportTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-17T17:12:38Z | 2007-02-03T22:00:00Z |
171,638 | Bug 171638 [Dialogs] Shifted initial text in "Open Resource" dialog | Build ID: I20061214-1445 Steps To Reproduce: 1. Select some text in an editor 2. Open "Open Resource" dialog 3. The text you have selected will be the initial pattern for the dialog. Whole text will be selected. However, if selected text is longer than ~11 chars it will shifted, so you won't be able to see first chars. More information: I belive "Open Type" dialog will act same way as it also extends FilteredItemsSelectionDialog. | verified fixed | 56a4d29 | ["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-02-16T15:39:12Z | 2007-01-25T10:13:20Z |
114,569 | Bug 114569 [Markers] Use Ctrl+1 as binding for Quick Fix in problems view | Build: I20051101-0010 Ctrl+1 is the key binding for quick fix in editors. Since there is now a Quick Fix action in the probles view, it would make sense to use the same key binding (or bind a handler to the same command). Currently there is no key binding for Quick Fix in the problems view. | verified fixed | c41b254 | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-16T15:14:44Z | 2005-11-01T15:46:40Z |
174,435 | Bug 174435 [WorkbenchLauncher] Illegal Thread access on startup | Not sure why this occurred other than that there was a problem restoring the previous state. This makes sense as I forcibly killed eclipse previously for a quick reboot. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Widget.error(Widget.java:663) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:333) at org.eclipse.swt.widgets.Control.getBounds(Control.java:892) at org.eclipse.ui.internal.PartSashContainer.add(PartSashContainer.java:301) at org.eclipse.ui.internal.PartSashContainer.addEnhanced(PartSashContainer.java:276) at org.eclipse.ui.internal.PartSashContainer.add(PartSashContainer.java:245) at org.eclipse.ui.internal.EditorSashContainer.createDefaultWorkbook(EditorSashContainer.java:157) at org.eclipse.ui.internal.EditorSashContainer.<init>(EditorSashContainer.java:57) at org.eclipse.ui.internal.EditorAreaHelper.<init>(EditorAreaHelper.java:39) at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2230) at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:543) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:2026) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:3213) at org.eclipse.ui.internal.Workbench.access$32(Workbench.java:3155) at org.eclipse.ui.internal.Workbench$47.run(Workbench.java:1996) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1711) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1994) at org.eclipse.ui.internal.Workbench.access$30(Workbench.java:1965) at org.eclipse.ui.internal.Workbench$42.run(Workbench.java:1823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1767) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1234) at org.eclipse.ui.internal.Workbench$51.run(Workbench.java:2183) | verified fixed | 07d85f8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-16T13:56:09Z | 2007-02-16T12:46:40Z |
171,586 | Bug 171586 [Progress] Group progress updates too late | Build ID: M20070112-1200 Steps To Reproduce: The following test is based on the org.eclipse.ui.examples.job 1. The A TestJobRule was created as in the More information 2. The following change was made in JobsView to set the rule for the job result result.setUser(user); result.setRule(new TestJobRule(i)); result.schedule(delay); 3. In the Job Factory view, check Run in Group, Keep and User Job. 4. Create 3 jobs 5. When the progress dialogue comes up, press the button Run in background 6. There is no progress in the progress view until the last job. If the job runs without schedule rule, the progress view displays information about the jobs when they are running in background. This is also how it used to work in 3.1.2. I would think this is a regression. More information: Code of TestJobRule import org.eclipse.core.resources.IResource; import org.eclipse.core.runtime.jobs.ISchedulingRule; public class TestJobRule implements ISchedulingRule { private int jobOrder; public TestJobRule (int order){ jobOrder = order; } public boolean contains(ISchedulingRule rule) { if (rule instanceof IResource || rule instanceof TestJobRule) return true; return false; } public boolean isConflicting(ISchedulingRule rule) { if (!(rule instanceof TestJobRule)) return false; return ((TestJobRule)rule).getJobOrder() >= jobOrder; } public int getJobOrder() { return jobOrder; } } | verified fixed | 8f4ac08 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java", "examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/TestJobRule.java", "examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/views/JobsView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-15T13:47:41Z | 2007-01-24T20:20:00Z |
174,179 | Bug 174179 [Forms] FormToolkit should use SWT.BORDER style in Vista | We should not paint our own borders in Vista but the method for initializing border style in FormToolkit only checks for Windows XP. We should expand this check to include Vista. | resolved fixed | 8899623 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormToolkit.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-14T17:20:27Z | 2007-02-14T16:20:00Z |
170,177 | Bug 170177 [Snippet] Demonstrate Usage of ComboBoxCell-Editor | the bad thing about the ComboBoxCell-Editor is that you need to calculate back and forth from value to index | verified fixed | 7d27555 | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet027ComboBoxCellEditors.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-13T21:02:37Z | 2007-01-11T07:20:00Z |
173,445 | Bug 173445 [Workbench] Invalid thread access on startup | I got the following exception on startup. My workbench state was reset. !ENTRY org.eclipse.ui.workbench 4 2 2007-02-08 08:19:17.421 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:326) at org.eclipse.swt.widgets.Control.getShell(Control.java:1263) at org.eclipse.ui.internal.LayoutPart.getShell(LayoutPart.java:185) at org.eclipse.ui.internal.LayoutPart.getWorkbenchWindow(LayoutPart.java:197) at org.eclipse.ui.internal.EditorSashContainer.setTrimState(EditorSashContainer.java:640) at org.eclipse.ui.internal.EditorSashContainer.restoreState(EditorSashContainer.java:392) at org.eclipse.ui.internal.EditorAreaHelper.restoreState(EditorAreaHelper.java:226) at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:1017) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2870) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1999) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:3212) at org.eclipse.ui.internal.Workbench.access$32(Workbench.java:3155) at org.eclipse.ui.internal.Workbench$47.run(Workbench.java:1996) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1711) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1994) at org.eclipse.ui.internal.Workbench.access$30(Workbench.java:1965) at org.eclipse.ui.internal.Workbench$42.run(Workbench.java:1823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1767) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1234) at org.eclipse.ui.internal.Workbench$51.run(Workbench.java:2183) | verified fixed | e43239d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-08T16:18:56Z | 2007-02-08T13:06:40Z |
173,442 | Bug 173442 [WorkbenchLauncher] SWTException: Invalid thread access when launching workspace with >1 window | I20070208-0010. If a target Eclipse is launched from Eclipse itself then a SWTException: 'Invalid thread access' happens if that target has more than one window. The second window's layout is destroyed and all other windows (3..n) are not opened. I'm marking this as critical since it currently stops me from testing a fix that invokes two windows being open on restart and because I don't know whether this problem might also appear during start of the very first Eclipse instance. TEST CASE: 1. start fresh workspace 2. Run > Run As > Eclipse Application 3. in the target: Window > New Window 4. repeat step 3 several times (just see those being lost later) 5. in the target: File > Exit 6. Run > Run As > Eclipse Application ==> Error dialog (see attached picture) and .log entry: eclipse.buildId=I20070208-0010 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Framework arguments: -launcher C:\eclipse\drops\I20070208-0010\eclipse -name Eclipse 600 -product org.eclipse.sdk.ide -pdelaunch Command-line arguments: -launcher C:\eclipse\drops\I20070208-0010\eclipse -name Eclipse 600 -product org.eclipse.sdk.ide -data C:\eclipse\workspaces\tmp/../runtime-EclipseApplication -dev file:C:/eclipse/workspaces/tmp/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -pdelaunch -os win32 -ws win32 -arch x86 Error Thu Feb 08 14:59:27 CET 2007 Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:326) at org.eclipse.swt.widgets.Widget.getStyle(Widget.java:598) at org.eclipse.jface.action.ActionContributionItem.isDynamic(ActionContributionItem.java:603) at org.eclipse.jface.action.ContributionItem.isDirty(ContributionItem.java:128) at org.eclipse.jface.action.SubContributionItem.isDirty(SubContributionItem.java:107) at org.eclipse.jface.action.ContributionManager.isDirty(ContributionManager.java:364) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:598) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:765) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:707) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:765) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:2860) at org.eclipse.ui.internal.WorkbenchWindow.largeUpdateEnd(WorkbenchWindow.java:2910) at org.eclipse.ui.internal.Workbench.largeUpdateEnd(Workbench.java:3069) at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindow.java:3196) at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:352) at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1622) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:3184) at org.eclipse.ui.internal.Workbench.access$32(Workbench.java:3155) at org.eclipse.ui.internal.Workbench$47.run(Workbench.java:1996) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1711) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1994) at org.eclipse.ui.internal.Workbench.access$30(Workbench.java:1965) at org.eclipse.ui.internal.Workbench$42.run(Workbench.java:1823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1767) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1289) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1234) at org.eclipse.ui.internal.Workbench$51.run(Workbench.java:2183) | verified fixed | 82248a5 | ["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-02-08T15:43:28Z | 2007-02-08T13:06:40Z |
173,287 | Bug 173287 Restoring visible intro in existing workspace fails in I20070207-0800 | In our WorkbenchWindow.restoreState() method we attempt to restore the intro on a non-UI thread if it exists. | resolved fixed | 1a803ad | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-07T16:42:59Z | 2007-02-07T14:53:20Z |
173,250 | Bug 173250 [EditorMgmt] NPE upon save all | I20070206-0010. SaveablesList holds on and uses savables (models) that are no longer available because the have been reported as being closed (removeModel has been calles). The SaveablesList correctly removes such models from the modelMap but might keep a reference as key of modelRefCounts. Later, those keys are used to return the open models (see getOpenModels()). Test Case: 1. open a shared file 2. open the same shared file a second time 3. make it dirty 4. close the first editor 5. Team > Compare With > Latest from HEAD ==> NPE: java version "1.5.0_10" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03) Java HotSpot(TM) Client VM (build 1.5.0_10-b03, mixed mode) !SESSION 2007-02-07 10:45:46.658 ----------------------------------------------- eclipse.buildId=I20070206-0010 java.version=1.5.0_10 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Framework arguments: -launcher C:\eclipse\drops\I20070206-0010\eclipse -name Eclipse 600 -product org.eclipse.sdk.ide -pdelaunch Command-line arguments: -launcher C:\eclipse\drops\I20070206-0010\eclipse -name Eclipse 600 -product org.eclipse.sdk.ide -data C:\eclipse\workspaces\Development_3_3\plugins/../eoe -dev file:C:/eclipse/workspaces/Development_3_3/plugins/.metadata/.plugins/org.eclipse.pde.core/eoe (Sun)/dev.properties -pdelaunch -os win32 -ws win32 -arch x86 -consolelog -clean !ENTRY org.eclipse.core.resources 2 10035 2007-02-07 10:45:49.599 !MESSAGE A workspace crash was detected. The previous session did not exit normally. !ENTRY org.eclipse.ui.ide 4 2 2007-02-07 10:58:05.658 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.ide". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.texteditor.AbstractTextEditor$TextEditorSavable.isDirty(AbstractTextEditor.java:6421) at org.eclipse.ui.internal.Workbench.getFilteredSaveables(Workbench.java:3366) at org.eclipse.ui.internal.Workbench.saveAll(Workbench.java:3339) at org.eclipse.ui.ide.IDE$1.run(IDE.java:1089) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.ide.IDE.saveAllEditors(IDE.java:1077) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$6.run(CVSAction.java:588) 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:3905) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.saveAllEditors(CVSAction.java:583) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.beginExecution(CVSAction.java:219) at org.eclipse.team.internal.ccvs.ui.actions.WorkspaceAction.beginExecution(WorkspaceAction.java:56) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:114) at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:243) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) 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.Display.runDeferredEvents(Display.java:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) 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: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:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) | verified fixed | e89b954 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveablesList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-07T13:33:09Z | 2007-02-07T09:20:00Z |
172,875 | Bug 172875 [WorkbenchLauncher] self-hosting fails with Invalid thread access | Build I20070205-0009 I'm getting the following error from one of my self-hosting launch configurations on this build. I have not been able to narrow down the conditions that are causing this yet. Other launch configurations seem to work just fine. Exception in thread "Thread-2" org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:326) at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:264) at org.eclipse.swt.widgets.Widget.<init>(Widget.java:136) at org.eclipse.swt.widgets.Control.<init>(Control.java:95) at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:72) at org.eclipse.swt.widgets.Composite.<init>(Composite.java:93) at org.eclipse.jface.wizard.ProgressMonitorPart.<init>(ProgressMonitorPart.java:94) at org.eclipse.jface.wizard.ProgressMonitorPart.<init>(ProgressMonitorPart.java:81) at org.eclipse.ui.splash.BasicSplashHandler$AbsolutePositionProgressMonitorPart.<init>(BasicSplashHandler.java:40) at org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java:163) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1692) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1676) at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:757) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1282) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1227) at org.eclipse.ui.internal.Workbench$48.run(Workbench.java:2158) | verified fixed | 9fda44d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/splash/EclipseSplashHandler.java", "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-02-06T19:21:11Z | 2007-02-05T15:40:00Z |
173,133 | Bug 173133 Portions of the splash API have been rolled back! | I20070206-0010 I somehow rolled back portions of the splash API. | verified fixed | 0d8f46e | ["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-02-06T18:36:01Z | 2007-02-06T19:26:40Z |
171,361 | Bug 171361 [ErrorHandling] Platform error dialog not correctly parented | null | verified fixed | 531e9e2 | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-06T17:49:49Z | 2007-01-23T08:13:20Z |
172,917 | Bug 172917 [ErrorHandling] Possibility of accessing the status manager before workbench starts up | null | verified fixed | 303f602 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java", "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-06T17:47:54Z | 2007-02-05T21:13:20Z |
173,016 | Bug 173016 [WorkbenchLauncher] Invalid thread access when starting 3.3M5 with 312 workspace in NavigationHistory | I20070206-0010 1. Create a new workspace with eclipse 3.1.2 2. Create a java project 3. Create a java class 4. Open this class in a java editor 5. Close eclipse 6. Start eclipse 3.3M5 using the 3.1.2 workspace Is: !ENTRY org.eclipse.ui.workbench 4 0 2007-02-06 11:24:25.678 !MESSAGE Widget disposed too early! !STACK 0 java.lang.RuntimeException: Widget disposed too early! at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartReference.java:163) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:116) 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.Widget.release(Widget.java:740) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:636) at org.eclipse.swt.widgets.Widget.release(Widget.java:743) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:636) at org.eclipse.swt.widgets.Widget.release(Widget.java:743) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:636) at org.eclipse.swt.widgets.Widget.release(Widget.java:743) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:636) at org.eclipse.swt.widgets.Canvas.releaseChildren(Canvas.java:117) at org.eclipse.swt.widgets.Decorations.releaseChildren(Decorations.java:766) at org.eclipse.swt.widgets.Shell.releaseChildren(Shell.java:1130) at org.eclipse.swt.widgets.Widget.release(Widget.java:743) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:410) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:441) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:649) at org.eclipse.jface.window.Window.close(Window.java:330) at org.eclipse.jface.window.ApplicationWindow.close(ApplicationWindow.java:306) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1528) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:627) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:603) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:718) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:716) at org.eclipse.ui.internal.Workbench$54.runWithException(Workbench.java:3221) 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:3467) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3107) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2180) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2096) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:456) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:451) 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: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:1124) at org.eclipse.equinox.launcher.Main.main(Main.java:1099) !ENTRY org.eclipse.ui.workbench 4 2 2007-02-06 11:24:25.834 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Display.error(Display.java:1003) at org.eclipse.swt.widgets.Display.checkDevice(Display.java:663) at org.eclipse.swt.widgets.Display.getSystemCursor(Display.java:2070) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2496) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2480) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2471) at org.eclipse.ui.internal.NavigationHistoryEntry.restoreLocation(NavigationHistoryEntry.java:66) at org.eclipse.ui.internal.NavigationHistory.gotoEntry(NavigationHistory.java:452) at org.eclipse.ui.internal.NavigationHistory.restoreState(NavigationHistory.java:626) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2983) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1999) at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:3205) at org.eclipse.ui.internal.Workbench.access$32(Workbench.java:3148) at org.eclipse.ui.internal.Workbench$47.run(Workbench.java:1989) at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1704) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1987) at org.eclipse.ui.internal.Workbench.access$30(Workbench.java:1958) at org.eclipse.ui.internal.Workbench$42.run(Workbench.java:1816) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1760) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1282) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1227) at org.eclipse.ui.internal.Workbench$51.run(Workbench.java:2176) | verified fixed | 80af8d2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-06T17:33:54Z | 2007-02-06T11:06:40Z |
172,808 | Bug 172808 [ErrorHandling] Invalid thread access on startup | Happened on startup We should look for similar cases too. Do we want to use the new error handling story in these cases anyways? org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:274) at org.eclipse.swt.widgets.Shell.<init>(Shell.java:363) at org.eclipse.jface.window.Window.createShell(Window.java:482) at org.eclipse.jface.window.Window.create(Window.java:425) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1111) at org.eclipse.jface.window.Window.open(Window.java:785) at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:297) at org.eclipse.jface.util.Policy$2.log(Policy.java:97) at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:359) at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:326) at org.eclipse.ui.internal.Workbench$41.run(Workbench.java:1815) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1756) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:751) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1282) at org.eclipse.ui.internal.Workbench.access$33(Workbench.java:1227) at org.eclipse.ui.internal.Workbench$48.run(Workbench.java:2158) | verified fixed | e7203e6 | ["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-02-05T20:54:18Z | 2007-02-05T01:46:40Z |
167,858 | Bug 167858 [Viewers] Make ColumnViewer#getViewerColumn and ViewerColumn#getLabelProvider public again | I20061212-0010 In 3.3M4 you've changed the visibility of the two methods from public to default. Please make it public again or provide some other way to access the label provider of a given cell. Usecase is the same as yours in ToolTipSupport#shouldCreateToolTip line 59 and 66. I've written my own ToolTip (showing a Browser) and want to set the browsers content with the tool tip text provided by the CellLableProvider. Thanks | resolved fixed | 6de6aee | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-05T04:55:37Z | 2006-12-13T14:26:40Z |
88,359 | Bug 88359 [RCP] Application Control of the FastViewBar | Requesting the following enhancements to the FastViewBar. * Ability to create fastViewbar similar to the ability to create coolBar, statusBar, pageComposite etc... from the WorkbenchConfigurer * Ability to control the popup menu from the FastViewBar * Ability to add other icons to the FastViewBar (such as an icon to undock all views in the fastViewBar at once)(With the first enhancement we can probably use a CPanel to do this.) | resolved fixed | 48d2e49 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-05T04:33:22Z | 2005-03-17T20:06:40Z |
164,343 | Bug 164343 [DataBinding] Realm needs consistent Exception handling strategy | null | resolved fixed | 65aa88c | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/SWTObservables.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/LockRealm.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/observable/ThreadRealm.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-05T04:22:33Z | 2006-11-13T17:46:40Z |
169,898 | Bug 169898 [MPE] ClassCastException in EditorManager when using multi-page editor | Build ID: I20061214-1445 Steps To Reproduce: 1. Create a multi-page editor that uses addPage(IEditorPart, IEditorInput) 2. Open the editor 3. Make it dirty 4. Close the workbench (choosing to save the editor) More information: When the workbench closes, it calls into EditorManager's saveEditorState() method, which makes the following call: final EditorSite site = (EditorSite) editor.getEditorSite(); Because the editor site is a MultiPageEditorSite rather than an EditorSite, it throws a ClassCastException and it ends up bringing up an error dialog. Because of that error dialog, its a more noticeable problem for me. Here's the exception: java.lang.ClassCastException: org.eclipse.ui.part.MultiPageEditorSite at org.eclipse.ui.internal.EditorManager.saveEditorState(EditorManager.java:1514) at org.eclipse.ui.internal.EditorManager.saveState(EditorManager.java:1433) at org.eclipse.ui.internal.WorkbenchPage.saveState(WorkbenchPage.java:3065) at org.eclipse.ui.internal.WorkbenchWindow.saveState(WorkbenchWindow.java:2440) at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:1950) I'd recommend doing an instanceof before the cast. | resolved fixed | 02e4c51 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-05T04:01:48Z | 2007-01-08T21:00:00Z |
172,814 | Bug 172814 [Viewers] Rename AbstractViewerEditor to ColumnViewerEditor | There is no "AbstractViewer", and this class is referenced from ColumnViewer. To make the names more consistent, it should be called ColumnViewerEditor, not AbstractViewerEditor. | resolved fixed | 25b31cb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.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/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-05T02:49:28Z | 2007-02-05T01:46:40Z |
172,810 | Bug 172810 [QuickAccess] Don't open QuickAccess dialog fully expanded | null | verified fixed | fa70a92 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/CtrlEAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/FilteringInfoPopup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-05T02:28:21Z | 2007-02-05T01:46:40Z |
170,525 | Bug 170525 [Viewers] Edit support constants misspelled | In JFace's EditingSupport class (new for 3.3.) there are some constants that are misspelled: TABING_NONE : int TABING_MOVE_TO_ROW_NEIGHBOR : int TABING_CYCLE_IN_ROW : int TABING_VERTICAL : int TABING_HORIZONTAL : int Tabbing should have 2 'b's, not 1. If this experimental API is going to remain, the spelling of these constants should be fixed before M5. | resolved fixed | 09d630a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet025TabEditing.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-04T22:00:23Z | 2007-01-15T19:40:00Z |
172,019 | Bug 172019 [Viewers] Plus sign doesn't disappear when using deferred content providers | 3.3 M4 Use a tree viewer with a content provider using IDeferredWorkbenchAdapter and DeferredTreeContentManager. When fetchDeferredChildren is call and no elements are reported to the element collector the plus sign of the node doesn't disappear. This work without problems under Windows and Mac/OS (e.g. the plus sign disappears). | resolved fixed | 3f0362a | ["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-04T19:45:05Z | 2007-01-29T14:13:20Z |
165,368 | Bug 165368 [Viewers] TreePath.getParentPath() should return empty path | TreePath.getParentPath() specifies that it returns null for an empty path. However, it also returns null for a one element path. I think it should return the empty path for a one element path, to be consistent with an empty path representing a root element in a tree. | resolved fixed | e37e142 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreePath.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-03T04:47:41Z | 2006-11-21T20:13:20Z |
167,246 | Bug 167246 [StatusHandling] Extra method in AbstractStatusHandler | I'm not convinced that addLoggedStatus(*) needs to be in this class. It looks like it is specifically designed to prevent our own default handler from feeding back into the StatusManager when we log. Perhaps the WorkbenchErrorHandler can just call it directly on the StatusManager instance. PW | verified fixed | 4b2437d | ["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-02T14:48:59Z | 2006-12-08T15:00:00Z |
172,655 | Bug 172655 [ErrorHandling] [StatusHandling] Hooking into JFace dialogs | null | verified fixed | a22fb38 | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-02T14:48:34Z | 2007-02-02T12:40:00Z |
140,298 | Bug 140298 [Forms] Small (but funny) typo in Javadoc of Form | Spot the typo in the javadoc of org.eclipse.ui.forms.widgets.Form "...the body of the worm will participate in wrapping..." | closed fixed | cc25bee | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/Form.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-01T22:06:35Z | 2006-05-05T06:20:00Z |
172,548 | Bug 172548 [Dialogs] Support SWT.CANCEL in FilteredTree | FilteredTree should support SWT.CANCEL. If this bit is set then there is no need for us to create the toolbar/clear button. | verified fixed | c254ff3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-01T19:58:27Z | 2007-02-01T20:00:00Z |
172,520 | Bug 172520 [Contributions] Improve the "Invalid Menu Extension" message | I20070130-0800. If menu paths are wrong the following error is logged: !ENTRY org.eclipse.ui 4 4 2007-02-01 17:56:43.303 !MESSAGE Invalid Menu Extension (Path is invalid): <menu id here> There are two problems with this message: 1. it does not tell which plug-in contributed that menu 2. it does not show the parent menu path that's missing but only shows the id of the menu that should be added to that parent | verified fixed | a789e9c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-01T19:05:41Z | 2007-02-01T17:13:20Z |
172,486 | Bug 172486 [Dialogs] FilteredTree should use new SWT.SEARCH constant | SWT has introduced a new constant - SEARCH - that gives text fields the look of a native search control if such a thing exists. This should be applied to FilteredTree. | verified fixed | b5babd1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-01T14:12:20Z | 2007-02-01T14:26:40Z |
150,661 | Bug 150661 [About] https not converted to hyperlink in About Eclipse SDK Features | null | verified fixed | 06cfb91 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-02-01T14:07:39Z | 2006-07-14T15:13:20Z |
167,129 | Bug 167129 [StatusHandling] Status extension point is not dynamic | The status extension point is not dynamic aware. All workbench extension points must be dynamic aware. This means that when a new bundle is loaded that has a status extension appears it should be acknowledge (if necessary) and when that bundle goes away it is no longer used. I'm not sure the first case is applicable but the second definitely is. If you want help with this let me know - I've done the rest of the workbench dynamic support. | verified fixed | d2906bc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusHandlerDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusHandlerDescriptorsMap.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusHandlerProductBindingDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusHandlerRegistry.java", "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-01-31T21:15:30Z | 2006-12-07T16:46:40Z |
171,415 | Bug 171415 [Viewers] Table viewer needs to clear label, image when items are reused | If an item is reused for a different element on a refresh, the table viewer needs to clear the label and image from the item being reused. This is necessary to communicate to the label provider that a new label is needed (i.e. the label provider may defer providing a label if decorators are not ready). This is what the tree viewer does. To see the problem, open the Java Browsing perspective and select a Java project. Then click between different packages. Notice that some of the labels in the Types list take a while to update. Opening one of these reveals that the label is showing the wrong text. | verified fixed | e9d6bed | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.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-01-31T19:32:23Z | 2007-01-23T16:33:20Z |
171,786 | Bug 171786 [DataBinding] Javadoc warnings in N20070126-0010 | Constructing Javadoc information... ../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:35: package org.eclipse.core.databinding.observable does not exist import org.eclipse.core.databinding.observable.Realm; ^ ../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:64: package org.eclipse.jface.databinding.swt does not exist import org.eclipse.jface.databinding.swt.SWTObservables; /builds/N200701260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java:45: warning - Tag @see: Class or Package not found: IPropertyChangeListener#propertyChange /builds/N200701260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java:68: warning - Tag @see: Class or Package not found: IPropertyChangeListener#propertyChange /builds/N200701260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/action/Action.java:112: warning - Tag @see: Class or Package not found: SWT /builds/N200701260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/action/Action.java:129: warning - Tag @see: Class or Package not found: SWT /builds/N200701260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/action/Action.java:145: warning - Tag @see: Class or Package not found: SWT /builds/N200701260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/action/Action.java:161: warning - Tag @see: Class or Package not found: SWT | resolved fixed | 490da10 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-31T17:01:52Z | 2007-01-26T14:00:00Z |
133,378 | Bug 133378 [FilteredTree] provide API to control expansion-state of FilteredTree on PreferencePage | In my RCP app I have created a small set of prefs-pages, which are neatly displayed in the little "FilteredTree" to the left. But a user-request is to have that tree expanded by default on opening the Prefs-page; this is reasonable, as there are notvery many elements in the tree. As far as I can tell from the extension-point, the interface of FieldEditorPreferencePage, and the interface of IPreferencePageContainer, there is no way to do this. For example, the API to FilteredTree could have methods like the following, with some forwarding methods from PreferencePage to the implementation of IPreferencePageContainer, or the connection could be made in other ways: public void expandAll() { treeViewer.expandAll(); final ISelection sel = treeViewer.getSelection(); if (!sel.isEmpty()) { final IStructuredSelection iss = (IStructuredSelection) sel; treeViewer.reveal(iss.getFirstElement()); } } public void setExpandedElements(Object[] elements) { treeViewer.setExpandedElements(elements); } | resolved fixed | c51be4b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-31T15:50:18Z | 2006-03-27T14:33:20Z |
171,027 | Bug 171027 Emtpy space created when calling setEnabled on encoding field editor | I20070116-1510 FieldEditor.setEnabled(boolean) is implemented in a pretty strange way: it creates the label if not yet created. This has side effects for clients that do not need/create that label but later call setEnabled(...). An example for such a subclass is AbstractEncodingFieldEditor. Now, fixing this in FieldEditor.setEnabled(...) might be problematic because currently for some clients the label might only appear as a side-effect of calling setEnabled(...) during initialization. A safer fix might be to simply not call super.setEnabled(...) in AbstractEncodingFieldEditor.setEnabled(...). | verified fixed | f62dd6a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-31T15:47:35Z | 2007-01-19T09:46:40Z |
150,805 | Bug 150805 [Import/Export] Incomplete validation when importing from directory | The following instance methods of CheckboxTreeViewer class don't fire any CheckStateChangedEvent. Affected methods: setAllChecked(...) setCheckedElements(...) setChecked(...) Steps to reproduce the bug: 1. File -> Import... 2. File System -> Next 3. Choose a "From directory" using the Browse... button 4. Check the root element from the left pane (the error message saying that "There are no resources currently selected for import." should disappear) 5. Press the Deselect All button and see that no error message is displayed at all!! 6. Recheck the root element twice and the error message is displayed again!! Solution: Add fireCheckStateChanged calls inside affected methods | resolved fixed | c8fb149 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ICheckable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-30T14:28:28Z | 2006-07-17T12:40:00Z |
171,998 | Bug 171998 NPE in file store during ui tests in N20070129-0010 console log | Found this in the console log from that build. ui-test: eclipse-test: [echo] Running org.eclipse.pde.ui.tests.AllPDETests [java] !SESSION 2007-01-29 03:43:12.103 ----------------------------------------------- [java] eclipse.buildId=N20070129-0010 [java] java.version=1.5.0_06 [java] java.vendor=Sun Microsystems Inc. [java] BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US [java] Framework arguments: -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.eclipse.pde.ui.tests.AllPDETests.xml -testPluginName org.eclipse.pde.ui.tests -className org.eclipse.pde.ui.tests.AllPDETests [java] Command-line arguments: -application org.eclipse.test.uitestapplication -dev bin -data /buildtest/N20070129-0010/eclipse-testing/test-eclipse/eclipse/pde_sniff_folder formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,org.eclipse.pde.ui.tests.AllPDETests.xml -testPluginName org.eclipse.pde.ui.tests -className org.eclipse.pde.ui.tests.AllPDETests -os linux -ws gtk -arch x86 -consolelog [java] !ENTRY org.eclipse.osgi 2 0 2007-01-29 03:43:16.380 [java] !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists: [java] !SUBENTRY 1 org.eclipse.osgi 2 0 2007-01-29 03:43:16.381 [java] !MESSAGE Bundle update@plugins/org.eclipse.jdt.compiler.tool_1.0.0.N20070129-0010.jar [76] was not resolved. [java] !SUBENTRY 2 org.eclipse.jdt.compiler.tool 2 0 2007-01-29 03:43:16.381 [java] !MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6 [java] !ENTRY org.eclipse.ui.workbench 4 2 2007-01-29 03:43:55.963 [java] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". [java] !STACK 0 [java] java.lang.NullPointerException [java] at org.eclipse.core.internal.filesystem.InternalFileSystemCore.getStore(InternalFileSystemCore.java:104) [java] at org.eclipse.core.filesystem.EFS.getStore(EFS.java:294) [java] at org.eclipse.ui.part.FileEditorInput.getPath(FileEditorInput.java:162) [java] at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:1646) [java] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) [java] at org.eclipse.ui.internal.EditorManager.saveEditorState(EditorManager.java:1586) [java] at org.eclipse.ui.internal.EditorManager.saveState(EditorManager.java:1500) [java] at org.eclipse.ui.internal.WorkbenchPage.saveState(WorkbenchPage.java:3081) [java] at org.eclipse.ui.internal.WorkbenchWindow.saveState(WorkbenchWindow.java:2447) [java] at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:2126) [java] at org.eclipse.ui.internal.Workbench.recordWorkbenchState(Workbench.java:1800) [java] at org.eclipse.ui.internal.Workbench.access$11(Workbench.java:1797) [java] at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:829) [java] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) [java] at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:827) [java] at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:784) [java] at org.eclipse.ui.internal.Workbench$18.run(Workbench.java:1002) [java] at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) [java] at org.eclipse.ui.internal.Workbench.close(Workbench.java:1000) [java] at org.eclipse.ui.internal.Workbench.close(Workbench.java:972) [java] at org.eclipse.ui.internal.testing.WorkbenchTestable$2.run(WorkbenchTestable.java:121) [java] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) [java] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) [java] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3213) [java] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2906) [java] at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2090) [java] at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2054) [java] at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:1960) [java] at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:454) [java] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:228) [java] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:449) [java] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) [java] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) [java] at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) [java] at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) [java] at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:585) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1124) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1099) | verified fixed | 55f05db | ["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-01-29T21:23:21Z | 2007-01-29T14:13:20Z |
172,020 | Bug 172020 [Trim] NPE on startup for contributed trim | null | closed fixed | 27caa85 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/TrimBarManager2.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-29T18:52:57Z | 2007-01-29T14:13:20Z |
134,740 | Bug 134740 [Wizards] PDE product wizard is not obvious to use. | see attached image. The wizard for creating a new product opens with a file name initialized to ".product" which is selected. Generally this would imply that this is a good default but if you start typing you will replace the text with something else that is also a good name. If you require an extension for a file you should add it yourself like the "Export Archive" wizard. | resolved fixed | a641e45 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-29T16:40:00Z | 2006-04-04T14:13:20Z |
147,515 | Bug 147515 [DataBinding] separate run-time type information from IObservable | Observation: there are two usages of observables. 1. Programmatic usage. The observable is created by client code and its methods are invoked directly. The main benefit of the data binding library in this situation is the ability to use standard content providers, utilities, and transformations. RTTI is never needed for this use case since the client code would always know the type of each observable and its elements. 2. Abstract usage. The client code sets up bindings between things, but does not interact with the observables directly. The client would use observables more like unique identifiers - they would obtain it from a factory and pass it directly to a framework method that selects the correct binding for it. Client code would rarely call methods directly on the observable in this case. These aren't mutually exclusive. The same app will likely use observables in both ways - but I believe that they are the most common use cases. The problem: the RTTI complicates usage 1 even though it is only needed for usage 2. Goal: simplify usage 1 without restricting usage 2 in any way. Suggestion: - Create a new data type called IObservableHandle. It returns an observable and its RTTI: interface IObservableHandle { IObservable getObservable(); Object getValueType(); } - Remove the getElementType() method from IObservableSet and the getValueType() method from IObservableValue. In any situation where this information would be needed, the observable would be wrapped in an IObservableHandle and returned from IObservableHandle.getValueType(). - Change IObservableFactory to return an IObservableHandle rather than an IObservable. - Change any method that makes decisions based on the type of observable (like DataBindingContext.bind (...)) to take an IObservableHandle rather than an IObservable as an argument. Impact: - Any client who is using purely usage 2 would see little difference... but rather than working with IObservables, they'd be working with IObservableHandles. Whenever anyone obtains an observable from a factory, all the RTTI would be available. - Anyone who is implementing an observable or using usage 1 would be able to write simpler code, since their common currency would be the concrete observable interfaces, not IObservableHandle. - It would still be possible to mix-and-match. Someone who obtained an IObservableHandle from a factory and wanted to use it programmatically could do so by downcasting IObservableHandle.getObservable(). Someone who instantiated a concrete observable and wanted to pass it to a method that expects IObservableHandle could easily wrap it in an IObservableHandle. Scripting languages could obtain their observables from the factories, and so would always have the RTTI available for autoboxing. | verified fixed | 2260c8d | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableSet.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/MasterDetailObservables.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/observable/masterdetail/DetailObservableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/MasterDetailObservables.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", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/observable/masterdetail/DetailObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-28T22:36:26Z | 2006-06-16T20:33:20Z |
171,746 | Bug 171746 [DataBinding] [Workbench] Set default realm in createAndRunWorkbench() | The data binding framework, being at the core level, does not know about SWT but has a notion of a "default realm" that corresponds to SWT's default display. (Realm has #asyncExec and #syncExec.) The Workbench should initialize the default realm to be the SWT UI thread. | resolved fixed | ec6fdf3 | ["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-01-26T02:44:12Z | 2007-01-26T02:53:20Z |
171,733 | Bug 171733 Reference to Java 5 methods on SearchPatternAuto | SearchPatternAuto in HEAD has several references to the Java 5 method Character.toUpperCase(int) and toLowerCase(int). I believe this will cause compile errors in the build, so marking as critical. | verified fixed | 2c31e07 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-25T23:01:38Z | 2007-01-26T00:06:40Z |
169,023 | Bug 169023 [WorkingSets] "Add to working set" drop down should include a "new working set" option | On Eclipse 3.3 M4 there is a working set toolbar/menu. The "Add to working set" menu should include a "New Working Set" action as a shortcut, in case none of existing working sets fits my needs. | verified fixed | e21b834 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-25T17:58:19Z | 2006-12-25T04:13:20Z |
171,649 | Bug 171649 [Viewers] AbstractTreeViewerisExpandable(elementOrTreePath) is not called when using a ITreePathContentProvider | Build ID: 3.3M3 More information: see AbstractTreeViewer.java, line 1974, the content provider hasChildren() should not be called directly | resolved fixed | 75e10d1 | ["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-01-25T16:52:11Z | 2007-01-25T10:13:20Z |
170,884 | Bug 170884 [open type] problem with incomplete results | 20070118 It seems that sometimes no search matches are shown, only the history entries. - Open the dialog on a larger workspace - Quickly enter two characters and then remove the second one with backspace - You can see that the search is interrrupted at 60% and doesn't start again after the backspace - the result only contains history entries | verified fixed | 97efbe3 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenInNewWindowAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenNewPageMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenNewWindowMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenPerspectiveMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowViewHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.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/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/BundleSigningTray.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DialogUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyPageNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardNode.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/StatusUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ShowViewHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.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/StatusDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusHandlingState.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/StatusNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusHandlingState.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-25T15:16:22Z | 2007-01-18T11:33:20Z |
167,131 | Bug 167131 [StatusHandling] constants in StatusManager not futureproof | The constants in StatusManager (IGNORE, LOG, SHOW, SHOWANDLOG) aren't futureproof. They could be expressed in OR style. Is there a good reason to have SHOWANDLOG? | verified fixed | 3eb6ff2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-25T15:04:48Z | 2006-12-07T16:46:40Z |
171,262 | Bug 171262 [Dialogs] uncaught NPE in FilteredResourcesSelectionDialog | null | verified fixed | c096d60 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-25T14:58:15Z | 2007-01-22T18:20:00Z |
171,452 | Bug 171452 [Workbench Launcher] Deadlock on startup using I20070123-1030 | I got a couple of deadlocks on startup using I20070123-1030. It appears to be a syncExec from the Splash handler that is causing the deadlock. I will attach a trace. | verified fixed | a223ce7 | ["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-01-23T20:58:07Z | 2007-01-23T19:20:00Z |
168,432 | Bug 168432 [Progress] busy spinners are too fast | Only having used them for a few days I'm torn on whether the busy spinners in views provide more benefit than distraction, since the Italics of view titles already conveyed this information, and their taking a way the icon makes it harder for me to find the view by icon/color. Perhaps this wouldn't be as much of a problem if they overlayed over the existing icon rather than replacing it entirely. But there may be a UI design rationale here that I'm missing. However, if they remain could the animation be slowed down to the slow rate along the line of the internal browser's page loading animation? At the current fast rate the eye is constantly drawn to this distracting animation, whereas it seems like the only interesting events are when it has started, whether it is still going on when you check the view (often view element decorations show this), and when it stops. | verified fixed | 07e5926 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/AnimatedTabItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/AnimatedTabItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/DefaultTabItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-23T20:47:00Z | 2006-12-18T19:26:40Z |
170,119 | Bug 170119 [Presentations] Unselected tabs should be rounded in the round tab treatment | They are blocky like the lego treatment and should be smoothed out. | verified fixed | b33a538 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/CTabItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-23T14:08:55Z | 2007-01-10T20:13:20Z |
153,975 | Bug 153975 SQL Data Set editor does not update parameter definition after a query change | After a SQL query update that results in changes in SQL parameter definition, the updated parameters are not reflected in the Data Set Editor parameters tab. To reproduce: Create a SampleDB data set with query text "select * from customers where customernumber = ?". Go to the Parameter tab of the data set. It correctly creates a parameter "param1" with Integer type. Define a default value for this parameter to complete the definition. Now edit the query text and update it to: "select * from customers where customername = ? and country = ?". Go to the Parameters tab. A 2nd parameter is correctly created. However the first parameter still has data type "Integer". EXPECTED RESULT: Data type for 1st parameter should be updated to "String", since this is the information returned by the JDBC driver and it has not been modified by the user. Assign the 2nd parameter a default value to complete the definition. Now change the query text back to the original ""select * from customers where customernumber = ?". Go to the Parameters tab. Notice that it still shows 2 parameters, even though the 2nd parameter no longer exists in the SQL. EXPECTED RESULT: the 2nd parameter should be dropped after the query update. | resolved fixed | 3f0d6a6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/TrimFrame.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/TrimPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-21T20:26:41Z | 2006-08-15T19:26:40Z |
170,928 | Bug 170928 [DataBinding] ValidationStatusMap Problem | null | resolved fixed | 74569b0 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValidationStatusMap.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-21T04:32:17Z | 2007-01-18T14:20:00Z |
167,325 | Bug 167325 [Viewers]ViewerCell and ViewerRow should provide API to find neighbors | This is a very important feature if we want provide keyboard features in tables and trees and the current EditingSupport has TODO items to make this work in a clear way. I'd propose the following new API functions for ViewerCell: - ViewerCell#getCellLeft() - ViewerCell#getCellRight() - ViewerCell#getCellTop() - ViewerCell#getCellBottom() - ViewerRow#getRowTop() - ViewerRow#getRowBottom() What I'm not 100% sure is if we should provide functions to navigate Tree-Structures: - ViewerCell#getCellTop(boolean samelevel) - ViewerCell#getCellBottom(boolean samelevel) - ViewerRow#getRowTop(boolean samelevel) - ViewerRow#getRowBottom(boolean samelevel) | resolved fixed | 9ad943e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java", "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/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-01-20T05:11:39Z | 2006-12-09T16:00:00Z |
171,015 | Bug 171015 A typo in ProgressMonitorFocusJobDialog javadoc | There is a typo in the class javadoc /** * The ProgressMonitorFocusJobDialog is a dialog that shows progress for a * particular job in a modal dialog so as to give a user accustomed to a modal * UI a more famiiar feel. */ I think, there should be familiar instead of famiiar. | verified fixed | 9e87ff7 | ["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-01-19T12:23:47Z | 2007-01-19T09:46:40Z |
167,134 | Bug 167134 [Progress] Make the jobs dialog non modal | Having a modal jobs dialog causes all sorts of trouble for jobs that want to open another dialog but need a shell they can rely on (like the WorkbenchWindow). As the jobs can be run in the background anyways there is no need to force modality of the dialog. | verified fixed | 5938a81 | ["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-01-18T20:53:28Z | 2006-12-07T19:33:20Z |
169,697 | Bug 169697 [Preferences] Need a way to set EncodingFieldEditor group name | 3.3 M4 There is currently no way to set the EncodingFieldEditor's group name. I would like to set this to e.g. "Spelling Dictionary Encoding" where I use the editor. Even better in my case would be the ability to remove the group box border plus the group name. | verified fixed | a562394 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/EncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-18T16:21:27Z | 2007-01-05T15:13:20Z |
167,323 | Bug 167323 [Viewers]Open AbstractTreeViewer for external widget implementors | As reported by Ross Camara AbstractTreeViewer would work for nebula if we would open the API a bit. Boris and I decided that we will do this in 2 steps: 1. open the API 2. moving the Virtual-Support bits from TreeViewer to AbstractTreeViewer when the nebula grid provides virtual support. | resolved fixed | 626084f | ["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/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T21:57:05Z | 2006-12-09T16:00:00Z |
170,827 | Bug 170827 ControlDecoration uses the wrong GC method to render text | The constructor of the Hover in ControlDecoration: hoverShell.addPaintListener(new PaintListener() { public void paintControl(PaintEvent pe) { pe.gc.drawString(text, hm, hm); if (!CARBON) { pe.gc.drawPolygon(getPolygon(true)); } } }); The size of the hover is correctly performed when there are carriage returns in the text. However, the text is painted as String. This causes only the first line to be painted and the rest of the hover is empty. The fix is to use GC.drawText' instead. | resolved fixed | f3d85f1 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T21:38:17Z | 2007-01-17T21:40:00Z |
167,692 | Bug 167692 [Progress] Remove bold in the titles in the Progress View | 20061212 We are going to make the titles italic to make them consistent with the use of italization elsewhere | verified fixed | ddf3bd8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T20:23:21Z | 2006-12-12T19:00:00Z |
169,694 | Bug 169694 [Preferences] EncodingFieldEditor.store() does not store correct value | 3.3 M4 EncodingFieldEditor.store() does not store the correct value in the following scenario: 1. open with the default checked 2. select an encoding from the combo 3. call store() ==> the new value is not stored into the preference store. REASON: AbstractEncodingFieldEditor.updateEncodingState(boolean useDefault) misses the following call: setPresentsDefaultValue(useDefault); | verified fixed | a7e94e3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T18:58:45Z | 2007-01-05T15:13:20Z |
170,668 | Bug 170668 [DataBinding] [Patch] Add SWTObservables.observeTooltipText() | Adds support for binding to SWT Control TooltipText property. | resolved fixed | 1717123 | ["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/ControlObservableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/SWTProperties.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T17:14:41Z | 2007-01-16T17:53:20Z |
107,443 | Bug 107443 [Presentations] Ability for differing view stack presentations within the one presentation extension | Currently, when creating a presentation, you can differ how views are presentation in only a few ways. Standalone vs regular views and within standalone, with or without a title. For many applications this is insufficient for branding or other reasons. I would like to see the ability to request the views be presented in a specific way. I see this as being implemented by the perspective by passing in some untyped object. The presentation API would interogate that object to determine how the view stack is created. | verified fixed | 0723518 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPlaceholderFolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.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/PlaceholderFolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/IStackPresentationSite.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/PresentationTestbed.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T13:40:24Z | 2005-08-19T14:00:00Z |
89,834 | Bug 89834 [Presentations] Allow for unanticipated parameters for part appearance and behavior | null | verified fixed | 50c842d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart3.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPartReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.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/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PresentablePart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/IPresentablePart.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/presentations/TestPresentablePart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ApiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/workbenchpart/ArbitraryPropertyTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/ArbitraryPropertiesEditorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/ArbitraryPropertiesViewTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/SessionTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T13:28:12Z | 2005-03-31T14:40:00Z |
169,696 | Bug 169696 [Preferences] EncodingFieldEditor.setEnabled(false) has no effect | 3.3 M4 Calling EncodingFieldEditor.setEnabled(false, parent) has no effect i.e. the control is still enabled. | verified fixed | 056b27b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-17T12:53:28Z | 2007-01-05T15:13:20Z |
29,633 | Bug 29633 [EditorMgmt] "Open" menu should have Open With-->Other | While registering file associations in the preferences page is mostly a reasonable proposition, it seems that having an "Open With --> Other" option would be helpful. This came up originally for me registering .sqlj files with the Java Editor. For unrelated reasons Eclipse is getting locked up by external tools, and I keep having to re-specify my preference since I had to kill Eclipse and the workspace was not saved. The implementation may also be helpful for contributers with editors on non-file resources, as they could reuse whatever dialog pops up when Open With --> Other is presented. -Andrew | verified fixed | c241623 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/UIDialogsAuto.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-16T21:50:27Z | 2003-01-16T15:13:20Z |
169,622 | Bug 169622 [Markers] Problems view should not use bold for the headers | The problems view uses bold for the category parents in the tree (e.g. Potential Programing Problems, Deprecation, etc). We generally use bold to indicate that something has changed but this is not the intention in the problems view. Second, this is I believe the only place we use bold for the top level items in table trees. Third, this is not a style we probably want others to copy. An alternative would be a different font although this has a different set of issues (e.g. Does the font exist on all platforms?, The font needs to be about the same height as the list items because all cells get the same height, etc). | verified fixed | d2a3e9e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerViewLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-16T21:35:35Z | 2007-01-05T01:20:00Z |
169,571 | Bug 169571 [Presentations] CTabFolder should not use the ellipsis | M4 The CTabFolder is losing too much information by trying to shorten with an ellipsis. I will attach a patch that no longer uses it and also removes the image later. The use of the ellipsis meant that useful title information was being removed too soon - we just not using it we retain more information. We also had too large of a minimum image width so we were removing the image width before we needed to. Kelvin, McQ and Kevin - we looked into using the image instead of text when the tab got small and it turns out that the current implementation is the most sensible. The image is only removed if there is no space to show it. In that case we use whatever text we can in that space. The only thing worth changing was the margin added for determining minimum space required for the image- it was large enough that you never got the image without text case. I will apply a patch. | verified fixed | f5af36d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/AnimatedTabItem.java", "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/DefaultSimpleTabListener.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/DefaultTabFolderColors.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/DefaultThemeListener.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", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/r33/WorkbenchPresentationFactory_33.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory_33.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-16T19:01:39Z | 2007-01-04T17:00:00Z |
170,664 | Bug 170664 [About] Signature checking in About dialog doesn't scale | Build: I20070112 The about dialog currently spawns one worker/thread for each plugin in order to verify signatures. This doesn't scale, since it causes hundreds or possibly thousands of threads to be running simultaneously. There should be a single job for checking signatures, or the jobs should have a scheduling rule to prevent them from running concurrently. | verified fixed | 5259d55 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-16T18:59:23Z | 2007-01-16T17:53:20Z |
169,185 | Bug 169185 [ErrorHandling] Hooking the status handling facility into Eric's components | null | closed fixed | bd7c142 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowViewHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-12T19:41:34Z | 2006-12-28T12:46:40Z |
169,125 | Bug 169125 Make IDE#saveAllEditors work for logical models | Build ID: 200610251409 Steps To Reproduce: 1.In RSA, make changes to a model under ClearCase control 2.Without saving the model, invoke Team->Checkin 3.Checkin succeeds but the user's latest changes are not committed to the repository. More information: In the Logical Model API, there is currently no way for the repository to provider to query the state of the model and/or indicate to the model provider that it needs to be saved. The API needs to provide such a mechanism. | resolved fixed | d745aa6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISaveableFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveablesList.java", "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-01-12T18:59:47Z | 2006-12-27T17:20:00Z |
170,194 | Bug 170194 [EditorMgmt] NPE on Ctrl+E when active part has no selection | I20070109-1805 With a compare editor as active part, press Ctrl+E. java.lang.NullPointerException at org.eclipse.ui.internal.incubator.PropertiesProvider.getElements(PropertiesProvider.java:50) at org.eclipse.ui.internal.incubator.CtrlEAction$MyContentProvider.<init>(CtrlEAction.java:341) at org.eclipse.ui.internal.incubator.CtrlEAction$QuickAccessPopup.<init>(CtrlEAction.java:149) at org.eclipse.ui.internal.incubator.CtrlEAction.execute(CtrlEAction.java:89) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:153) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:463) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:780) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:827) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:561) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:503) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:121) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1007) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:926) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:951) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:936) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:964) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:960) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1274) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3472) at org.eclipse.swt.widgets.ToolBar.WM_CHAR(ToolBar.java:1043) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3372) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4147) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2186) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3077) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1942) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1906) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:424) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) 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.internal.app.EclipseAppContainer.callMethod(EclipseAppContainer.java:522) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:147) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:170) 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:473) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:417) at org.eclipse.equinox.launcher.Main.run(Main.java:1121) at org.eclipse.equinox.launcher.Main.main(Main.java:1096) | resolved fixed | 184cb46 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/PropertiesProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-11T21:18:49Z | 2007-01-11T10:06:40Z |
170,183 | Bug 170183 Leak caused by SaveablesList.removeModel | I20070110-1800 1. open a text editor 2. close the text editor ==> editor instance still there (leaked) Repeating step 1 and 2 leaks an additional editor each time. REASON: the code in SaveablesList.removeModel is wrong (looks like copy/paste error of code copied from addModel): boolean result = false; Set modelsForSource = (Set) modelMap.get(source); if (modelsForSource == null) { !BAD> modelsForSource = new HashSet(); <-- BAD! !BAD> modelMap.put(source, modelsForSource); <-- BAD! } if (modelsForSource.remove(model)) { result = decrementRefCount(modelRefCounts, model); if (modelsForSource.isEmpty()) { modelMap.remove(source); } } return result; | resolved fixed | 71d624d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveablesList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-11T20:25:26Z | 2007-01-11T10:06:40Z |
165,714 | Bug 165714 [Workbench] Workbench should check for existing display before creating one | The Workbench.createDisplay() should check to see if a display exists already before creating a new one. In the case of the new launcher a splash bundle may have already created a display for splash screen purposes. Suggest checking Display.getCurrent(); | verified fixed | 8201500 | ["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-01-10T19:19:06Z | 2006-11-23T22:13:20Z |
167,893 | Bug 167893 [Workbench] [RCP]Create an org.eclipse.ui.ide.application plug-in | M4 We have many situations where people want to use our resource based APIs but cannot due to a required dependency on the IDE application. Likewise we have code in the IDE that would like to use other plug-in but cannot due to a circular dependency (specifically the Common Navigator requires the resource parts of the IDE so we can't use it in the IDE without the circular dependency). Looking at the code in IDE the vast majority of it could be moved to a resources based plug-in with only a small amount left in IDE to support the IDE application and the Resource Perspective. This would allow 1) RCP apps to use our views like the Problems View with thier own application. Right now many are forced to subclass our (internal) application class to get this to work. 2) The resource navigator to rely only on the new org,eclipse.ui.workbench.resources plug-in thereby allowing the IDE to refer to it. | verified fixed | 01c919f | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEIdleHelper.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchWindowAdvisor.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/ResourcePerspective.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEIdleHelper.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourcePerspective.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEStartupPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-09T21:22:53Z | 2006-12-13T17:13:20Z |
169,879 | Bug 169879 [Dialogs] Runtime exception in DialogTray.createContents() creates zombie dialog | 3.3M4 1) Create a DialogTray that will throw an NPE in its createContents() method 2) Create a TrayDialog and set its tray to the above tray 3) attempt to close the dialog You will get NPEs in closeTray() that result in a Dialog that cannot be closed. This is especially bad if it's modal. | resolved fixed | ed8db01 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-09T19:08:12Z | 2007-01-08T18:13:20Z |
166,763 | Bug 166763 [Undo] API request: org.eclipse.ui.internal.ide.undo.ResourceDescription | I20061129-1340 To support undo for file operations in the Package Explorer, we need the functionality of org.eclipse.ui.internal.ide.undo.ResourceDescription. Could this class be promoted to API? I've copied the package for now (to avoid referencing internal code). We need more low-level operations than what's currently in org.eclipse.ui.ide.undo, because we must let jdt.core do the actual modifications and because our actions are refactorings with participants, which must adhere to the ltk.core.refactoring undo story. | verified fixed | 54370cc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractCreateResourcesOperation.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/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/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/ResourceDescription.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/AbstractResourceDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ContainerDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/FileDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ResourceDescription.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-09T16:19:01Z | 2006-12-05T09:13:20Z |
166,972 | Bug 166972 [Workbench] Migrate org.eclipse.ui.ide.workbench to IApplication | null | verified fixed | f49d5b7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-09T14:55:57Z | 2006-12-06T18:33:20Z |
94,461 | Bug 94461 [About] Indicate whether plug-ins are signed | 3.1 M7 The about dialog should indicate whether or not a plug-in is signed. One option would be to include an extra "Signed" column, with a check box or Yes/No indication. Can features be signed too? | verified fixed | 2e1bbe2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutBundleData.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/BundleSigningTray.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-08T20:09:25Z | 2005-05-10T18:33:20Z |
169,778 | Bug 169778 [ErrorHandling] NPE in org.eclipse.ui.internal.ide.StatusUtil [PatchAttached] | Build ID: I20061214-1445 | verified fixed | e0f4dfd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/StatusUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-08T12:52:21Z | 2007-01-07T08:53:20Z |
140,697 | Bug 140697 [Viewers] selection not preserved when setting has children | 1. Debug testcase without stopping in main or breakpoint 2. Select thread, and terminate The suspend action sometimes remain enabled after the debug session is terminated. I added some tracing to the code. When the debug session is terminated, if AbstractDebugContextAction#updateEnablementStateForContext is run after SuspendResumeAdapter's "canSuspend" job, then the suspend action would be disabled properly. However, in some cases, the updateEnablementStateForContext method is run before the "canSuspend" job from SuspendResumeAdapter, and because JDTThread returns true for #canSuspend even if it's terminated, the action got enabled incorrectly. (I am wondering if JDIThread is doing the right thing here. It should return false for #canSuspend if it's teminated?) I also tried making async viewer not preserve selection during setData with this bug. If I turned off preserve selection in this case, the action is always disabled properly. This is because the action would never try to update its enablement state for a terminated java thread. Testcase: public class TestConsole { /** * @param args */ public static void main(String[] args) { try { int count = 0; while (System.in.read() != -1); } catch (IOException e) { e.printStackTrace(); } } | resolved fixed | 35ff56b | ["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-01-05T21:57:59Z | 2006-05-08T20:26:40Z |
48,939 | Bug 48939 [WorkingSets] New working set should preselect with UI selection | If I select 3 projects in the package explorer, then create a new working set, it would be nice if the working set dialog would have those 3 projects preselected. Or if there were a "Create working set" action from the selection in the view. | resolved fixed | e3efd85 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-04T20:00:49Z | 2003-12-17T03:00:00Z |
169,529 | Bug 169529 [Databinding] Bug in WritableList.addAll | Build ID: 3.2.1 In the source file org.eclipse.core.databinding.observable.list.WritableList.java following line int addIndex = c.size(); should be replaced with int addIndex = wrappedList.size(); | resolved fixed | 2edfb45 | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-04T17:07:58Z | 2007-01-04T11:26:40Z |
169,543 | Bug 169543 FilteredItemsSelectionDialog changes required by the JDT team. | Build ID: I20061214-1445 List of required changes: - Sorting now happens while searching; elements are continuously inserted what leads to a flickering view. It can happen that while you click on an entry, it moves away. In the old open type dialog, sorting was performed in the background and result where only the full result was shown, all sorted. Until then, only the history element were visible. When the full result was shown, you knew the best match immediately. I think the old behavior was superior and suggest to reimplement it. - The view menu should use sentence capitalization: * 'Show status line' -> 'Show Status Line' * 'Show container for duplicates' > 'Show Container for Duplicates' (JDT dialog only) - When the fitter box is empty, all history entries should be shown (currently no entries are shown) - In the old version we simply ignored the search for '*'. The idea is that it is rarely interesting but happens when user start typing for something like '*List', and we don't want to block. - Problem with the TypeNameMatches that do not exist. At the moment this is implemented in getResult, which looks like the wrong place. Best would be if a dialog is shown while the dialog is still open and that the dialog stays open if this happens. getResult can be called multiple times and also in a non-UI thread (both unlikely but possible). - add support for input field selection modes (selection modes of initial patterns) More information: | verified fixed | b4e6ab1 | ["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", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SearchPattern.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-04T15:53:34Z | 2007-01-04T14:13:20Z |
166,619 | Bug 166619 [Trim] TrimLayout.computeSize hardcoded to return 0, 0 | Build ID: M20060921-0945 Steps To Reproduce: Look at org.eclipse.ui.internal.layout.TrimLayout.computeSize( Composite, int, int, boolean ). More information: Despite doing a bunch of work to compute the preferred size of it's components, TrimLayout throws the work away and simply returns a hardcoded value of new Point( 0, 0 ). It looks like it should return result. Among other things, this means that packing the Workbench shell in an RCP application doesn't work. Also it looks like the final if statement is wrong: when both wHint and hHint are SWT.DEFAULT only result.x will be set correctly. | verified fixed | e9ef72c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/layout/TrimLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-03T19:15:25Z | 2006-12-03T18:20:00Z |
155,650 | Bug 155650 [Preferences] Accessibility: Tab can't access to the "Forward to..." Split button on Preferences window | Steps to reproduce bug: 1.Launch Eclipse 3.2. 2.Goto Preferences window. 3.Select 'Java' (or anyother) on the left pane. 4.Then select 'Help' (or anyother) on the left pane. 5.Click the right-top split button 'Back to Java'. 6.Use Tab Key to access to navigate the control. DEFECT: Notice that you cannot navigate to the navigation-split button. | verified fixed | 7e00a43 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferencePageHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-03T18:59:30Z | 2006-08-30T09:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.