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]
87,856
Bug 87856 [Commands] Last closed editor leaked due to reference by command manager
null
verified fixed
0d30649
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IExecutionListener.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/comma...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-14T20:17:45Z
2005-03-12T12:20:00Z
76,768
Bug 76768 [RCP] [ViewMgmt] [EditorMgmt] Need ability to provide custom save prompt when view implements ISaveablePart
Our RCP applications need the ability to provide an application defined custom dialog when prompting the user to save. This is specific to ViewParts that implement the ISaveablePart interface. Patch to follow.
verified fixed
81343bb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISaveablePart2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveableHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-14T18:58:03Z
2004-10-21T20:20:00Z
75,051
Bug 75051 [ViewMgmt] [EditorMgmt] [Workbench] ClassCastException closing workbench
Using the 3.0.1 GM Build ====================================== I have seen the following ClassCastException quite a few times when closing the workbench: !ENTRY org.eclipse.core.runtime 4 2 Sep 21, 2004 08:52:52.265 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.ru ntime". !STACK 0 java....
verified fixed
0a3df41
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/ViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-14T16:36:23Z
2004-09-26T14:46:40Z
84,984
Bug 84984 [GlobalActions] TextSelectionNavigationLocation holds on IDocument
20050208 I made a leak test for a search problem and found documents being still being referenced by TextSelectionNavigationLocations that are stored by the navigation history. These documents are not belonging to any connected text buffers anymore
resolved fixed
a6c0489
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-14T15:42:28Z
2005-02-11T13:53:20Z
87,796
Bug 87796 [WorkbenchParts] IWorkbenchSite.getShell() returns null / every text-based editor is leaked
null
verified fixed
719bffa
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-11T22:00:52Z
2005-03-11T16:53:20Z
87,826
Bug 87826 Need to improve image loading in Workbench
The Workbench image loading has several issues 1) The string "icons/full" is all over the place in the UI and should be made a constant 2) This needs to be prepended by /nl 3) The plugin descriptor is still in use to load images. This does not support nl which is required for BIDI support
verified fixed
8fd0f2b
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/LinkedResourceDecorator.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ProblemImageProvider.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/intern...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-11T21:10:17Z
2005-03-11T22:26:40Z
87,773
Bug 87773 [Workbench] [Doc] SelectionEnabler.SelectionClass should be internal
3.1 M5 The nested class SelectionEnabler.SelectionClass is an implementation detail of SelectionEnabler. It was exposed as API in 3.0 without documentation. It should not be API. Need to make package visible, and document this change in the 3.1 migration guide.
verified fixed
343cea2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SelectionEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-11T15:30:25Z
2005-03-11T16:53:20Z
87,772
Bug 87772 [ViewMgmt] (Javadoc) IViewLayout is not tagged as "not intended to be implemented"
3.1 M5 IViewLayout is not tagged as "This interface is not intended to be implemented by clients.", but should have been in 3.0. Need to change this and document it as a breaking API change.
verified fixed
fcc60ab
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IViewLayout.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-11T15:21:16Z
2005-03-11T14:06:40Z
87,074
Bug 87074 [Viewers] TableViewer and SWT.VIRTUAL: ArrayOutOfBoundsException in ConcurrentTableUpdator
[SWT and JFace from Eclipse 3.1 M5a] To reproduce, run the attached code, hit "END" to jump to the end of the table, and start navigating upwards with the up arrow. The first element in the viewable area will be blank; hitting ENTER on it causes the following: java.lang.ArrayIndexOutOfBoundsException: 179 at org.eclips...
verified fixed
1c21bd8
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/ConcurrentTableUpdator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/DeferredContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-11T05:44:05Z
2005-03-03T14:26:40Z
52,081
Bug 52081 [ErrorHandling] Maintain some of original exception message
I've noticed now if an Editor is open, and some error occurs and it can not copy, only the message "Editor could not be intialized" is display and nothing written to log. To see this, generate the sample editor plugin, then add (override) the getEditorInput method with something like this: public IEditorInput getEditor...
verified fixed
e2fbd90
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTester.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-11T03:12:09Z
2004-02-15T07:26:40Z
87,468
Bug 87468 Improve the workbench handling of part exceptions
The current part initialization code does not handle exceptions thrown from views and editors well. This PR requests the following: 1. An exception thrown from any method in a part's API should never put the workbench in an invalid state. 2. IWorkbenchParts must not be added to the workbench page or returned from an IW...
verified fixed
e63fb57
["bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/components/ComponentException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/ComponentMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaH...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-10T19:38:05Z
2005-03-09T03:46:40Z
87,662
Bug 87662 [PropertiesView] NPE in PropertySheetViewer.updateChildrenOf
3.1 M5 An NPE can occur in PropertySheetViewer.updateChildrenOf if one of the top level items has null data. Although this should never happen, apparently it can (not sure how). Caused by: java.lang.NullPointerException at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf(PropertySheetViewer.java:111...
resolved fixed
77df795
["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-10T16:20:03Z
2005-03-10T15:53:20Z
87,632
Bug 87632 [KeyBindings] Pressing Ctrl+Shift+L twice fails
I20050308-1510 Pressing Ctrl+Shift+L twice fails: Error 2005-03-10 12:52:41.472 The command for the key you pressed failed java.lang.NullPointerException at org.eclipse.ui.internal.commands.KeysPreferencePage.editBinding(KeysPreferencePage.java:1070) at org.eclipse.ui.internal.keys.KeyAssistDialog.editKeyBinding(KeyAss...
verified fixed
d4778a4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-10T15:22:00Z
2005-03-10T13:06:40Z
82,979
Bug 82979 [Preferences] Add new working copy API
We should have working copy APIs in the preferences code so preference pages can share "temp" nodes and then commit the changes to the real nodes.
verified fixed
5d7dd46
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/Base64.java", "bundles/org...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-08T21:09:14Z
2005-01-17T16:40:00Z
87,419
Bug 87419 [Commands] registry: NPE on start-up
The code that went into I20050308-1300 had a bug in BindingPersistence that leads to an NPE on start-up.
verified fixed
aba31b4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-08T19:19:38Z
2005-03-08T19:26:40Z
84,703
Bug 84703 [C++ getReferences] qualified name segments should use parent's property
CPPASTQualifiedName#toCharArray returns the entire qualified name as a char[], but now getReferences uses a char[] comparison to determine if the IASTNames are the same or not. getReferences on IASTName: mutate below seems to have different behaviour relative to how the names are resolved (starting with qualified name ...
resolved fixed
ea7ac41
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/PerspectiveParameterValues.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/PerspectiveMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-08T17:09:23Z
2005-02-08T16:26:40Z
87,402
Bug 87402 [KeyBindings] parameters: Unresolved handler conflicts on show view commands
I20040308-0800 If the IParameterValues for the show view command is initialized, it leads to unresolved handler conflicts. This happens because the IParameterValues points at ViewRegistry, which submits a handler in its constructor. This problem can be triggered by open the key assist dialog or the keys preference page...
verified fixed
a6105d2
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ViewParameterValues.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-08T16:35:58Z
2005-03-08T16:40:00Z
84,446
Bug 84446 OperationHistory should protect itself better against runtime exceptions
Since clients of the history might rely on getting certain events even if a operation causes runtime exceptions (for example listeners) the history should protect itself better agains runtime exceptions. This envloves: - listeners causing runtime exceptions in the call back - Operation execution causing runtime excepti...
verified fixed
c24712c
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ObjectUndoContext.java", "bundles/o...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-08T04:06:23Z
2005-02-04T15:13:20Z
87,020
Bug 87020 [KeyBindings] registry: NPE when starting Eclipse 20050301-1230`
I get the following NPE when trying to start this build !ENTRY org.eclipse.ui 4 0 2005-03-02 19:55:09.432 !MESSAGE The scheme cannot be null !STACK 0 java.lang.NullPointerException: The scheme cannot be null at org.eclipse.jface.bindings.Binding.<init>(Binding.java:190) at org.eclipse.jface.bindings.keys.KeyBinding.<in...
verified fixed
8336431
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-07T23:10:32Z
2005-03-02T19:00:00Z
67,180
Bug 67180 [Commands] request: Window > Show View > Other... should have keyboard shortcut
I should be able to bind 'Window > Show View > Other...' to a keyboard shortcut, e.g. Category: Window Name: Show View... default assignment: Alt+Shift+Q, V A command for 'Open Perspective > Other...' is also missing, but that's less severe for me.
verified fixed
cb9dfc6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/ShowViewHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-07T23:04:44Z
2004-06-15T09:00:00Z
72,285
Bug 72285 [KeyBindings] registry: Cannot assign keybinding to general views
It seems the views have to do something special to show up on the "Views" keybinding list. It would be nice if all views showed up automatically. Of course then (or even now) there would be so many views that the current level of grouping is not sufficient.
verified fixed
e61bf96
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Category.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IParamet...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-07T22:49:55Z
2004-08-19T15:40:00Z
87,198
Bug 87198 Unable to create a MessageDialog instance outside of SWT thread
Version: 3.1.0 Build id: I20050301-1230 You used to be able to create an instance of a MessageDialog outside the UI thead so long as open was called from inside the UI thread. It looks like change a change introduced in 1.28 (or thereabouts) of org.eclipse.jface.window.Window has caused this to no longer work. Was this...
resolved fixed
837d411
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/SameShellProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-07T20:41:30Z
2005-03-04T23:46:40Z
87,089
Bug 87089 [Viewers] LabelProvider.getImage is not invoked after the TreeViewer changes introduced on 24/01/2005
If you compare the versions 1.26 and 1.25 of the method doUpdateItem(Item item, Object element) in org.eclipse.jface.viewers.TreeViewer, you will notice a change in the way the image of the element is calculated. In 1.25, the image of the Element is set in the "buildLabel" method which doesn't have a special treatment ...
verified fixed
c6c348e
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-07T18:57:13Z
2005-03-03T17:13:20Z
86,948
Bug 86948 [KeyBindings] error messages fill up my log
Build: I-20050301-1230 So I launch Eclipse on an existing workspace and the log fills up with entries that look like: Error 2005-03-01 16:57:57.860 Defining a key binding with no key sequence has no effect: 'org.eclipse.jdt.debug.ui', 'org.eclipse.jdt.debug.ui.commands.AddExcep tionBreakpoint'. I get double the fun whe...
verified fixed
ee62a6c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-02T12:23:25Z
2005-03-01T23:33:20Z
84,279
Bug 84279 [KeyBindings] assist: Leaks Shell and EnabledSubmissions
N20050202-0010 For each KeyAssistDialog realized a Shell and 2 EnabledSubmissions are leaked. I believe this is because the dialog does not call IWorkbenchContextSupport.unregisterShell to correspond to the IWorkbenchContextSupport.registerShell call.
verified fixed
925d60b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-28T20:33:23Z
2005-02-02T21:33:20Z
86,184
Bug 86184 [KeyBinding] registry: Missing key binding for paste in emacs scheme
3.1 M5a 1. start fresh workspace 2. Window > Preferences > General > Keys 3. switch to "Modify" 4. select emacs scheme 5. select "Edit" category 6. select "Paste" command ==> all key bindings are missing, only the binding provided by "Editing Text" is there. This might be caused by the fact that Ctrl+Y is already decla...
verified fixed
3ef8db3
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-28T18:00:20Z
2005-02-22T19:20:00Z
86,456
Bug 86456 [Dialogs] Dialogs open on wrong monitor
null
resolved fixed
db74ea3
["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewProjectAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PropertyDialogAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-26T00:49:25Z
2005-02-24T13:00:00Z
86,450
Bug 86450 [Workbench] timeout messages in log when starting N20050224-0010
!SESSION 2005-02-24 11:26:59.509 ----------------------------------------------- eclipse.buildId=N20050224-0010 java.version=1.4.2_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Framework arguments: -showlocation Command-line arguments: -os linux -ws gtk -arch x86 -showl...
resolved fixed
19f6091
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-25T20:38:59Z
2005-02-24T10:13:20Z
86,614
Bug 86614 Deadlock on startup
3.1 M5a Starting Eclipse 3.1_M5a *************************** VM Options=-showversion -Xms50M -Xmx350M -Dosgi.clean=true Target Workspace=c:\eclipse\workspaces\Development_2_2\plugins C:\eclipse\drops\3.1_M5a>C:\JavaSDKs\jdk1.4.2_06\bin\java -showversion -Xms50M -Xmx350M -Dosgi.clean=true -cp startup.jar org.eclipse.cor...
resolved fixed
cf7f46e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetUpdater.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-25T15:50:25Z
2005-02-25T11:13:20Z
86,474
Bug 86474 Widget is disposed in WorkbenchContextSupport.unregisterShell
N20050224-0010 Thanks for fixing the leak in WorkbenchContextSupport. However, there is now a widget is disposed exception in unregisterShell. This can happen if the shell being unregistered is already disposed (which is perfectly legitimate). The test case is to use the Next/Previous editor dialogs (CyclePartAction).
verified fixed
a694733
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-24T15:20:22Z
2005-02-24T15:46:40Z
86,315
Bug 86315 UI message classes should sub-class OSGi NLS class
When we converted some of the UI message classes to the new format, we used the tool and made them subclasses of the NLS class in the Runtime project. We have since deprecated this class and moved it to the OSGi project. We need to change the super-class of the following classes to be the OSGi NLS class: - ActivityMess...
verified fixed
4562bf5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IntroMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeyAssistMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-23T19:42:56Z
2005-02-23T17:33:20Z
82,951
Bug 82951 BIDI:Eclipse editors should be RTL except those that are generally used for typing English text
Tested on Win2K Arabic default locale, Version: 3.1.0 Build id: I20050111-1300 with Arabic Translation Fragments and launched with rtl direction. Generally all editors in the Arabic translated Eclipse must be RTL oriented, except for the following editors will be accepted LTR since they are generally used for typing En...
closed fixed
9505fcd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-23T18:34:06Z
2005-01-17T11:06:40Z
82,947
Bug 82947 [BiDi] Mutli page editors need mixed BIDI support
Tested on Win2K Arabic default locale, Version: 3.1.0 Build id: I20050111-1300 with Arabic Translation Fragments and launched with rtl direction. -Select window>Open perspective>Plug-in development perspective -Create a new Plug-in or fragment or feature project. -Open the generated XML file -Observe that the editor is...
closed fixed
8dda1af
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-23T18:32:36Z
2005-01-17T08:20:00Z
77,526
Bug 77526 [BiDi] [WorkbenchLauncher] Workbench startup dialog does not support BIDI
20041102 If you start up with workbench with -dir rtl the workbench selection dialog will still be shown in left to right. If I switch workspaces within Eclipse the dialog will then render correctly
verified fixed
6efd313
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-23T15:11:48Z
2004-11-02T21:13:20Z
86,219
Bug 86219 Test failures in I20050218-1333
The Zoom tests have been failing with errors like this: testActivateOtherStack Failure Page should not be zoomed junit.framework.AssertionFailedError: Page should not be zoomed at org.eclipse.ui.tests.zoom.ZoomTestCase.assertZoomed(ZoomTestCase.java:187) at org.eclipse.ui.tests.zoom.ActivateTest.testActivateOtherStack(...
resolved fixed
7e6ce71
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AbstractTestLogger.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AutoTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/autotests/AutoTestLogger.java", "tests/or...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-23T00:18:04Z
2005-02-23T00:53:20Z
80,689
Bug 80689 [Preferences] API to switch property/preference pages
20041210 On property pages for projects, I have now a similar structure as in the general preferences. I would also like to offer links and switch to pages. -> Property Page dialog should also get a history
verified fixed
5475711
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceLinkArea.java", "...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-22T15:17:13Z
2004-12-10T14:46:40Z
81,333
Bug 81333 [GlobalActions] "Open Resource" dialog doesn't filters out class files?
Build 20041214-2000 1. Press ctrl+shift+r to open the "Open Resource" dialog. 2. Type the name of a class file in the workspace (for example, "Hello.class"). 3. The dialog does not show the class file, even though it exists. In my case, I did this with a simple "Hello World" program in the default package. Hello.java a...
verified fixed
70a1b00
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/GotoResourceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-21T21:14:23Z
2004-12-15T22:33:20Z
64,496
Bug 64496 [KeyBindings] preference page: should use Combo.setVisibleItemCount(int)
null
verified fixed
54c7f0a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-21T18:46:30Z
2004-05-28T07:40:00Z
85,285
Bug 85285 [Contributions] ProjectPersistentPropertyTester should work for IResource
In 3.1 M5, we added a ProjectPersistentPropertyTester that could be used for visibility determination of object contributions to ResourceMapping. It would make sens if this could be used for IResource directly as well. This is not important enough to go into M5 but I think it is worthwhile to have it in 3.1. I will att...
verified fixed
87ac1a9
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-21T14:34:05Z
2005-02-15T15:06:40Z
85,052
Bug 85052 [Help][Commands] new IWorkbenchHelpSystem already deprecated
The new IWorkbenchHelpSystem already contains a deprecation - it uses ICommand to create a help listener in createHelpListener. Given that the implementation for this method (taken from the old WorkbenchHelp static class) seems to be bogus would it be sensible to just remove the method from the new interface? Or would ...
verified fixed
887a8dd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/IWorkbenchHelpSystem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/WorkbenchHelp.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-21T14:13:14Z
2005-02-11T19:26:40Z
85,017
Bug 85017 [KeyBindings] preference page: Hang in "org/eclipse/swt/internal/gtk/OS._gtk_tree_view_column_cell_get_size"
I20040209-0800, GTK+ 2.4.14, KDE 3.3.1, X.Org 6.8.0, Linux 2.6.10, IBM JRE j9xia32142-20040826 I had the keys preference page open, and tried to select a context for the "when" combo box (bottom of the modify tab). There was no response from the system and repainting stopped.
verified fixed
8eba0ab
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-18T15:12:41Z
2005-02-11T16:40:00Z
79,433
Bug 79433 [DND] Test failures in DND in I200411231600
There were test failures in this build, even though the build didn't complete. I'll attach the output.
resolved fixed
9fb43a5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/DragUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/SwtUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/TestDropLocation.java", "tests/org.eclipse.ui.tests/Eclipse"...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-18T03:15:04Z
2004-11-24T18:13:20Z
85,773
Bug 85773 [presentations] Close icon is wrong in r21 presentation
I20050215-2300 switch to the R21 presentation window > preferences > general > appearance > current presentation > Eclipse 2.1 style > restart eclipse Notice that the icon for the view menu is incorrectly being used as the icon for the close menu.
verified fixed
6f32cdd
["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-17T23:20:42Z
2005-02-17T22:40:00Z
85,452
Bug 85452 [IDE] (regression) Backdrop missing when all perspectives closed
I20050215-2300 - close all perspectives - the main page is blank - it should have a backdrop with text and button explaining how to open a perspective
verified fixed
feeafa0
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-17T20:05:02Z
2005-02-16T16:06:40Z
85,409
Bug 85409 Decorator enablement relies on objectClass
20040206 The decorator enablement currently relies on the enablement for objectClass being set and filters the decorator if it is not. This should use enabledDefinitions[i].getEnablement().isEnabledFor(element) rather than enabledDefinitions[i].getEnablement().isEnabledForExpression ((OBJECT_CLASS,element)
verified fixed
407919a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-16T17:24:18Z
2005-02-16T13:20:00Z
85,390
Bug 85390 [Import/Export] Import project does no longer work
Using 3.1 M5 candidate I20050215-2300. I cannot import existing projects into my workspace. Dialog allows me to select a directory but does not display possible projects in it. After a while, browse button works as a refresh and projects list appears but Finish button has no effect... (hopefully Cancel button still wor...
verified fixed
0d6cf75
["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
2005-02-16T17:19:40Z
2005-02-16T13:20:00Z
79,728
Bug 79728 [RCP] Browser Example does not support certain JavaScript commands
The RCP Web Browser example does not support several JavaScript commands that open additional web browser windows (see below exsmaple). Is it possible for the RCP Web Browser to execute the below JavaScript "window.open" command and open either a second browser view from within eclipse or another external web browser w...
verified fixed
0c31e6a
["examples/org.eclipse.ui.examples.rcp.browser/src/org/eclipse/ui/examples/rcp/browser/BrowserPlugin.java", "examples/org.eclipse.ui.examples.rcp.browser/src/org/eclipse/ui/examples/rcp/browser/BrowserView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-16T05:47:13Z
2004-11-29T23:13:20Z
77,486
Bug 77486 [GlobalActions] Should deprecate IDEActionFactory.REBUILD_PROJECT and REBUILD_ALL
3.1 M3 These actions no longer appears in the UI, as of 3.0.
verified fixed
61b0d45
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-16T05:22:08Z
2004-11-02T15:40:00Z
84,714
Bug 84714 [About] Layout of About Eclipse Platform Features
In About Eclipse Platform Features dialog details panel shold have fized size. Right now it is proportional and because of this there are lot of unused space when dialog is resized.
verified fixed
4b6a8e2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-16T04:59:53Z
2005-02-08T16:26:40Z
85,242
Bug 85242 [Help] Help search combo too prominent
20050214 The new help search combo on the toolbar is too prominent. The search plugin org.eclipse.search tries to integrate all kind of searches in the search dialog. It feels that the help search sets a wrong example here. What about something more lightweigth? For example on F1 show a window containing a search box.
resolved wontfix
b766748
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-16T04:55:31Z
2005-02-15T12:20:00Z
85,311
Bug 85311 [KeyBindings] misc: NPE from KeyBinding preference page
eclipse.buildId=I20050215-1200 java.version=1.4.2_05 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Framework arguments: -keyring /Users/vikki/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws carbon -arch ppc -keyring /Users/vikki/.eclipse_keyring -c...
verified fixed
984df4e
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-15T20:49:09Z
2005-02-15T20:40:00Z
85,306
Bug 85306 Poor wording of verbose mode preference
Build I20050215-0800 The progress view shows the following option in its preference dialog: "Verbose modes will show all of the system jobs in the progress view" Problems: 1) "modes" should not be plural 2) We don't use the terminology "job" in the UI (we usually call them background tasks) 3) This mode will show both ...
verified fixed
f484bf6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobsViewPreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-15T18:34:38Z
2005-02-15T17:53:20Z
85,169
Bug 85169 [Commands] errors: Not enough context in error message
Build: I20050214-0927 I found this message in my log after starting this build: !ENTRY org.eclipse.jface 4 0 2005-02-14 13:05:34.971 !MESSAGE The command is undefined What command? This error message needs more information. This message comes from ExternalActionManager#isActive.
verified fixed
397276d
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-15T16:39:46Z
2005-02-14T19:40:00Z
84,912
Bug 84912 [KeyBindings] performance: Lots of garbage when editor gains/loses focus
build i0208 Not sure where to enter this report. Adding Tod and John to CC as they will be involve in performance work this release. I have the Platform/UI heap usage plug-in installed. I notice that when I switch focus from the editor to a view (e.g. Outline), the heap usage increases by a meg or 2. Putting focus back...
verified fixed
b6cdf88
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/CachedBindingSet.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/CommandsPerformanceTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-14T22:36:27Z
2005-02-10T15:40:00Z
84,112
Bug 84112 Preferences Dialog clean up
from build I20050126 the following issues need to be checked for the preferences dialog - more margin in content area on left - there should be a few more pixels on the left hand side of the Bold banner text on top - align clear button + text + icons on far right - square off the content area (i.e. no CTabFolder corner...
verified fixed
310e7fc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-12T02:12:49Z
2005-02-01T03:53:20Z
61,838
Bug 61838 [Dialogs] Clean dialog should remember "build immediately" setting
I like the recent changes to the build menu/dialogs. Thanks. However, shouldn't clean the dialog remember that I unchecked "Start a build immediately" the previous 999 times I said Clean? I'll admit this is unlikely to be a common scenario, but odds are if something causes you to do it once, you'll want to do it again ...
verified fixed
141ebc7
["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
2005-02-11T20:26:08Z
2004-05-12T00:00:00Z
84,990
Bug 84990 [Viewers] Label images in TableViewer are not updated
null
verified fixed
6f01e16
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-11T18:48:09Z
2005-02-11T13:53:20Z
84,713
Bug 84713 [Import/Export] Project import searches all files takes too long
Build id: I20050202-0800 - File > Import > Existing Project into Workspace > Browse - now choose a folder for another (large) workspace. - note that all files in that folder are searched to find projects. - but since this is the root for a number of projects it would seem that it should only search at the top level for...
verified fixed
c5b53db
["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
2005-02-09T22:00:28Z
2005-02-08T16:26:40Z
84,586
Bug 84586 Launch doesn't wait for build if launching while "cleaning" before build
If I launch from the Java perspective while a build is in progress, and then switch to the debug perspective, no dummy launch appears (although the progress view shows a pending launch).
verified fixed
2a5f7c3
["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
2005-02-09T21:54:06Z
2005-02-07T18:13:20Z
84,252
Bug 84252 [ActivityMgmt] Allow preference page to be a plugable component
The activity preference page should not be hardcoded. We should provide a default page in the IDE that can be replaced by other products. It should be sufficient for us to define the preference page in the SDK plugin along with the activities.
verified fixed
5dd21f6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivitiesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ActivitiesPreferencePage...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-09T18:15:13Z
2005-02-02T18:46:40Z
84,787
Bug 84787 [Preferences] the preferencePage extension point does not support IExecutableExtension
We're checking for the class attribute in PreferencePageRegistry reader and if it's null we're discarding the extension. IExecutableExtension allows for omission of the attribute in favour of a nested "class" element. PreferencePages which attempt to utilize this feature are being tossed. This likely affects other work...
verified fixed
aaf1398
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java", "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/PreferencePageRegi...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-09T16:10:43Z
2005-02-09T14:40:00Z
84,578
Bug 84578 [Import/Export] Cannot import tar files with 8-bit filenames
On importing .tar.gz, the file is treated as a zip-file and produces a "Source file is not a valid Zip-file"-error message. This happens for all .tar.gz-files.
verified fixed
5fc340a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-09T03:42:56Z
2005-02-07T15:26:40Z
84,573
Bug 84573 Copy/Paste Problems with nightly build (20040207)
I am doing some testing with the nightly build (20040207) and I was copy some text from a Java editor to the launch configuration dialog. When I tried to paste the text into the dialog, it was pasted back into the editor. This could be an SWT problem but Tod felt that it may also be related to the Command rework so I'm...
verified fixed
1557d75
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeyStroke.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/e...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-08T10:00:17Z
2005-02-07T15:26:40Z
45,248
Bug 45248 [ViewMgmt] need a way for views to override save action
null
verified fixed
65e3d05
["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
2005-02-07T21:55:34Z
2003-10-21T01:33:20Z
84,235
Bug 84235 [MPE] MultiPageEditorPart always inserts pages at the end
Build: any In MultiPageEditorPart, as far as I can see, there is no way (API) to insert a page at the index of my choice. addPage(Control) always inserts the page at the end. In the PDE editors, especially with the extensive bundle tooling coming up, we need to insert pages anywhere we want. We need something like addP...
verified fixed
485c35d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-07T21:08:42Z
2005-02-02T16:00:00Z
84,590
Bug 84590 Important case not handle in my previous ResourceMapping patch
I have found a case that I didn't propery handle in the patch submitted on Friday. Basically, the CVS operations do not appear on Java projects! I have created a patch that corrects the problem along with a test case for it. I will attach both.
verified fixed
c25b304
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LegacyResourceSupport.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionClasses.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-07T18:58:15Z
2005-02-07T18:13:20Z
84,325
Bug 84325 [Import/Export] ClassCastException in WizardResourceImportPage
if the user tries to set an existent file as destinationFolder, the method getSpecifiedContainer() doesn't check if it's a Folder or not and then throws an ClassCastException. No message is showed to explain that specified path is not valid (and why). The result of "Import ..."/"file system" into an existent file is: (...
verified fixed
aace162
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardResourceImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-07T16:31:43Z
2005-02-03T14:13:20Z
84,437
Bug 84437 [Contributions] Patch for adding ResourceMapping support to object contributions
I have modifed the UI to support object contributions on resource mappings. I will attach the patches for workbench, ide and tests. It would be nice if we could have these in for the next integration build so we could also release the changes for CVS.
verified fixed
1c44287
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/IContributorResourceAdapter2.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/DefaultContributorResourceAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java", "bundles/org.eclipse.ui...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-04T19:04:29Z
2005-02-04T15:13:20Z
84,313
Bug 84313 [Viewers] TableViewer in conjunction with SWT.VIRTUAL throws exception when updating with less elements
I created a snippet using a singlecolumn table with a tableviewer. Internaly I use an ArrayList for my table rows. While adding+viewer.refresh() works fine, removing or filter is causing an exception. This only happens in conjunction with a SWT.VIRTUAL table. (Test on 3.1M4)
verified fixed
8a90f73
["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/VirtualTableTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/interactive/Vi...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-04T14:47:31Z
2005-02-03T11:26:40Z
84,168
Bug 84168 Unknown extension tag found: keywordReference
I20050201-0800 Open the preferences Plugin org.eclipse.ui.ide, extension org.eclipse.ui.preferencePages Unknown extension tag found: keywordReference
verified fixed
874f824
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PreferencePageRegistryReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-02T21:32:50Z
2005-02-01T17:46:40Z
60,117
Bug 60117 [Viewers] Need a DeferredTableContentProvider
eclipse-SDK-I20040427-win32.zip 1. Perform a search & display the results with the flat layout 2. Now sort the results by 'Parent Name'... notice the type names do not come first 2. Switch to the hierarchical layout, then back to the flat - now the type names are first
verified fixed
a20a619
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AcceptAllFilter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IFilter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundl...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-02T07:12:14Z
2004-04-27T15:33:20Z
79,113
Bug 79113 [Progress] NPE in JobInfo.getCondensedDisplayString().
eclipse.buildId=I200411050810 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US I just noticed these in the log, not sure how I got them. java.lang.NullPointerException at org.eclipse.ui.internal.progress.JobInfo.getCondensedDisplayString (JobInfo.java:...
verified fixed
62f626e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-01T19:37:07Z
2004-11-19T21:33:20Z
83,702
Bug 83702 [Preferences] PreferencesUtil.createPreferenceDialogOn(...) clarification
I20050125-0800 Javadoc for PreferencesUtil.createPreferenceDialogOn(Shell, ...) says a new dialog is created. This is not the case if the preference dialog is already open (GOOD!). This should be stated in the Javadoc.
verified fixed
40f5997
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PreferencesUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-01T19:05:34Z
2005-01-26T11:46:40Z
84,076
Bug 84076 [Viewers][Progress]Refreshing Variables View blocks UI thread
The deferred tree content manager computes a label for each "fetch children" job as an element's label. In the case of the debugger, this is bad, as it can cause communication with the target.
verified fixed
92165f0
["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
2005-02-01T16:06:37Z
2005-01-31T19:33:20Z
84,141
Bug 84141 [Decorators] DecoratorScheduler should not lock UI Thread
20050125 Currently the DecoratorScheduler locks the UI Thread sometimes while decorations are running. We should remove this lock and use a scheduling rule instead.
verified fixed
ad66ffe
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/decorators/DecoratorTableTreeT...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-02-01T15:59:56Z
2005-02-01T15:00:00Z
84,013
Bug 84013 [javadoc] IWorkbenchPage description of view is incorrect
The javadoc of IWorkbenchPage says: Only one instance of a particular view type may exist within a workbench page, which is invalid since 3.0.
verified fixed
37a5a45
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-31T01:24:59Z
2005-01-31T00:06:40Z
84,008
Bug 84008 [DynamicUI] Keyword extension point needs to be dynamic
The keyword extension point needs a registry that respects dynamic plugin changes.
verified fixed
1c12ca2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keywords/KeywordRegistry.java", "bun...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-30T20:34:31Z
2005-01-30T21:20:00Z
83,580
Bug 83580 [Model] BaseWorkbenchContentProvider class Javadoc is incomplete
The class Javadoc for BaseWorkbenchContentProvider (plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/BaseWorkbenchContentProvider.java) leaves you hanging. It ends with the phrase, "If subclassed, the following".
verified fixed
e6c901d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/BaseWorkbenchContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-25T16:01:33Z
2005-01-24T23:40:00Z
83,137
Bug 83137 [ActivityMgmt] EditorAction contribution ignored if editor is first displayed with capability disabled
- Define an org.eclipse.ui.editorActions extension point in a test plugin. Target a generic editor (ex the Java editor) which is not connected with the test plugin. - Add the test plugin to a new "Test" capability which is disabled by default. - Start runtime. - Ensure that the "Test" capability is disabled. - Perform ...
verified fixed
aa80961
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-24T15:40:06Z
2005-01-18T20:26:40Z
62,557
Bug 62557 [Progress] progress view "verbose" does not retain checkmark
build i0517-1219 - in the progress view use the drop-down menu to "show verbose" - close the view - open the view via double-clicking in the bottom right of the app window - note that the checkmark doesn't appear next to "verbose" in the menu - note that it is showing all jobs - choose "verbose" from the menu - note it...
verified fixed
5227d0f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/ViewPreferencesAction.java"...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-21T21:43:20Z
2004-05-17T21:40:00Z
83,369
Bug 83369 [Import/Export] Unused manifest file generation code in ZipFileExporter
null
verified fixed
33acc22
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ArchiveFileExportOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipFileExporter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-21T13:34:14Z
2005-01-21T04:00:00Z
82,814
Bug 82814 [Import/Export] ZipFileExporter and TarFileExporter could use less memory
null
verified fixed
070f734
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipFileExporter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-21T04:44:02Z
2005-01-14T02:33:20Z
83,248
Bug 83248 Warnings in javadoc generation
If you check N20050119-0010/compilelogs/platform.doc.isv.javadoc.txt, you will find that there are a lot of warnings during the javadoc generation of platform plugins. I will attach patches to get rid of them.
closed fixed
e095a33
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageCache.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPartListener.j...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-20T13:51:36Z
2005-01-19T21:26:40Z
82,467
Bug 82467 [Properties] Properties dialog should be searchable
When I opened the properties page on my project (right click > properties) I was surprised to not find a "search" field. Then I realized that I was not in the "preference dialog". The source of the confusion lies in the fact that both properties page and preference page have the same layout, but that now they are diffe...
verified fixed
9cec36b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-18T20:38:03Z
2005-01-10T15:13:20Z
77,840
Bug 77840 [About] More Info button does nothing if Eclipse installed into location with spaces in path (on Linux)
1. Install Eclipse into a directory containing spaces in the name (e.g. "/opt/eclipse301\ sdk"). 2. Start Eclipse. 3. Open Help > About > Feature Details and select a feature. 4. Click More Info -- nothing happens. If installed into a directory that does not contain spaces, then this works fine. And works fine on Windo...
verified fixed
4e7901b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-18T19:20:13Z
2004-11-04T14:53:20Z
83,095
Bug 83095 [WorkingSets] Working set selection dialog should support specific working sets
The working set selection dialog shold allow to select a specific type of working set. The breakpoints view would benefit from this feature to restrict users to breakpoint working sets when selecting a default breakpoint working set. The Java tooling may also benefit from this feature.
verified fixed
94efc58
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-18T19:18:47Z
2005-01-18T14:53:20Z
82,798
Bug 82798 TableViewer internalRefresh is very slow as of 1.19
null
verified fixed
81e9781
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-18T17:33:59Z
2005-01-13T21:00:00Z
79,916
Bug 79916 [Viewers] isDisposed check needed in AbstractTreeViewer#internalRemove
null
verified fixed
53fb887
["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
2005-01-18T16:57:49Z
2004-12-01T19:40:00Z
82,240
Bug 82240 [Viewers] Need a content provider for tables that gets elements lazily
Currently all of our viewers assume that all of the elements are avialble. In the case of a virtual table we also want to be able to load elements as they become visible rather than all at once (common issue for databases). Here are some of the issues 1) Need to setItemCount on the table from the content provider 2) Ne...
verified fixed
26a611d
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-18T16:28:55Z
2005-01-05T15:46:40Z
80,608
Bug 80608 SWT.error does not initialize the causing exception.
SWTException stores the "cause" exception in a public field named "throwable". This prevents access to the causing exception in a standard way, the Exception.getCause method. SWT.error should call initCause to set this up.
resolved fixed
f773697
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-17T18:28:22Z
2004-12-09T16:33:20Z
82,309
Bug 82309 [Workbench] Feature request: test for Workbench closing
I shall be grateful if org.eclipse.ui.IWorkbench2 could be created which extends org.eclipse.ui.IWorkbench by adding: isClosing() which is already implemented as org.eclipse.ui.internal.Workbench.isClosing(). (Conceivably, someone else might want isStarting() too.) When a document closes, I need to know if the user exp...
verified fixed
b80a0bb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.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
2005-01-12T15:40:29Z
2005-01-06T11:13:20Z
82,617
Bug 82617 [Dialogs] Clean... dialog sorts projects in diff order than Package Explorer or Navigator
The Clean... dialog listing of projects for cleaning is sorted in a different manner than both the Package Explorer and the Navigator. Threw me at first for finding my project in the list.
verified fixed
ddbc881
["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
2005-01-12T15:21:01Z
2005-01-11T21:46:40Z
82,605
Bug 82605 Invalid thread access updating build actions
Build: I20050110 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2827) at org.eclipse.swt.SWT.error(SWT.java:2752) at org.eclipse.swt.SWT.error(SWT.java:2723) at org.eclipse.swt.widgets.Widget.error(Widget.java:388) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:291)...
verified fixed
c9f23ee
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-11T21:23:28Z
2005-01-11T21:46:40Z
79,180
Bug 79180 [Viewers] TableViewer virtual manager may not handle programmatic scrolling
VirtualManager has a field currentVisibleIndex which holds the index of the last added item. This in itself is a major design bug since nobody guarantees in any way that items are created sequencially. A test case could easily be constructed in which after causing the creation of the the x first items the table is prog...
verified fixed
e209ba9
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-11T16:21:18Z
2004-11-22T13:26:40Z
82,496
Bug 82496 [Preferences] Custom PreferenceNode fails in R3.1 M4
!ENTRY org.eclipse.core.runtime 4 2 2005-01-10 12:53:50.312 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException: com.ibm.lpex.alef.LpexViewPreferenceNode at org.eclipse.ui.internal.dialogs.GroupedPreferenceLabelProvider.getBackground(GroupedPrefe...
verified fixed
3f81373
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/GroupedPreferenceLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-10T20:15:49Z
2005-01-10T18:00:00Z
61,945
Bug 61945 [Workbench] refresh local is not backgroundable
in i05111600 When I refresh local a large workspace (70000 files) it takes several minutes but I get only a modla progress dialog. No opportunity to put it in the background.
resolved fixed
f2b5a76
["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
2005-01-07T22:47:04Z
2004-05-12T16:40:00Z
65,018
Bug 65018 [Workbench] Close Project operation has no task name
RC1 If I close a couple of projects th dialog comes up but there is no task name ever set so I always get an "operation in progress" message.
verified fixed
7711092
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenResourceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-07T22:09:00Z
2004-06-01T14:26:40Z
81,674
Bug 81674 [Progress] NPE in JobErrorDialog
3.1 M4 A background job returned an error, and this NPE occured. 1. Replace > with anothe branch or version 2. expand details (disconnect form network, in my case the repo was not accessible) 3. click the refresh tags button 4. click around, and dismiss the dialog. The error dialog the jogs error dialog opens when the ...
verified fixed
1490c7a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-07T14:25:03Z
2004-12-20T19:13:20Z
57,321
Bug 57321 Remaining build UI items
null
resolved fixed
883bcd9
["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
2005-01-06T22:49:27Z
2004-04-02T21:06:40Z
80,058
Bug 80058 [Wizards] Create folder blocked should avoid locking workspace
Version 3.1.M3. - In the Resource perspective, I did a Team/CVS Update on a large Java project and sent it to the background. - I then went into a different project, and tried to create a new directory from the Navigation pane. That action was blocked. Should I not be able to create a new folder at the same time? Thank...
verified fixed
da0660c
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-01-06T16:14:44Z
2004-12-02T20:40:00Z