id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
4,730
87,111
Bug 87111 [Dialogs] Feature: add general-purpose page change notification for dialogs
New dynamic help pane attaches itself to all the dialogs that JFace provides. Some of these dialogs manage multiple pages but dynamic help has no way of registering for page change notification. Examples of dialogs that exhibit this behaviour are WizardDialog, PreferenceDialog, LaunchConfigurationDialog (in Debug), Pro...
2005-03-03 16:28:32
1,109,890,000
verified fixed
1ed996e
1,111,410,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageChangeProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageChangedListener.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PageChangedEvent.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.jav...
Eclipse_Platform_UI
4,731
88,634
Bug 88634 [ActivityMgmt] move activity image binding to the activitySupport extension point
Images are really peripheral to activities and their declaration should be moved to the activitySupport extension point
2005-03-21 08:47:06
1,111,410,000
verified fixed
020d258
1,111,410,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/ImageBindingRegistry.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/activities/ActivitiesTestSuite.java
Eclipse_Platform_UI
4,732
88,635
Bug 88635 [EditorMgmt] add performance tracking for content type resolution
This operation could be expensive and should be tracked.
2005-03-21 08:51:46
1,111,410,000
verified fixed
2d8b474
1,111,410,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/UIStats.java
Eclipse_Platform_UI
4,733
88,604
Bug 88604 [EditorMgmt] [Perspectives] NPE in PerspectiveListenerList.fireEvent when debug flag is on
build I20050315 + latest UI from head When running the tests, the perspective-oriented tests in IWorkbenchPageTests fail with an NPE like the following Thread [main] (Suspended (exception NullPointerException)) PerspectiveListenerList.fireEvent(SafeRunnable, IPerspectiveListener, IPerspectiveDescriptor, String) line: 5...
2005-03-20 19:32:36
1,111,370,000
verified fixed
35396f8
1,111,370,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
4,734
85,506
Bug 85506 [Import/Export] [Preferences] import preference wizard uses a "save" dialog.
I20050215-2300 The import preferences wizard provides a browse button to select the file you wish to import from. However, it creates a Save As dialog. When you select the file you wish to import you are greeted with a warning that the file will be overwritten. No such thing occurrs, and otherwise the import succeeds.
2005-02-16 13:48:06
1,108,580,000
verified fixed
d526694
1,111,180,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/PreferencesMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1.java bu...
Eclipse_Platform_UI
4,735
88,273
Bug 88273 [ViewMgmt] (regression) Show view dialog does not remember last selection or expanded state
null
2005-03-16 21:09:03
1,111,030,000
verified fixed
e94da57
1,111,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java
Eclipse_Platform_UI
4,736
86,610
Bug 86610 Lots of Worker threads (around 100)
3.1 M5a When running all our tests together (see attached class AllZRZHTests.java) on our buildmachine (Linux Fedora Core using Sun VM 1.4.2_06) we see that more and more Worker threads get created but not terminated. When the last test cases are reached, tons of "java.lang.StackOverflowError" are written to the consol...
2005-02-25 06:25:54
1,109,330,000
verified fixed
23e6571
1,111,010,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java
Eclipse_Platform_UI
4,737
88,137
Bug 88137 [Model] NPE on editor resource save
When the editor part has no title tool tip set (null) or when there is an editor input with null toolTipText the EditorPart.getTitleToolTip() will return null. This will result in NPE thrown in org.eclipse.ui.mode.WorkbenchPartLabelProvider.getText(Object) at line 56: String path = part.getTitleToolTip(); if (path.leng...
2005-03-15 18:39:49
1,110,930,000
verified fixed
7472e07
1,110,990,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/WorkbenchPartLabelProvider.java
Eclipse_Platform_UI
4,738
88,175
Bug 88175 NPE opening ShowViewDialog
20040315 with platform-ui from HEAD When I open the ShowView dialog I get the following NPE !ENTRY org.eclipse.ui 4 0 2005-03-16 09:35:51.555 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.ViewSorter.compare(ViewSorter.java:46) at org.eclipse.jface.vie...
2005-03-16 09:37:45
1,110,980,000
verified fixed
9b9698e
1,110,990,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewSorter.java
Eclipse_Platform_UI
4,739
88,116
Bug 88116 [ViewMgmt] ClassCastException in show view dialog
HEAD on 2005/03/15 There is a CCE when you try and open a view in the show view dialog. Introduced with the view category changes.
2005-03-15 16:00:37
1,110,920,000
verified fixed
f41cf09
1,110,920,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewSorter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java tests/org.eclipse.ui.tests/Eclipse UI...
Eclipse_Platform_UI
4,740
48,138
Bug 48138 [Dialogs] Public API for ContainerCheckedTreeViewer, ResourceTreeAndListGroup
These are very useful classes. They are good for use in wizards.
2003-12-05 04:45:33
1,070,620,000
verified fixed
0de2fdc
1,110,920,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ContainerCheckedTreeViewer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContainerCheckedTreeViewer.java
Eclipse_Platform_UI
4,741
86,166
Bug 86166 [Preferences] need preference pages for content types
null
2005-02-22 12:23:52
1,109,090,000
verified fixed
b06c770
1,110,910,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ContentTypesPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/NewContentTypeFileAssociationDialog.java
Eclipse_Platform_UI
4,742
53,176
Bug 53176 [KeyBindings] misc: WorkbenchContextSupport should not add/remove key filter more than once
On platform-swt-dev, its becoming more known that Display.addFilter(..) exists, and people may (will) use it to circumvent our system in some cases. My big concern is that the method WorkbenchCommandSupport.setKeyFilterEnabled adds and removes us from Display's listener list. If other clients are adding listeners to th...
2004-02-26 09:49:46
1,077,810,000
verified fixed
0289d1e
1,110,900,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java
Eclipse_Platform_UI
4,743
87,951
Bug 87951 [ViewMgmt] View registry API exposes internal Category class
3.1 M5 IViewRegistry has: public Category[] getCategories(); but Category is internal. Either we need to provide an IViewCategory (similar to IWizardCategory) or provide a shared ICategory interface that can be used across multiple extension registries.
2005-03-14 12:08:34
1,110,820,000
verified fixed
23cbb9b
1,110,890,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewContentProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewLabelProvider.java bundles/org....
Eclipse_Platform_UI
4,744
86,633
Bug 86633 [Themes] Cascading*Registry should not use Display.getCurrent().asyncExec
3.1 M5 org.eclipse.ui.internal.themes.CascadingColorRegistry.dispose() org.eclipse.ui.internal.themes.CascadingFontRegistry.dispose() have the following pattern: Display.getCurrent().asyncExec(displayRunnable); If this is not running in the UI thread, then Display.getCurrent() will return null. If it is running in the ...
2005-02-25 09:59:42
1,109,340,000
verified fixed
640f958
1,110,830,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/CascadingColorRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/CascadingFontRegistry.java
Eclipse_Platform_UI
4,745
87,856
Bug 87856 [Commands] Last closed editor leaked due to reference by command manager
null
2005-03-12 08:22:51
1,110,630,000
verified fixed
0d30649
1,110,830,000
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/commands/Paramet...
Eclipse_Platform_UI
4,746
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.
2004-10-21 15:05:34
1,098,390,000
verified fixed
81343bb
1,110,830,000
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
4,747
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....
2004-09-26 09:48:59
1,096,210,000
verified fixed
0a3df41
1,110,820,000
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
4,748
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
2005-02-11 08:07:46
1,108,130,000
resolved fixed
a6c0489
1,110,810,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/NavigationHistory.java
Eclipse_Platform_UI
4,749
87,796
Bug 87796 [WorkbenchParts] IWorkbenchSite.getShell() returns null / every text-based editor is leaked
null
2005-03-11 12:18:27
1,110,560,000
verified fixed
719bffa
1,110,580,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java
Eclipse_Platform_UI
4,750
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
2005-03-11 16:10:11
1,110,580,000
verified fixed
8fd0f2b
1,110,580,000
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/internal/ide/dial...
Eclipse_Platform_UI
4,751
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.
2005-03-11 10:30:57
1,110,560,000
verified fixed
343cea2
1,110,560,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/SelectionEnabler.java
Eclipse_Platform_UI
4,752
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.
2005-03-11 10:20:35
1,110,550,000
verified fixed
fcc60ab
1,110,550,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IViewLayout.java
Eclipse_Platform_UI
4,753
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...
2005-03-03 10:13:27
1,109,860,000
verified fixed
1c21bd8
1,110,520,000
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
4,754
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...
2004-02-15 01:37:11
1,076,830,000
verified fixed
e2fbd90
1,110,510,000
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 UI/org/eclipse/ui/inter...
Eclipse_Platform_UI
4,755
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...
2005-03-09 00:07:05
1,110,340,000
verified fixed
e63fb57
1,110,480,000
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/EditorAreaHelper.java bundles/org....
Eclipse_Platform_UI
4,756
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...
2005-03-10 11:19:43
1,110,470,000
resolved fixed
77df795
1,110,470,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java
Eclipse_Platform_UI
4,757
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...
2005-03-10 06:55:37
1,110,460,000
verified fixed
d4778a4
1,110,470,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java
Eclipse_Platform_UI
4,758
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.
2005-01-17 11:07:29
1,105,980,000
verified fixed
5d7dd46
1,110,320,000
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.ui.workbenc...
Eclipse_Platform_UI
4,759
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.
2005-03-08 14:02:00
1,110,310,000
verified fixed
aba31b4
1,110,310,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/CommandPersistence.java
Eclipse_Platform_UI
4,760
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 ...
2005-02-08 11:01:55
1,107,880,000
resolved fixed
ea7ac41
1,110,300,000
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 UI/org/e...
Eclipse_Platform_UI
4,761
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...
2005-03-08 11:20:43
1,110,300,000
verified fixed
a6105d2
1,110,300,000
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
4,762
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...
2005-02-04 11:01:17
1,107,530,000
verified fixed
c24712c
1,110,250,000
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/org.eclipse....
Eclipse_Platform_UI
4,763
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...
2005-03-02 13:58:08
1,109,790,000
verified fixed
8336431
1,110,240,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java
Eclipse_Platform_UI
4,764
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.
2004-06-15 04:28:30
1,087,290,000
verified fixed
cb9dfc6
1,110,240,000
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
4,765
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.
2004-08-19 11:32:21
1,092,930,000
verified fixed
e61bf96
1,110,240,000
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/IParameter.java bun...
Eclipse_Platform_UI
4,766
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...
2005-03-04 18:41:53
1,109,980,000
resolved fixed
837d411
1,110,230,000
bundles/org.eclipse.jface/src/org/eclipse/jface/window/SameShellProvider.java
Eclipse_Platform_UI
4,767
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 ...
2005-03-03 12:34:50
1,109,870,000
verified fixed
c6c348e
1,110,220,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
4,768
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...
2005-03-01 17:18:31
1,109,720,000
verified fixed
ee62a6c
1,109,770,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java
Eclipse_Platform_UI
4,769
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.
2005-02-02 16:04:08
1,107,380,000
verified fixed
925d60b
1,109,620,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java
Eclipse_Platform_UI
4,770
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...
2005-02-22 13:51:49
1,109,100,000
verified fixed
3ef8db3
1,109,610,000
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
4,771
86,456
Bug 86456 [Dialogs] Dialogs open on wrong monitor
null
2005-02-24 06:57:34
1,109,250,000
resolved fixed
db74ea3
1,109,380,000
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
4,772
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...
2005-02-24 05:51:35
1,109,240,000
resolved fixed
19f6091
1,109,360,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java
Eclipse_Platform_UI
4,773
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...
2005-02-25 07:10:15
1,109,330,000
resolved fixed
cf7f46e
1,109,350,000
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
4,774
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).
2005-02-24 10:18:17
1,109,260,000
verified fixed
a694733
1,109,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java
Eclipse_Platform_UI
4,775
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...
2005-02-23 13:06:08
1,109,180,000
verified fixed
4562bf5
1,109,190,000
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
4,776
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...
2005-01-17 05:07:08
1,105,960,000
closed fixed
9505fcd
1,109,180,000
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
4,777
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...
2005-01-17 04:32:53
1,105,950,000
closed fixed
8dda1af
1,109,180,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java
Eclipse_Platform_UI
4,778
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
2004-11-02 15:29:54
1,099,430,000
verified fixed
6efd313
1,109,170,000
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
4,779
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(...
2005-02-22 19:18:08
1,109,120,000
resolved fixed
7e6ce71
1,109,120,000
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/org.eclipse.ui.tests/Eclipse UI...
Eclipse_Platform_UI
4,780
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
2004-12-10 08:42:03
1,102,690,000
verified fixed
5475711
1,109,090,000
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 bundles/org.eclip...
Eclipse_Platform_UI
4,781
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...
2004-12-15 16:51:23
1,103,150,000
verified fixed
70a1b00
1,109,020,000
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
4,782
64,496
Bug 64496 [KeyBindings] preference page: should use Combo.setVisibleItemCount(int)
null
2004-05-28 03:03:27
1,085,730,000
verified fixed
54c7f0a
1,109,010,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java
Eclipse_Platform_UI
4,783
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...
2005-02-15 11:21:21
1,108,480,000
verified fixed
87ac1a9
1,109,000,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java
Eclipse_Platform_UI
4,784
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 ...
2005-02-11 15:12:14
1,108,150,000
verified fixed
887a8dd
1,109,000,000
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
4,785
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.
2005-02-11 11:37:36
1,108,140,000
verified fixed
8eba0ab
1,108,740,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java
Eclipse_Platform_UI
4,786
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.
2004-11-24 14:09:22
1,101,320,000
resolved fixed
9fb43a5
1,108,700,000
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 UI Tests/org/eclipse...
Eclipse_Platform_UI
4,787
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.
2005-02-17 18:09:57
1,108,680,000
verified fixed
6f32cdd
1,108,680,000
bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java
Eclipse_Platform_UI
4,788
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
2005-02-16 11:47:29
1,108,570,000
verified fixed
feeafa0
1,108,670,000
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
4,789
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)
2005-02-16 09:31:05
1,108,560,000
verified fixed
407919a
1,108,570,000
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
4,790
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...
2005-02-16 06:56:46
1,108,560,000
verified fixed
0d6cf75
1,108,570,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
Eclipse_Platform_UI
4,791
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...
2004-11-29 17:46:33
1,101,770,000
verified fixed
0c31e6a
1,108,530,000
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
4,792
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.
2004-11-02 11:49:25
1,099,410,000
verified fixed
61b0d45
1,108,530,000
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
4,793
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.
2005-02-08 12:03:01
1,107,880,000
verified fixed
4b6a8e2
1,108,530,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java
Eclipse_Platform_UI
4,794
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.
2005-02-15 07:51:27
1,108,470,000
resolved wontfix
b766748
1,108,530,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
Eclipse_Platform_UI
4,795
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...
2005-02-15 14:24:15
1,108,500,000
verified fixed
984df4e
1,108,500,000
bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java
Eclipse_Platform_UI
4,796
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 ...
2005-02-15 13:34:56
1,108,490,000
verified fixed
f484bf6
1,108,490,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobsViewPreferenceDialog.java
Eclipse_Platform_UI
4,797
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.
2005-02-14 13:43:34
1,108,410,000
verified fixed
397276d
1,108,490,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java
Eclipse_Platform_UI
4,798
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...
2005-02-10 11:53:23
1,108,050,000
verified fixed
b6cdf88
1,108,420,000
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
4,799
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...
2005-01-31 22:14:25
1,107,230,000
verified fixed
310e7fc
1,108,170,000
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
4,800
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 ...
2004-05-11 20:45:22
1,084,320,000
verified fixed
141ebc7
1,108,150,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java
Eclipse_Platform_UI
4,801
84,990
Bug 84990 [Viewers] Label images in TableViewer are not updated
null
2005-02-11 08:41:32
1,108,130,000
verified fixed
6f01e16
1,108,150,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java
Eclipse_Platform_UI
4,802
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...
2005-02-08 11:55:16
1,107,880,000
verified fixed
c5b53db
1,107,990,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java
Eclipse_Platform_UI
4,803
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).
2005-02-07 11:50:38
1,107,800,000
verified fixed
2a5f7c3
1,107,990,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java
Eclipse_Platform_UI
4,804
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.
2005-02-02 13:46:55
1,107,370,000
verified fixed
5dd21f6
1,107,970,000
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.java
Eclipse_Platform_UI
4,805
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...
2005-02-09 10:38:24
1,107,960,000
verified fixed
aaf1398
1,107,970,000
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/PreferencePageRegistryReader.java b...
Eclipse_Platform_UI
4,806
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.
2005-02-07 10:32:18
1,107,790,000
verified fixed
5fc340a
1,107,920,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java
Eclipse_Platform_UI
4,807
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...
2005-02-07 09:53:36
1,107,790,000
verified fixed
1557d75
1,107,860,000
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/eclipse/ui/interna...
Eclipse_Platform_UI
4,808
45,248
Bug 45248 [ViewMgmt] need a way for views to override save action
null
2003-10-20 20:23:38
1,066,700,000
verified fixed
65e3d05
1,107,810,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
4,809
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...
2005-02-02 11:03:56
1,107,360,000
verified fixed
485c35d
1,107,810,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java
Eclipse_Platform_UI
4,810
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.
2005-02-07 12:08:44
1,107,800,000
verified fixed
c25b304
1,107,800,000
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
4,811
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: (...
2005-02-03 08:15:05
1,107,440,000
verified fixed
aace162
1,107,790,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardResourceImportPage.java
Eclipse_Platform_UI
4,812
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.
2005-02-04 10:23:16
1,107,530,000
verified fixed
1c44287
1,107,540,000
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.workbench/...
Eclipse_Platform_UI
4,813
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)
2005-02-03 05:55:48
1,107,430,000
verified fixed
8a90f73
1,107,530,000
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/VirtualTableView.java
Eclipse_Platform_UI
4,814
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
2005-02-01 13:40:42
1,107,280,000
verified fixed
874f824
1,107,380,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PreferencePageRegistryReader.java
Eclipse_Platform_UI
4,815
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
2004-04-27 11:18:45
1,083,080,000
verified fixed
a20a619
1,107,330,000
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 bundles/org.eclipse...
Eclipse_Platform_UI
4,816
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:...
2004-11-19 16:16:41
1,100,900,000
verified fixed
62f626e
1,107,290,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java
Eclipse_Platform_UI
4,817
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.
2005-01-26 06:24:33
1,106,740,000
verified fixed
40f5997
1,107,280,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/PreferencesUtil.java
Eclipse_Platform_UI
4,818
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.
2005-01-31 14:13:28
1,107,200,000
verified fixed
92165f0
1,107,270,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java
Eclipse_Platform_UI
4,819
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.
2005-02-01 10:43:37
1,107,270,000
verified fixed
ad66ffe
1,107,270,000
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/DecoratorTableTreeTest.java tests/org.e...
Eclipse_Platform_UI
4,820
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.
2005-01-30 19:28:08
1,107,130,000
verified fixed
37a5a45
1,107,130,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java
Eclipse_Platform_UI
4,821
84,008
Bug 84008 [DynamicUI] Keyword extension point needs to be dynamic
The keyword extension point needs a registry that respects dynamic plugin changes.
2005-01-30 15:26:32
1,107,120,000
verified fixed
1c12ca2
1,107,120,000
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 bundles/org.eclipse.ui....
Eclipse_Platform_UI
4,822
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".
2005-01-24 19:04:24
1,106,610,000
verified fixed
e6c901d
1,106,670,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/BaseWorkbenchContentProvider.java
Eclipse_Platform_UI
4,823
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 ...
2005-01-18 14:58:58
1,106,080,000
verified fixed
aa80961
1,106,580,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionBuilder.java
Eclipse_Platform_UI
4,824
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...
2004-05-17 16:55:25
1,084,830,000
verified fixed
5227d0f
1,106,340,000
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 bundles/org.eclip...
Eclipse_Platform_UI
4,825
83,369
Bug 83369 [Import/Export] Unused manifest file generation code in ZipFileExporter
null
2005-01-20 23:48:35
1,106,280,000
verified fixed
33acc22
1,106,310,000
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
4,826
82,814
Bug 82814 [Import/Export] ZipFileExporter and TarFileExporter could use less memory
null
2005-01-13 21:46:58
1,105,670,000
verified fixed
070f734
1,106,280,000
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
4,827
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.
2005-01-19 15:50:40
1,106,170,000
closed fixed
e095a33
1,106,230,000
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.java bundles/or...
Eclipse_Platform_UI
4,828
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...
2005-01-10 09:07:30
1,105,370,000
verified fixed
9cec36b
1,106,080,000
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
4,829
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...
2004-11-04 10:54:06
1,099,580,000
verified fixed
4e7901b
1,106,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java
Eclipse_Platform_UI