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", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/MarkerSupportInternalUtilities.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerViewUtil.java"]
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", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ISelectionServiceTest.java"]
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: ZipFileImportWizard, ExternalProjectImportWizard, PreferencesImportWizard, and PreferencesExportWizard can be brought up fine in the same RCP app, while FileSystemImportWizard and FileSystemExportWizard issue the message. The difference is that the wizards which start up call WorkbenchPlugin.getDefault(), while the ones which don't call the deprecated method Platform.getPlugin(). I figured out that adding the org.eclipse.core.runtime.compatibility plug-in to the dependency list allows all the wizards to start up without the message. It seems like perhaps all these classes ought to be calling WorkbenchPlugin.getDefault() now.
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, I see nothing and I am pretty confused (there is no warning).
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 editor is active/focused, pressing CTRL-A will select all of the text on the first page's editor (even though it is not active). Then, pressing DEL while on the second page's edtior will delete all of the text on the first page's editor. Other key strokes that get "forwarded" to the first page are CTRL-X, CTRL-V, and CTRL-C. This key event forwarding should not happen, when an editor is not selected, it should not be receiving any key events from the selected editor. If this is indeed a bug, is there a known workaround?
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 fireValueChanging() is called. This will allow the customer to enter multiple characters without starting a validation each time. A further advance is when binding the validation result to a label or similar, the label won't change confusingly while you still enter your text. The current structure of TextObservableValue doesn't provide a way to achieve the described behaviour by subclassing without reimplementation. Maybe this behaviour can even be useful whit SWT.FocusOut ? More information:
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/Observables.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/StalenessObservableValue.java", "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/DelayedObservableValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet015DelayTextModifyEvents.java"]
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/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkbenchRegistryConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ServiceLocator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ServiceLocatorCreator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/WorkbenchServiceRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/AbstractServiceFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/services/IServiceLocatorCreator.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/ContributedServiceTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/ILevelService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/LevelServiceFactory.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/services/ServicesTestSuite.java"]
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 Elements in this table using the member 'knownElements' of this class. However, this elements in this member are always empty. There seems to be a bug in method setInput(): 1.) The set of known elements is created in the constructor. 2.) In the inputChanged method (and then in setInput()) the readable set is set to a new value, but the knownElements remains unchanged.
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/ObservableSetContentProvider.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/viewers/ObservableSetContentProviderTest.java"]
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/ObservableTrackerTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-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 conditionals in the code that always evaluate to true is less fine. When we're ready to actually determine when to use redraw we could put them back in. Current code: protected void inputChanged(Object input, Object oldInput) { preservingSelection(new Runnable() { public void run() { Control tree = getControl(); boolean useRedraw = true; // (size > REDRAW_THRESHOLD) || (table.getItemCount() > // REDRAW_THRESHOLD); if (useRedraw) { tree.setRedraw(false); } removeAll(tree); tree.setData(getRoot()); internalInitializeTree(tree); if (useRedraw) { tree.setRedraw(true); } } }); } Suggestion: protected void inputChanged(Object input, Object oldInput) { preservingSelection(new Runnable() { public void run() { Control tree = getControl(); try { tree.setRedraw(false); removeAll(tree); tree.setData(getRoot()); internalInitializeTree(tree); } finally { tree.setRedraw(true); } } }); }
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/TodoFiltersContributionParameters.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/api/MarkerSupportConstants.java"]
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 setting this to blocker because I have code that extends TableViewer that allows me to keep track of a virtual selection and when new elements are added to the table as the user scrolls that are part of the virtual selection, I update the underlying actual selection. This causes the table to jump back to the start of the selection making the table unusable. I have no workaround for this problem, and thus it's blocking me from delivering required functionality to my customers. Looking at the code, it appears that the virtual table viewer calls setSelection() on the underlying SWT Table which in turn calls showIndex() - whereas a non virtual table viewer calls Table select() which does not call showIndex(). Can the virtual table use select() instead of setSelection()?
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.eclipse.ui.internal.provisional.views.markers.MarkerContentGenerator.loadUserFilter(MarkerContentGenerator.java:731) at org.eclipse.ui.internal.provisional.views.markers.MarkerContentGenerator.loadSettings(MarkerContentGenerator.java:698) at org.eclipse.ui.internal.provisional.views.markers.MarkerContentGenerator.loadFiltersPreference(MarkerContentGenerator.java:668) at org.eclipse.ui.internal.provisional.views.markers.MarkerContentGenerator.getAllFilters(MarkerContentGenerator.java:412) at org.eclipse.ui.internal.provisional.views.markers.MarkerContentGenerator.getEnabledFilters(MarkerContentGenerator.java:454) at org.eclipse.ui.internal.provisional.views.markers.MarkerContentGenerator.updateNeeded(MarkerContentGenerator.java:816) at org.eclipse.ui.internal.provisional.views.markers.CachedMarkerBuilder.updateForNewSelection(CachedMarkerBuilder.java:483) at org.eclipse.ui.internal.provisional.views.markers.ExtendedMarkersView$8.selectionChanged(ExtendedMarkersView.java:817) at org.eclipse.ui.internal.provisional.views.markers.ExtendedMarkersView.createPartControl(ExtendedMarkersView.java:444) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:372) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594) at org.eclipse.ui.internal.Perspective.showFastView(Perspective.java:2012) at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1794) at org.eclipse.ui.internal.Perspective.setActiveFastView(Perspective.java:1807) at org.eclipse.ui.internal.Perspective.toggleFastView(Perspective.java:2200) at org.eclipse.ui.internal.WorkbenchPage.toggleFastView(WorkbenchPage.java:3717) at org.eclipse.ui.internal.ShowFastViewContribution.showView(ShowFastViewContribution.java:157) at org.eclipse.ui.internal.ShowFastViewContribution.access$1(ShowFastViewContribution.java:155) at org.eclipse.ui.internal.ShowFastViewContribution$3.widgetSelected(ShowFastViewContribution.java:138) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3744) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3355) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2395) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2359) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2225) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:468) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:463) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) at org.eclipse.equinox.launcher.Main.main(Main.java:1169) at org.eclipse.core.launcher.Main.main(Main.java:30)
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/SortDirectionContribution.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/SortFieldContribution.java"]
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 and its services, or - make setGlobalActionHandler be resilient to the services having been disposed, or - both Thread [main] (Suspended (exception NullPointerException)) ViewActionBars(SubActionBars).setGlobalActionHandler(String, IAction) line: 492 LocalWorkspaceChangesView$ChangesViewPage$27.hoverToolTipClosed() line: 944 TooltipSupport$1.closeRequested() line: 67 HoverTooltip(Tooltip).close() line: 100 HoverTooltip.close() line: 84 HoverTooltip(Tooltip).dispose() line: 171 Tooltip$2.widgetDisposed(DisposeEvent) line: 398 TypedListener.handleEvent(Event) line: 116 EventTable.sendEvent(Event) line: 66 Shell(Widget).sendEvent(Event) line: 938 Shell(Widget).sendEvent(int, Event, boolean) line: 962 Shell(Widget).sendEvent(int) line: 943 Shell(Widget).release(boolean) line: 740 Shell(Widget).dispose() line: 410 Shell(Decorations).dispose() line: 457 Shell.dispose() line: 653 WorkbenchWindow(Window).close() line: 330 WorkbenchWindow(ApplicationWindow).close() line: 306 WorkbenchWindow.hardClose() line: 1600 WorkbenchWindow.busyClose() line: 699 WorkbenchWindow.access$0(WorkbenchWindow) line: 675 WorkbenchWindow$2.run() line: 790 BusyIndicator.showWhile(Display, Runnable) line: 67 WorkbenchWindow.close() line: 788 WindowManager.close() line: 109 Workbench$15.run() line: 908 SafeRunner.run(ISafeRunnable) line: 37 Workbench.busyClose(boolean) line: 905 Workbench.access$15(Workbench, boolean) line: 834 Workbench$22.run() line: 1078 BusyIndicator.showWhile(Display, Runnable) line: 67 Workbench.close(int, boolean) line: 1076 Workbench.close() line: 1048 QuitAction.run() line: 57 QuitAction(Action).runWithEvent(Event) line: 498 ActionContributionItem.handleWidgetSelection(Event, boolean) line: 545 ActionContributionItem.access$2(ActionContributionItem, Event, boolean) line: 490 ActionContributionItem$5.handleEvent(Event) line: 402 EventTable.sendEvent(Event) line: 66 MenuItem(Widget).sendEvent(Event) line: 938 Display.runDeferredEvents() line: 3682 Display.readAndDispatch() line: 3293 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2389 Workbench.runUI() line: 2353 Workbench.access$4(Workbench) line: 2219 Workbench$4.run() line: 466 Realm.runWithDefault(Realm, Runnable) line: 289 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 461 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.start(IApplicationContext) line: 106 EclipseAppHandle.run(Object) line: 153 EclipseAppLauncher.runApplication(Object) line: 106 EclipseAppLauncher.start(Object) line: 76 EclipseStarter.run(Object) line: 363 EclipseStarter.run(String[], Runnable) line: 176 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 64 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 43 Method.invoke(Object, Object...) line: 615 Main.invokeFramework(String[], URL[]) line: 504 Main.basicRun(String[]) line: 443 Main.run(String[]) line: 1169 Main.main(String[]) line: 1144
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.runInUIThread(ExtendedMarkersView.java:896) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:130) ... 52 more This brought down testResourceMappings(), but you just need to check getCategories() can return null. PW
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 a width such that the full path of the selected workspace will be displayed. Steps to reproduce: 1) Select a workspace with path that is very long in the Workspace Launcher. 2) Start Eclipse with that workspace. 3) Restart Eclipse and notice the width of the Workspace Launcher Dialog.
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(Throwable) line: 140 IDEWorkbenchErrorHandler.access$0(IDEWorkbenchErrorHandler, Throwable) line: 131 IDEWorkbenchErrorHandler$1.runInUIThread(IProgressMonitor) line: 106 UIJob$1.run() line: 94 RunnableLock.run() line: 35 UISynchronizer(Synchronizer).runAsyncMessages(boolean) line: 124 Display.runAsyncMessages(boolean) line: 3721 Display.readAndDispatch() line: 3358 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 2395 Workbench.runUI() line: 2359 Workbench.access$4(Workbench) line: 2225 Workbench$4.run() line: 468 Realm.runWithDefault(Realm, Runnable) line: 288 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 463 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 149 IDEApplication.start(IApplicationContext) line: 106 EclipseAppHandle.run(Object) line: 193 EclipseAppLauncher.runApplication(Object) line: 106 EclipseAppLauncher.start(Object) line: 76 EclipseStarter.run(Object) line: 362 EclipseStarter.run(String[], Runnable) line: 175 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 597 Main.invokeFramework(String[], URL[]) line: 515 Main.basicRun(String[]) line: 455 Main.run(String[]) line: 1193 Main.main(String[]) line: 1169
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.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) The code in question is: Display.getDefault().asyncExec(new Runnable() { public void run() { dialog = new StatusDialog(ProgressManagerUtil .getDefaultParent(), statusInfo, IStatus.OK | IStatus.INFO | IStatus.WARNING | IStatus.ERROR, modal); dialog.open(); dialog.getShell().addDisposeListener(disposeListener); // <-- NPE HERE } }); ProgressManagerUtil.getDefaultParent() specifies that it can return null. If this happens, the call to dialog.getShell() will return null and this NPE will occur. This particular case probably occurred when this async runnable ran after the workbench had closed. (For reference, this bug was reported in Jazz defect #24058.)
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.newInstance(Object[]) line: 39 DelegatingConstructorAccessorImpl.newInstance(Object[]) line: 27 Constructor.newInstance(Object[]) line: 274 Class.newInstance0() line: 308 Class.newInstance() line: 261 BundleHost(AbstractBundle).loadBundleActivator() line: 137 BundleContextImpl.start() line: 970 BundleHost.startWorker(int) line: 346 BundleHost(AbstractBundle).start(int) line: 261 SecureAction.start(Bundle, int) line: 400 EclipseLazyStarter.postFindLocalClass(String, Class, ClasspathManager) line: 111 ClasspathManager.findLocalClass(String) line: 419 DefaultClassLoader.findLocalClass(String) line: 189 BundleLoader.findLocalClass(String) line: 344 BundleLoader.findClassInternal(String, boolean, ClassLoader) line: 412 BundleLoader.findClass(String, boolean) line: 373 BundleLoader.findClass(String) line: 361 DefaultClassLoader.loadClass(String, boolean) line: 83 DefaultClassLoader(ClassLoader).loadClass(String) line: 235 BundleLoader.loadClass(String) line: 289 BundleHost.loadClass(String, boolean) line: 227 BundleHost(AbstractBundle).loadClass(String) line: 1269 EquinoxRegistryStrategy(RegistryStrategyOSGI).createExecutableExtension(RegistryContributor, String, String) line: 160 ExtensionRegistry.createExecutableExtension(RegistryContributor, String, String) line: 819 ConfigurationElement.createExecutableExtension(String) line: 243 ConfigurationElementHandle.createExecutableExtension(String) line: 51 WorkbenchPlugin$1.run() line: 244 BusyIndicator.showWhile(Display, Runnable) line: 67 WorkbenchPlugin.createExtension(IConfigurationElement, String) line: 240 WWinPluginPulldown(PluginAction).createDelegate() line: 122 WWinPluginPulldown(PluginAction).getMenuCreator() line: 380 PluginActionCoolBarContributionItem(ActionContributionItem).handleWidgetDispose(Event) line: 469 ActionContributionItem.access$1(ActionContributionItem, Event) line: 464 ActionContributionItem$6.handleEvent(Event) line: 445 EventTable.sendEvent(Event) line: 66 ToolItem(Widget).sendEvent(Event) line: 1105 ToolItem(Widget).sendEvent(int, Event, boolean) line: 1129 ToolItem(Widget).sendEvent(int) line: 1110 ToolItem(Widget).release(boolean) line: 974 ToolBar.releaseChildren(boolean) line: 402 ToolBar(Widget).release(boolean) line: 977 ToolBar(Control).release(boolean) line: 3156 CoolBar(Composite).releaseChildren(boolean) line: 1175 CoolBar(Widget).release(boolean) line: 977 CoolBar(Control).release(boolean) line: 3156 Composite.releaseChildren(boolean) line: 1175 Composite(Widget).release(boolean) line: 977 Composite(Control).release(boolean) line: 3156 CBanner(Composite).releaseChildren(boolean) line: 1175 CBanner(Widget).release(boolean) line: 977 CBanner(Control).release(boolean) line: 3156 Shell(Composite).releaseChildren(boolean) line: 1175 Shell(Canvas).releaseChildren(boolean) line: 196 Shell(Decorations).releaseChildren(boolean) line: 465 Shell.releaseChildren(boolean) line: 1822 Shell(Widget).release(boolean) line: 977 Shell(Control).release(boolean) line: 3156 Shell(Widget).dispose() line: 434 Shell.dispose() line: 1767 WorkbenchWindow(Window).close() line: 335
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 perspective and re-open it, it now works More information: It looks like the first time the perspective is initialized the listeners don't work properly. If the view is closed and re-opened it all works. This is true if the view is first opened in Eclipse or if it was active the last time Eclipse ran and it activated for the first time when Eclipse restarts.
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 BeanObservableValueDecorator, if so delegate to check the equality of the decorated IObservableValue. More information:
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/org/eclipse/core/internal/databinding/internal/beans/BeanObservableValueDecorator.java"]
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 = currentValue; currentValue = ComboObservableValue.this.combo.getText(); fireValueChange(Diffs.createValueDiff(oldValue, currentValue)); } else // FIX currentValue = ComboObservableValue.this.combo.getText(); // FIX
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/views/navigator/ResourceNavigatorRenameAction.java"]
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/MarkerPriorityField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/api/MarkerField.java"]
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 icon open the help in the tray as expected. I then tried adding it to a menu item, but highlighting it and pressing F1 does nothing. What have I missed. <extension point="org.eclipse.ui.commands"> <command> defaultHandler="com.mitel.swb.handlers.RegisterWorkbench" helpContextId="com.mitel.swb.help.add" id="com.mitel.swb.commands.registrationCommand" name="Register Workbench"> </command> <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="menu:org.eclipse.ui.main.menu"> <menu id="menuFile" label="File" mnemonic="F"> <command commandId="com.mitel.swb.commands.registrationCommand" helpContextId="com.mitel.swb.help.add" id="registrationCommand" label="Register Workbench"> </command> the context is in the com.mitel.swb.help plugin <contexts> <context id="add" title="add"> <description> Please write a description for this help context. </description> </context> </contexts>
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 events. PW
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/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-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/JavaBeanObservableList.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableMap.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableSet.java", "bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/PojoObservablesTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/Bean.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/JavaBeanObservableListTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/JavaBeanObservableMapTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/JavaBeanObservableSetTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/internal/databinding/internal/beans/JavaBeanObservableValueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-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); toolkit.createLabel(nameComposite, "Name", SWT.NONE); final Text nameText = toolkit.createText(nameComposite, null, SWT.NONE); 3. Run this in a Eclipse 3.0 dialog. Pressing the shortcut key ALT-A moves the focus to the text input file nameText. 4. Run this in a Eclipse 3.1 dialog. Pressing the shortcut key ALT-A hides the section! More information: In the ExpandableComposite which is the base class of Section, there is always a TraverseListener added to the object. This TraverseListener always toggles the state of the section, even if isFixedStyle() returns true. To restore the old behaviour, simply call programmaticToggleState() only if isFixedSytle() returns false.
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 result in leaks when the image descriptor is used in a resource manager. Suggested change: public int hashCode() { if (originalImage != null) { return System.identityHashCode(originalImage); } return data.hashCode(); }
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 that listeners might choose to cancel the activation event if they desire. If this is the case then the implementation (shown below) is not fully correct, specifically the last listener might cancel the event but the code never checks this. for (int i = 0; i < ls.length; i++) { if (activationEvent.cancel) { return; } ((ColumnViewerEditorActivationListener) ls[i]).beforeEditorActivated(activationEvent); } Swapping the order of the if block and the listener notification would fix this problem, but you then introduce the problem that the first listener may be notified of cancelled events. As a side note, it seems strange that the activationEvent is only checked if you have listeners. I would have expected a check as one of the first lines in activateCellEditor(). If this was added then you could just swap the if block and the listener notification to close the issue. I am currently working around this issue by adding two copies of the same listener in order to guarantee that any desired cancelling is honoured.
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 in my log several times. I will attach the entire log in case it has more interesting details. java.lang.IllegalArgumentException: All triggers in a trigger sequence must be an instance of Trigger at org.eclipse.jface.bindings.TriggerSequence.<init>(TriggerSequence.java:72) at org.eclipse.jface.bindings.keys.KeySequence.<init>(KeySequence.java:191) at org.eclipse.jface.bindings.keys.KeySequence.getInstance(KeySequence.java:130) at org.eclipse.jface.bindings.keys.KeySequenceText$KeyTrapListener.handleEvent(KeySequenceText.java:123) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:866) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:851) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:879) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1134) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:875) at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1454) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3338) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3058) at org.eclipse.swt.widgets.Text.windowProc(Text.java:1742) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1625) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2525) at org.eclipse.jface.window.Window.runEventLoop(Window.java:803) at org.eclipse.jface.window.Window.open(Window.java:781) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:66) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2527) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:338) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:151) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268) at org.eclipse.core.launcher.Main.basicRun(Main.java:260) at org.eclipse.core.launcher.Main.run(Main.java:887) at org.eclipse.core.launcher.Main.main(Main.java:871)
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.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/MaximizePartHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/MinimizePartHandler.java"]
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/forms/org/eclipse/ui/tests/forms/layout/TestTableWrapLayout.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/performance/FormsPerformanceTest.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/plugin/FormsTestPlugin.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util/AllUtilityTests.java", "tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/util/FormImagesTests.java"]
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 expand a few to be comfortable that there weren't any errors - then I remembered that the counts are shown in the content description, and this showed 0 errors It would be nice if I could tell at a glance (visually, not just textually) what the severities are. Currently the icon used for category headings is a generic "tree of nodes" graphic. Could we associate a severity with a category and show the corresponding icon instead? Since JDT allows severities to be customized, we'd probably need to allow these to be specified programmatically, not just declaratively. Or perhaps the view could calculate the max severity in each category and show that.
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/MarkerSeverityAndMessageField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/api/MarkerField.java"]
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 ITreeContentProvider to be passed into the contructor. The field is set but never used. Seems to be historical remnant from before the IDeferredWorkbenchAdapter?? It would be great if a constructor was added that did not require a content provider. I would suggest at least javadoc that null can be passed in for the content provider to allow for cases where you do not have an ITreeContentProvider. Also I believe the javadoc for getChildren is incorrect for the @return
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, and provides feedback to user using progress monitor. This synchronized is long running action. Also background thread/some other thread sent before/during background sync section some stuff to UI which also acquires this background thread lock. So what's the problem - when calling progress monitor AccumulatingProgressMonitor - this class acquires RunnableLock, but this RunnableLock has already been acquired by other UI runner (Display.asyncExec) when there was something to be sent to UI. The problem is generally about UI sync/asyncexec rules. I think that main problem is that AccumulatingProgressMonitor uses Display.syncExec in some parts. I think that any progressmonitor shouldn't acquire any lock and also shouldn't block processing anyhow, because this can cause such pains.
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.getApplicableContributors
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's "X" button 6) Open the view from Windows menu --> Show Views 7) Now the view is not selectable and not responsive More information: This only happens when the same view is open in more than one perspectives. This happens in both Redhat Linux and Windows XP
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 remove/reapply focus to the preference page. Using the StringFieldEditor::setValidateStrategy(int value) method after constructing the object does not solve the problem since StringFieldEditor::getTextControl(Composite parent) is called indirectly from the constructor and the listeners will already be setup before there is a chance to set the validation strategy. Therefore a constructor for the FileFieldEditor is needed that will allow a user to supply the validation strategy they need (since the default is currently VALIDATE_ON_FOCUS_LOST).
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 "Configure the filters to apply to this view" tool. 6. Under "Show items of type", click the "Select All" button. 7. Click the "OK" button to accept the changes and close the dialog. 8. Click the "Configure the filters to apply to this view" tool. 9. Notice that not all the items are checked. The following are NOT checked: [] Java Build Path Problems [] Build Path Problems [] JRE System Library Problems []Java Problems []Java Problem [] PDE Problems []PDE Problem
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 opinion?
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 'Colors and Fonts' pref page 2. change dialog font to something else 3. click 'Apply' ==> font is changed (but entry field size wrong) 4. change dialog font a second time 5. click 'Apply' ==> tree not updated.
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 to modify the menu text in org.eclipse.ui.carbon private static final int kHICommandHide = ('h' << 24) + ('i' << 16) + ('d' << 8) + 'e'; int[] outHideMenu = new int[1]; short[] outHideIndex = new short[1]; if (OS.GetIndMenuItemWithCommandID(0, kHICommandHide, 1, outHideMenu, outHideIndex) == OS.noErr && outHideMenu[0] != 0) { int l = fHideActionName.length(); char buffer[] = new char[l]; fHideActionName.getChars(0, l, buffer, 0); int str = OS.CFStringCreateWithCharacters(OS.kCFAllocatorDefault, buffer, l); OS.SetMenuItemTextWithCFString (outHideMenu[0], outHideIndex[0], str); OS.CFRelease(str); }
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/databinding/internal/swt/TextObservableValue.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/AbstractSWTVetoableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/swt/TextObservableValueFocusOutTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/swt/TextObservableValueModifyTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/internal/databinding/internal/swt/TextObservableValueTest.java"]
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. 5) Make sure that the two icons for "link with editor" and "collapse all" are on the "first" line. 6) Press F4 to open the hierarchy view. 7) The two icons mentionned before appear in the hierarchy view. 8) If you resize the java editor, they stay on top of it. Saying this, I could not reproduce it anymore, but I got it several times. If I can get exactly what is missing to reproduce it all the time, I'll update this bug report.
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/Eclipse", "UI/org/eclipse/ui/actions/ImportResourcesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/QuitAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/PropertyDialogHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/QuitHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/WizardHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-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.tests.databinding/src/org/eclipse/core/tests/internal/databinding/QueueTest.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2007-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.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/api/MarkerField.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/provisional/views/markers/api/MarkerFieldFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java"]
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