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... | 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... | 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", "bun... | 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/Ec... | 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 ... | 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 ... | 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 ... | 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.j... | 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/databin... | 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.... | 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.ecl... | 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.schedul... | 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:3... | 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 f... | 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 t... | 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 thr... | 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 j... | 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.... | 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 B... | 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 un... | 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.... | 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 make... | 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/ColumnViewerEdito... | 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 c... | 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 d... | 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... | 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 bu... | 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/statush... | 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... | 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: p... | 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... | 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 FieldEdi... | 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... | 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. [j... | 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 ... | 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 fo... | 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... | 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 ... | 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.e... | 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 prob... | 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... | 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... | 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() - ViewerC... | 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... | 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 t... | 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) miss... | 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/... | 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 i... | 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/or... | 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", "U... | 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 ... | 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/o... | 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 ... | 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... | 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/CTabFold... | 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 ... | 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 reposi... | 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", "bund... | 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.inc... | 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 modelsForSour... | 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 ... | 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... | 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 currentl... | 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/id... | 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.... | 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 S... | 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... | 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.eclip... | 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(... | 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... | 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/o... | 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.