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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
209,023 | Bug 209023 [Markers] New Problems view does not select current problem from editor | I20071106-0816 The Problems view used to select and reveal the problem at a Java editor's caret position. The new Problems view doesn't. | verified fixed | 999c673 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/CachedMarkerBuilder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerMap.java", "b... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-27T17:50:55Z | 2007-11-07T12:53:20Z |
209,239 | Bug 209239 [Services] Convert the ISelectionService | ISelectionService should be available through the service locator and dispose listeners for free. | verified fixed | 2ddd87a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SlaveSelectionService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchSupportFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/WorkbenchServiceRegistry.java", "t... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-27T17:34:00Z | 2007-11-08T19:26:40Z |
209,240 | Bug 209240 [Services] Convert the IPageService | IPageService should be available through the service locator and dispose listeners for free. PW | verified fixed | 1934a93 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SlavePageService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchSupportFactory.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IPageServiceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-27T15:26:29Z | 2007-11-08T19:26:40Z |
209,558 | Bug 209558 [Import/Export] FileSystemImportWizard and FileSystemExportWizard require the compatibility plug-in | Build ID: M20070921-1145 Steps To Reproduce: 1.Create an RCP app. 2.Add an export wizard to plugin.xml, pointing to org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard. Could also just invoke it from code, like in an action. 3.Attempt to run the wizard and observe the error message. More information: ZipFileImportW... | verified fixed | 054cd75 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemExportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemImportWizard.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ZipFileExportWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-26T19:50:02Z | 2007-11-12T20:40:00Z |
191,662 | Bug 191662 [Import/Export] Warn of duplicate projects in project import wizard | Build ID: I20070601-1539 Steps To Reproduce: 1. Create a project. 2. Export it to *.zip file. 3. Close the project. 4. Try to import it. 5. Empty projects list. More information: This is pretty annoying, since I am using mylar and a workspace with many closed projects. If I try to import a project that already exists, ... | verified fixed | 7c90cbd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.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-11-26T18:48:40Z | 2007-06-08T08:06:40Z |
156,792 | Bug 156792 [EditorMgmt] Close a Tab with the middle button | It would be ui-friendly if the tabs could be closed with the middle button as firefox does. | verified fixed | b64b43d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-26T18:43:50Z | 2006-09-09T08:20:00Z |
207,844 | Bug 207844 [DataBinding] Support SWTObservables.observeText for Shells. | null | verified fixed | d8bfc48 | ["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/ShellObservableValue.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-24T04:41:42Z | 2007-10-29T20:33:20Z |
151,158 | Bug 151158 [KeyBindings][MPE] MultiPageEditorPart sends key events to editor without focus | I have an Eclipse plugin that contains a MultiPageEditor with 2 pages. The first page is a TextEditor used for editing a type of source code. The second page, an Editor Part, is a graphical representation of the source code. I've run across an issue when the active editor page is the second page. When the second page's... | verified fixed | 4b165f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-23T19:18:27Z | 2006-07-19T23:00:00Z |
180,746 | Bug 180746 [DataBinding] TextObservableValue should take a delay-argument | Sometimes SWT.Modify is needed as update event type but the performance (number of propagated update-events) should be similar to SWT.FocusOut. Therefore I suggest to create an additional constructor with a parameter int delayInMilliseconds which defines a delay between the time the last SWT.Modify-Event occured and fi... | verified fixed | 18e75b2 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Observables.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/StalenessObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-22T21:56:15Z | 2007-04-03T17:06:40Z |
205,053 | Bug 205053 [Navigator] Navigator Filters dialog box is empty | Build ID: M20070921-1145 Steps To Reproduce: 1. New install of the platform opening to a new or existing workpsace. 2. Open the Navigator view. 3. Select Filters... from the Navigator view pull-down menu. The Navigator Filters dialog box does not show any types to filter. More information: | resolved fixed | 5677aa5 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/FiltersContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-22T20:00:13Z | 2007-10-01T14:46:40Z |
210,424 | Bug 210424 [Trim] (Regression) Minimize view fails to expand adjacent views in its place | null | verified fixed | 5cdd06e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-22T17:38:13Z | 2007-11-20T17:33:20Z |
209,836 | Bug 209836 [Services] Support service locator creation | null | verified fixed | d3c9205 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.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/WorkbenchSupportFactory.java", "bundles/org.eclipse.ui.workbench/Eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-22T17:33:20Z | 2007-11-14T17:06:40Z |
209,484 | Bug 209484 [Databinding] ObservableSetContentProvider does not update knownElements | Build ID: M20071023-1652 Steps To Reproduce: 1. Use a ObservableSetContentProvider in a databinding table 2. Evaluate the knownElements member 3. knownElements is always empty More information: We use a modified ObservableSetContentProvider to bind a table to a model. Moreover, we would like to register for all known E... | resolved fixed | b6ba4b6 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/WritableSet.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/set/WritableSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableSetCont... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-22T15:55:40Z | 2007-11-12T12:20:00Z |
210,115 | Bug 210115 [DataBinding] NPE when getter called on disposed observable | null | verified fixed | e710033 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ObservableTracker.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/ObservableTracker.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/O... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-22T05:26:28Z | 2007-11-16T16:20:00Z |
210,448 | Bug 210448 [Viewers] [JFace] AbstractTreeViewer inputChanged setRedraw should be in try/finally | The inputChanged method on the AbstractTreeViewer makes use of setRedraw, which is good, but it doesn't use a try/finally block as per recommendations. If an exception is thrown from within one of the methods called, redraw will remain false. Additionally, the commented out portion is fine, but the fact that we have co... | resolved fixed | bdfee57 | ["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-11-21T15:12:02Z | 2007-11-20T20:20:00Z |
208,052 | Bug 208052 [Markers] Tasks does not sort by completion | Sorting by the completion currently does nothing. | verified fixed | efc3f3f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerCompletionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerPriorityField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-16T21:17:50Z | 2007-10-30T18:46:40Z |
210,124 | Bug 210124 [Markers] MarkersView not listening to the build jobs | The markers view needs to listen to the build jobs to show italics when running | verified fixed | ba5e01f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/CachedMarkerBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-16T18:27:48Z | 2007-11-16T19:06:40Z |
209,879 | Bug 209879 [Databinding] Inadvertent commit to UpdateValueStrategy and UpdateStrategy | while working on databinding on GWT a commit went to the wrong project | resolved fixed | 29f4797 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateStrategy.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/UpdateValueStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-14T23:03:19Z | 2007-11-14T22:40:00Z |
209,786 | Bug 209786 [Progress] Elements not refreshing on completion | When we complete a progress item we are not refreshing the title or the icon so we are getting finished jobs with wait icons and cancel requested for jobs that actually cancelled. Steps 1) Create 3 sequential jobs using the progress example 2) Cancel them | verified fixed | 62ef119 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-14T17:53:46Z | 2007-11-14T14:20:00Z |
151,688 | Bug 151688 [GlobalActions] [IDE] Allow to extend RefreshAction | null | verified fixed | f06ee5e | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RefreshAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-13T18:45:26Z | 2006-07-25T12:20:00Z |
209,667 | Bug 209667 [Markers] Add a TODO filter | We should be able to just focus on the TODOs in the tasks list. | verified fixed | 6a76b53 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/DescriptionConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/DescriptionFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/TodoFil... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-13T17:11:54Z | 2007-11-13T16:06:40Z |
209,000 | Bug 209000 [Markers] Copy in Problems view broken | I20071106-0816 Copy in the Problems view is disabled. I'm now forced to manually read and type the error when I file a bug report. | verified fixed | 9eba0be | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-08T16:44:09Z | 2007-11-07T10:06:40Z |
207,846 | Bug 207846 [Viewers] Virtual TableViewer setSelection() does not work properly | Build ID: 3.3.1.1 Steps To Reproduce: 1. Create a virtual TableViewer 2. Add elements to the table 3. call setSelection() on an item that is not visible The selected item will be revealed. The API contract states that for the selection to be revealed, you must call setSelection(item, true). More information: I'm settin... | resolved fixed | 8254aff | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-07T21:29:44Z | 2007-10-29T20:33:20Z |
208,987 | Bug 208987 [Markers] NPE loading user defined filters | I20071106-0816 I have my problems view configured as fast view. When I opened the view today I got an NPE. The view shows no content other then the stack trace. java.lang.NullPointerException at org.eclipse.ui.internal.provisional.views.markers.MarkerFieldFilterGroup.<init>(MarkerFieldFilterGroup.java:160) at org.eclip... | verified fixed | 879e8d6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerFieldFilterGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-07T15:11:36Z | 2007-11-07T10:06:40Z |
208,055 | Bug 208055 [Markers] Need a sorting method for the markers view | As there is currently no accessible way to change sort order or direction. A menu should be enough. | verified fixed | 734e2ed | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/SortDirectionCon... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-06T20:35:07Z | 2007-10-30T18:46:40Z |
205,209 | Bug 205209 [WorkbenchParts] NPE due to null mappingService during dispose | 3.3 - closed the workbench window - in response to some controls getting disposed, the view tried to set a global action handler - this failed with an NPE due to a null mappingService, since the services had already been disposed Should either: - change the lifecycle so that controls are always disposed before the site... | verified fixed | bc49386 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SubActionBars.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-06T17:24:29Z | 2007-10-02T15:46:40Z |
74,163 | Bug 74163 [IDE] Tips and Tricks dialog; disable OK if no selection | OK should be disabled if one has not selected one entry in the list box above. | verified fixed | 3a1dfcc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/TipsAndTricksAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T21:22:49Z | 2004-09-17T11:20:00Z |
208,791 | Bug 208791 [Markers] NPE in ExtendedMarkersView | org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3706) at org.eclipse.swt.SWT.error(SWT.java:3624) [... snip ...] Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.provisional.views.markers.ExtendedMarkersView$10.runInUITh... | verified fixed | 356fa2b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T19:22:00Z | 2007-11-05T19:13:20Z |
72,327 | Bug 72327 [WorkbenchLauncher] Workspace Launcher Dialog grows in width for long paths | In most cases, the default width of the Workspace Launcher provides a decent amount of space to display the full path to a workspace. However, in the case that the path is exceptionally long, shouldn't the Workspace Launcher remain at a constant width or have a maximum width that it will expand? It currently expands to... | verified fixed | ac6e50d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T19:19:23Z | 2004-08-20T02:46:40Z |
207,940 | Bug 207940 [Mac] Cannot clear preferences filter on the Mac | I20071030-0010 I cannot completely clear a pre-set preferences filter on the Mac. On other platforms, I can just click the 'Clear' button, but this doesn't work under Mac OS X. Steps: - open Open Type dialog - open menu button at upper right and choose Type Filters... | verified fixed | 9150cf3 | ["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-11-05T17:12:08Z | 2007-10-30T10:26:40Z |
208,478 | Bug 208478 [ErrorHandling] Status Handling makes infos and warnings look like errors | I20071030 When you send a status that is an info or a warning to the status manager the error dialog is used which has a useless details and a "time of error" when there is no error. We should likely use the message dialog in this case. | verified fixed | 35c5756 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T13:19:51Z | 2007-11-01T20:46:40Z |
208,101 | Bug 208101 [Markers] Tasks content has mark completed enabled for non editable tasks | I20071030-0100 Mark completed is enabled for tasks that are not editable | verified fixed | a682689 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T13:14:40Z | 2007-10-30T18:46:40Z |
208,390 | Bug 208390 [Markers] Improve 'No Quick Fix' dialog from new Marker view | null | verified fixed | 01f1827 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/QuickFixHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T13:10:24Z | 2007-11-01T12:26:40Z |
208,098 | Bug 208098 [Markers] All content provider needs a type field | As All shows everything the type column would be very useful for filtering. | verified fixed | 31b5064 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerEntry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T13:06:50Z | 2007-10-30T18:46:40Z |
208,092 | Bug 208092 [Markers] Markers are using the category icon when flat | 20071031-0100 When you set the All Contents to sort by none all of the entries end up with the category icon. | verified fixed | ebdd528 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerSeverityAndMessageField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T13:03:20Z | 2007-10-30T18:46:40Z |
208,389 | Bug 208389 [Markers] New Marker view should use default Properties dialog | null | verified fixed | 10488ba | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkersPropertyPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/PropertiesHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T12:59:38Z | 2007-11-01T12:26:40Z |
207,570 | Bug 207570 [ErrorHandling] NPE on shutdown in IDEWorkbenchErrorHandler | The UIJob in IDEWorkbenchErrorHandler gets an NPE when it shuts down after ann OutOfMemory exception. closeWorkbench() appears to be called after closing has started Thread [main] (Suspended (exception NullPointerException)) IDEWorkbenchErrorHandler.closeWorkbench() line: 236 IDEWorkbenchErrorHandler.handleException(Th... | verified fixed | 8a41548 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-05T12:56:23Z | 2007-10-26T12:00:00Z |
192,051 | Bug 192051 [StatusHandling] NPE in StatusNotificationManager | The following NPE occurred in StatusNotificationManager during a JUnit plugin test: Caused by: java.lang.NullPointerException at org.eclipse.ui.internal.statushandlers.StatusNotificationManager$3.run(StatusNotificationManager.java:134) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt... | verified fixed | 2167de8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-11-02T14:38:16Z | 2007-06-11T22:13:20Z |
207,829 | Bug 207829 [Contributions] Unnecessary plugin activation on shutdown | I20071029-0010 On shutdown, PluginActionCoolBarContributionItem.handleWidgetDispose makes a call to getMenuCreator() that loads the search plugin. SearchPlugin.<init>() line: 95 NativeConstructorAccessorImpl.newInstance0(Constructor, Object[]) line: not available [native method] NativeConstructorAccessorImpl.newInstanc... | verified fixed | c5426e4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-31T18:57:09Z | 2007-10-29T17:46:40Z |
208,099 | Bug 208099 [Contributions] Toggling logical structure "Show As > Array" has no effect | I20071030 * Using the "Show As >" menu to selectively enable/disable logical structures for specific kinds of objects has no effect 90% of the time. The check mark will usually not toggle on the menu item either. Once and a while the action seems to stick. Strange. | verified fixed | 86aefa0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-31T16:53:53Z | 2007-10-30T18:46:40Z |
204,683 | Bug 204683 [Commands] activePart of CycleBaseHandler leaks last editor | I20070925-1406 - open a text editor - press Ctrl+F6 - press Ctrl+W => activePart of CycleBaseHandler leaks last editor | resolved fixed | f8a4d00 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleBaseHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-30T22:45:35Z | 2007-09-26T15:20:00Z |
193,832 | Bug 193832 [ViewMgmt] ViewPart selection listeners don't work when perspective with secondary IDs first open | Build ID: I20070503-1400 Steps To Reproduce: 1. Extract and run included plugin 2. Open the "Test" perspective 3. Select one of the elements in "View 1", no output shows up 4. Close eclipse with the perspective active 5. Restart the runtime environment 6. Select one of the elements again, no output 7. close the perspec... | verified fixed | e844625 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PagePartSelectionTracker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-30T02:02:46Z | 2007-06-21T21:06:40Z |
207,619 | Bug 207619 [CommonNavigator] StackOverflowError when attempting to import with at least 2 projects in workspace | using eclipse-SDK-I20071023-0800-win32 1. switch to resource perspective 2. create 2 projects (simple or java) 3. file -> import... You get a stack overflow error. This does not seem to happen if you're in the Java perspective. Maybe related to project explorer. | verified fixed | 292a59e | ["bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/PortingActionProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-29T19:13:22Z | 2007-10-26T20:20:00Z |
65,731 | Bug 65731 [EditorMgmt] editor extension panel missing * for icon | Eclipse 3.0 M9 The plugin.xml editor page used to edit an editor extension does not indicate that the icon field is required (I'm assuming the * next to the names indicates required field). | verified fixed | f977f15 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistryReader.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/RegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-29T19:09:18Z | 2004-06-04T14:40:00Z |
204,754 | Bug 204754 [DataBinding] BeanObservableValueDecorator.equals method implementation is incorrect | Build ID: I20070621-1340 Steps To Reproduce: The equals() method implementation is not reflexive (a.equals(a) returns false). The decorator is delegating the equals method to the decorated IObservableValue, but first it should check whether the other object to which the decorator is compared is another BeanObservableVa... | resolved fixed | 5817fe8 | ["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/BeanObservableListDecorator.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/BeanObservableSetDecorator.java", "bundles/org.eclipse.core.databinding.beans/src/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-29T18:47:59Z | 2007-09-27T02:26:40Z |
106,059 | Bug 106059 [Viewers] Disappearing icon in problem view when selecting the row | Using I20050803-0800, sometimes the icon disappears when I select a problem in the problem view. If it is unselected, it works fine. See attached screenshot. | verified fixed | bd35b03 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-29T17:21:49Z | 2005-08-04T15:40:00Z |
198,603 | Bug 198603 [DataBinding] ObservableListContentProvider should use AbstractListViewer.insert | null | verified fixed | e1157b0 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableListContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-29T17:12:08Z | 2007-08-02T02:00:00Z |
198,101 | Bug 198101 [DataBinding] ComboObservableValue fails to clear cached value | ComboObservableValue fails to update cached currentValue during the doSetValue(...) call. As the result, event may not fire if the next combo selection happens to be the same as cached value. Proposed change (new lines end with // FIX): public void modifyText(ModifyEvent e) { if (!updating) { String oldValue = currentV... | verified fixed | 70d6cf7 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/CComboObservableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/ComboObservableValue.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-29T17:10:56Z | 2007-07-27T12:40:00Z |
207,604 | Bug 207604 [KeyBindings] Always include unbound commands | null | verified fixed | 8190bb7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferenceMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-26T18:13:48Z | 2007-10-26T17:33:20Z |
207,601 | Bug 207601 [Commands] NullPointerException in HandlerActivation.toString() when tracing enabled | null | verified fixed | d761996 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerProxy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-26T18:02:05Z | 2007-10-26T17:33:20Z |
207,188 | Bug 207188 [Dialogs] org.eclipse.jface.dialogs.Dialog.shortenText calls GC.textExtent too often | null | closed fixed | 4f80dcb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java", "tests/org.eclipse.ui.tests.performance/src/org/eclipse/jface/tests/performance/ProgressMonitorDialogPerformanceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-26T17:29:14Z | 2007-10-23T17:20:00Z |
207,366 | Bug 207366 Circular dependancy introduced by bug 206064 | null | verified fixed | 44a5bdf | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/view... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-24T23:58:35Z | 2007-10-24T21:06:40Z |
110,087 | Bug 110087 [Markers] "Filters" menu doesn't remember the last selected filter | When I was playing with this it was a true pain. I'd change somes ettings to see what effect it had and then re-open the dialog to try some other settings I had to re-select my filter (it selects the first one always)... | verified fixed | 2f0d1a3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/FiltersConfigurationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-23T15:12:44Z | 2005-09-20T18:13:20Z |
108,493 | Bug 108493 [Markers] Show tooltips for table columns in marker views | null | verified fixed | edc6e18 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerCompletionField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerPriorityFie... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-23T14:42:52Z | 2005-08-31T17:40:00Z |
204,842 | Bug 204842 [Contributions] setGlobalActionHandler ignores some IActions | When using IActionBars#setGlobalActionHandler(*) any RetargetAction contributed programmatically (a la ActionFactory) would prevent the IAction from generating an ActionHandler (to be used by keybindings). PW | verified fixed | 5f71a5e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SubActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-23T13:52:45Z | 2007-09-27T16:20:00Z |
207,075 | Bug 207075 ResourceManagerTest#testDeviceManagerAllocations failing | null | verified fixed | c1a58da | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/images/ResourceManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-22T20:28:45Z | 2007-10-22T19:06:40Z |
202,893 | Bug 202893 [Contributions] F1 key does not work when context id set in org.eclipse.ui.menu | I have converted my rcp to use the new menu/command system. I have created a context id to test adding context help to the menus. I know the context works as I have added it to a TrayDialog to test that PlatformUI.getWorkbench().getHelpSystem().setHelp(getShell(), "com.mitel.swb.help.add"); And pressing F1 or the help ... | verified fixed | 21d2abf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItemParameter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-22T16:46:57Z | 2007-09-11T08:40:00Z |
206,475 | Bug 206475 [Markers] Switch the markers view to a non virtual view | I will attach a patch for switching the markers view to a non-virtual one. I don't want to do this yet as I am not convinced that any of the problems I am seeing are anything to do with VIRTUAL. | verified fixed | 7354692 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-22T15:02:43Z | 2007-10-16T15:53:20Z |
204,458 | Bug 204458 [Commands] Allow menu and toolbars to fire execution events | Keybindings will currently fire execution events when executing actions from the action framework. i.e. IActions with their actionDefinitionId set and IActionDelegates with the definitionId attribute in their action contributions. But it would be nice if selecting the menu or tool item would also fire the equivalent ev... | verified fixed | ec3fb39 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-22T14:36:20Z | 2007-09-24T13:20:00Z |
198,201 | Bug 198201 [DataBinding] Provide POJO observables | There have been quite a few requests on the newsgroup recently about trying to use POJOs and filling up logs with error messages about not being able to register property change event listeners. It would be nice to provide a cleaner solution than using the JavaBean support that we provide today. | verified fixed | 40e0c83 | ["bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/BeansObservables.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/PojoObservables.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaB... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-20T20:44:45Z | 2007-07-29T06:20:00Z |
46,164 | Bug 46164 [Tasks] Go To enabled for non-file markers | build I20031105 Go To in the Tasks view is enabled even for a manually created task. It should only be enabled for tasks on files. | verified fixed | 9e851e7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/FileMarkerPropertyTester.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-19T20:19:29Z | 2003-11-06T03:40:00Z |
202,382 | Bug 202382 [Forms] Behaviour of Section with fixed style changed between Eclipse 3.0 and 3.1 (and later) | Build ID: M20060118-1600 Steps To Reproduce: 1. Create a section and assign a shortcut: final Section addressSection = toolkit.createSection(this, SWT.NONE); addressSection.setText("&Adresse"); 2. Add a text field to the section final Composite nameComposite = toolkit.createComposite(addressComposite, SWT.NONE); toolki... | resolved fixed | dac17dd | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/ExpandableComposite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-19T20:07:42Z | 2007-09-06T06:26:40Z |
205,070 | Bug 205070 [JFace] ImageDataImageDescriptor's hashCode doesn't correspond to its equals method | 3.3 ImageDataImageDescriptor.hashCode() and equals don't correspond when it's created from an original image. Note that a new ImageData object is created each time, so comparing hashCode/equals on the resulting ImageData does not allow supposedly-equivalent image descriptors to compare (or hash) properly. This can resu... | verified fixed | a688fce | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDataImageDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-19T16:21:40Z | 2007-10-01T14:46:40Z |
206,034 | Bug 206034 [CellEditors] ColumnViewerEditor does not check if the last cell editor listener has cancelled the event | Build ID: I20070621-1340 ColumnViewerEditor.activateCellEditor() notifies all ColumnViewerEditorActivationListeners before activating a cell editor. At each stage of the listener iteration it checks whether the activation event has been cancelled. Given the existence of this check it appears to me that it is expected t... | verified fixed | 7dfdaa5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-18T20:16:51Z | 2007-10-11T13:40:00Z |
206,754 | Bug 206754 [KeyBindings] CommandContributionItem does not pick the best key binding | null | verified fixed | 08321e2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/menus/CommandContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-18T13:54:38Z | 2007-10-18T15:06:40Z |
89,610 | Bug 89610 [KeyBindings] preference page: IllegalArgumentException using KeySequenceText delete | Build: I20050330 I haven't tried reproducing yet, but here is exactly what I did to reproduce the error: 1) Started a new workspace 2) Went to the Keys preference page, and assigned Source > Sort Members to "Ctrl+Shift+D", in the context "Editing Java Source" 3) Shutdown and restart -> The following exception appears i... | verified fixed | d6e766c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequenceText.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-16T17:36:48Z | 2005-03-30T16:26:40Z |
206,489 | Bug 206489 [Markers] Tasks column too small in the new markers view | Tasks column too small in the new markers view. We need to take into account the twistie. | verified fixed | 9380408 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/ExtendedMarkersView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-16T16:38:14Z | 2007-10-16T15:53:20Z |
204,303 | Bug 204303 [GlobalActions] Convert MAXIMIZE and MINIMIZE to handlers | We need to convert ActionFactory MAXIMIZE and MINIMIZE to handlers PW | verified fixed | 63988ed | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MaximizePartAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MinimizePartAction.java", "bundles/org.eclipse.ui.workben... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-16T14:17:56Z | 2007-09-21T18:40:00Z |
205,864 | Bug 205864 Populate the new forms test plug-in | null | resolved fixed | d968118 | ["tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/AllFormsPerformanceTests.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/AllFormsTests.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/layout/AllLayoutTests.java", "tests/org.eclipse.ui.tests.forms/fo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-15T16:27:10Z | 2007-10-09T20:00:00Z |
205,194 | Bug 205194 [ErrorHandling] [StatusHandling] StatusAdapter needs Action and Explanation constants | null | verified fixed | 44f363b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandlers/StatusAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-15T11:49:13Z | 2007-10-02T15:46:40Z |
167,191 | Bug 167191 [Markers] Add icon support for marker groupings | 3.3 M3 - after a complete rebuild, I wanted to see if there were any errors - switched to the Problems view, which I had grouping by Java Problem Type - it showed several categories (all collapsed) - I couldn't tell at a glance if these represented errors or warnings -- I had to go and read the heading titles and expan... | verified fixed | 1568366 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerCategory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerDescriptionAndMessageField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerSever... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-12T14:21:38Z | 2006-12-08T01:06:40Z |
183,218 | Bug 183218 [Model] Unused parameter / field in DeferredTreeContentManager | We are adapting our deferred content providers to be ITreePathContentProviders instead of ITreeContentProviders. Unfortunately there is no DeferredTreeContentManager for ITreePathContentProviders. But from my review of the code there appears to be no reason for the DeferredTreeContentManager to require an ITreeContentP... | verified fixed | 91f7bb1 | ["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-10-11T19:37:15Z | 2007-04-19T16:26:40Z |
179,789 | Bug 179789 [Progress] [RCP] Progress Service Dialog requires a call to the progress service | Build ID: M20070212-1330 Steps To Reproduce: Run the simple rcp attached in the class Startup.java you must uncomment the line 24 to get the progresmonitordialog More information: | verified fixed | 39eada4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T19:24:06Z | 2007-03-28T16:40:00Z |
173,995 | Bug 173995 [Progress] Switch progress monitoring to asyncExec | Create some code - it has 2 parts one is running in UI and one is code running in background. Call background code: workbench.getProgressService().busyCursorWhile(this); UI code is just updating user interface [-; Let's imagine that the background code has some synchronized section. It enters this synchronized section,... | verified fixed | 3218fd9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T18:40:41Z | 2007-02-13T12:33:20Z |
172,734 | Bug 172734 [PropertiesDialog] PropertyDialogAction.isApplicableForSelection does not consider if the page is applicable | PropertyDialogAction.isApplicableForSelection returns true no matter if none of the IPropertyPageContributor are applicable to the object (return true for isApplicableTo(Object). I would propose the implementation of PropertyDialogAction.isApplicableForSelection should use PropertyPageContributorManager.getApplicableCo... | verified fixed | 5da83c0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PropertyDialogAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyPageContributorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T18:12:15Z | 2007-02-02T23:46:40Z |
172,000 | Bug 172000 [Wizards] WizardNewFileCreationPage should support overwriting existing resources | In the WizardNewFileCreationPage, there should be a method to set allowExistingResources flag for ResourceAndContainerGroup member. It is useful when both "create" and "renew/overwrite" operations are meaningful for a wizard. | verified fixed | e335232 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.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-10-11T17:24:09Z | 2007-01-29T14:13:20Z |
205,541 | Bug 205541 view becomes non-responsive after fastview/close/open in two perspectives | Build ID: 120070625-1500 Steps To Reproduce: 1. Pick a view, open it in two different perspectives 2. Go to one of the two perspectives (doesn't matter which one) 3. Close the view in the perspective you picked in step 2 4) Open the view from the FastView icon at bottom left hand corner 5) close the view using the View... | verified fixed | b2fcb07 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T16:08:27Z | 2007-10-05T02:06:40Z |
157,511 | Bug 157511 [Preferences] FileFieldEditor should have a constructor allowing the validation strategy to be set | When using the org.eclipse.jface.preference.FileFieldEditor, a user can enter an invalid filename and no error is shown unless focus is removed from the preference page and than brought back to it. As soon as the user types again, the error message is removed and the user doesn't know if the file is valid until they re... | verified fixed | 2201985 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FileFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T13:32:20Z | 2006-09-15T19:53:20Z |
155,436 | Bug 155436 [IDE] Project>Clean dialog should not use a question-mark icon | I20060822-1200 The clean dialog displays a question mark icon to explain what clean in this context means. Since this dialog is not a message box and does not ask a question, the icon should be an info icon, or better yet, no icon to not suggest that this could be a message box. | verified fixed | c3d6094 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T12:59:16Z | 2006-08-28T18:33:20Z |
151,204 | Bug 151204 [Progress] Blocked status of jobs are not applied/reported | In the method org.eclipse.ui.internal.progress.ProgressManager.JobMonitor.setBlocked(...) line: info.setBlockedStatus(null); should it not be?: info.setBlockedStatus(reason); After I changed the line, I see (e.g. in the progress view) the message "Blocked: ..." which I missed otherwise. | verified fixed | 51559e9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-11T12:52:32Z | 2006-07-20T10:06:40Z |
201,664 | Bug 201664 [Markers] Problems view's "Show items of type" filter does not work correctly | The Problems view's "Show items of type" filter does not work correctly: 1. Open the Problems view. 2. Click the "Configure the filters to apply to this view" tool. 3. Under "Show items of type", click the "Deselect All" button. 4. Click the "OK" button to accept the changes and close the dialog. 5. Click the "Configur... | verified fixed | 16d2ef9 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/TypesConfigurationArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-10T16:44:25Z | 2007-08-29T20:40:00Z |
205,923 | Bug 205923 [Viewers] Javadoc for setAllChecked() does not mention that only visible items are checked | setAllChecked which was added (by me) in 3.2 does not mention that all chidren must be visible for it to be checked (see setSubtreeChecked). We will have to leave it as it is API and does not expand the tree but I think we should deprecate it as setSubtreeChecked is really the only useful one. Boris what is your opinio... | verified fixed | e68f116 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-10T16:39:54Z | 2007-10-10T15:26:40Z |
205,869 | Bug 205869 [Markers] org.eclipse.ui.ide does not compile due to usage of Java 6 APIs | null | verified fixed | b795651 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/DescriptionFieldFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-09T21:10:30Z | 2007-10-09T20:00:00Z |
192,996 | Bug 192996 [Workbench] Reduce amount of garbage created by HeapStatus | Version: 3.3.0 Build id: I20070525-1350 Currently the Heap Status Monitor updates the tooltip each time it detects the UI needs updating. This can further be optimized to only update when the mouse is in the general area of the control. The savings aren't much, but it is an easy win. Patch to follow | verified fixed | 909ba74 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-09T20:38:00Z | 2007-06-16T05:00:00Z |
204,581 | Bug 204581 [Preferences] Filtered tree doesn't update font and size | I20070921-0919. FilteredPreferenceDialog.updateTreeFont(Font) is called when the font changes. This method calls: FilteredPreferenceDialog.updateTreeFont(Font) which only updates the font when the widget doesn't have a(ny) font set. If a dialog font has already been set then this method does nothing. Test Case: 1. open... | verified fixed | 4d7035d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-09T20:16:39Z | 2007-09-25T17:06:40Z |
194,825 | Bug 194825 IconAndMessage dialog has an inconsistent margin | null | verified fixed | 8d87a5d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-09T19:46:35Z | 2007-06-28T19:46:40Z |
205,792 | Bug 205792 [Mac] Enhance org.eclipse.ui.carbon plugin in order to modify the system menus | Build ID: Eclipse 3.3 Steps To Reproduce: the org.eclipse.ui.carbon provides the About and Preferences menu items but it doesn;t handle the menu text of "Hide eclipse" and "Quit eclipse". It should modify the menu text as the corresponding product name as like as About menu More information: here has some sample code t... | verified fixed | 7718ec1 | ["bundles/org.eclipse.ui.carbon/src/org/eclipse/ui/carbon/CarbonUIEnhancer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-09T15:38:38Z | 2007-10-09T08:53:20Z |
205,248 | Bug 205248 [Databinding] Observables on Text with FOCUS_OUT event incorrectly notify with no change | If you get an observable on a Text for the FOCUS_OUT event, the model is updated every time, even if there is no change in the value. The observable should not trigger a model change if the Text value is the same as the model value. | verified fixed | a647535 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/value/AbstractVetoableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/value/AbstractVetoableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/data... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-06T17:32:27Z | 2007-10-02T21:20:00Z |
205,286 | Bug 205286 [ViewMgmt] Icons from one view's toolbar appear in another view | Using I20070925-1406, I got a weird behavior when I opened the hierarchy view from the java editor using F4. My steps so far are: 1) Have a java project loaded in the java perspective. 2) Open a java editor 3) From the java perspective, inside the java editor select a type name 4) Make sure the hierarchy view is closed... | verified fixed | 32c8d88 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-05T15:03:20Z | 2007-10-03T14:00:00Z |
205,069 | Bug 205069 [Trim] Dragging a maximized editor's tab restores editor | I20070925-1406 Dragging a maximized editor's tab immediately restores (unmaximizes) the editor area. I would expect that I can reorder tabs also while an editor is maximized. | verified fixed | e91fb47 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-04T14:31:34Z | 2007-10-01T14:46:40Z |
204,577 | Bug 204577 [GlobalActions] convert SHOW_OPEN_EDITORS | Fix ActionFactory actions. PW | verified fixed | 055cf6f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchEditorsAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchEditorsHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-03T14:53:34Z | 2007-09-25T17:06:40Z |
204,576 | Bug 204576 [GlobalActions] convert SHOW_QUICK_ACCESS | Fix ActionFactory actions. PW | verified fixed | 81703c7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/QuickAccessMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-03T14:23:50Z | 2007-09-25T17:06:40Z |
204,574 | Bug 204574 [GlobalActions] convert SHOW_WORKBOOK_EDITORS | I've moved to individual actions again (for reasons that might become clear) PW | verified fixed | b89d7ce | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbookEditorsAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbookEditorsHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-03T14:17:51Z | 2007-09-25T17:06:40Z |
204,790 | Bug 204790 [Workbench] lock on .metadata/.lock is never released | Build ID: 3.3 Steps To Reproduce: 1. Debug eclipse, 1 breakpoint in basiclocation:lock 2. 2nd breakpoint in basiclocation:release 3. During the entire run only the lock call is reached. More information: The lock should be released at the end of the Eclipse session. | verified fixed | cbdf7f1 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-03T13:29:34Z | 2007-09-27T10:46:40Z |
204,304 | Bug 204304 [GlobalActions] Convert some File actions | Convert the ActionFactory actions for QUIT, PROPERTIES, IMPORT, and EXPORT PW | verified fixed | 6a554a1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ExportResourcesAction.java", "bundles/org.eclipse.ui.workbench/Eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-03T12:58:24Z | 2007-09-21T18:40:00Z |
205,224 | Bug 205224 [Databinding] Removing LinkedList dependency from Realm | When trying to compile Databinding with GWT-Compiler it would be nice that to replace LinkedList because this is not part of GWT-Classlib and would have to be ported from harmony (with many dependencies) | verified fixed | 39dbdaa | ["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.core.databinding/src/org/eclipse/core/internal/databinding/Queue.java", "tests/org.eclipse.jface.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-02T19:33:52Z | 2007-10-02T18:33:20Z |
205,222 | Bug 205222 [WorkingSets] use 'Properties' to configure working sets | null | verified fixed | 6bece9f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingSetPropertyPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/WizardPropertyPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-02T18:49:58Z | 2007-10-02T18:33:20Z |
203,774 | Bug 203774 [Markers] configure filters dialog for anything but problems is empty | I20070918 Set the content of the new problems view to anything but problems. Configure the filters for this view. Note that the dialog is mostly empty. | verified fixed | 95a5fc3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/FiltersConfigurationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-01T17:33:34Z | 2007-09-18T12:53:20Z |
203,974 | Bug 203974 [Markers] [Markers] markers view: Twistis on configure filter dialog not correctly laid out | null | verified fixed | 0a1587e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/FiltersConfigurationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-01T17:00:31Z | 2007-09-19T13:53:20Z |
205,049 | Bug 205049 Other plug-ins should be able to define default content generator | Currently only the content generator can define which plug-ins it can be the default for - we need a way for plug-ins to refer back to the marker support for thier own generator. | verified fixed | c5a8c94 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerComparator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerContentGenerator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerPriorityField... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-10-01T13:59:48Z | 2007-10-01T12:00:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.