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]
76,506
Bug 76506 [Preferences] UIPreferenceInitializer aggressively accesses instance preferences
null
verified fixed
35aac71
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-19T19:16:42Z
2004-10-18T20:06:40Z
76,565
Bug 76565 [KeyBindings] Esc Ctrl+F does not work properly
I200410190800, GTK+ 2.4.9, KDE 3.3.0, Linux 2.6.8.1 If you press "Esc" to start a multi-stroke key binding, "Esc" appears in the status line. Before the pop-up appears, press "Ctrl" and "Esc" disappears. So, pressing "Esc Ctrl+F" is not possible (unless you wait for the pop-up to appear). I've made rather significant c...
verified fixed
4f502a3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-19T19:06:18Z
2004-10-19T15:33:20Z
76,276
Bug 76276 [IDE] File deletion obtains workspace root rule
Build 20041013 1. Select all projects in the workspace. 2. Right click -> Team -> Update (Run in Background) 3. While the Update is running, select a few files in the package explorer and press Delete. 4. A modal progress dialog comes up and the user has to wait until the Update finishes for the Delete to be processed....
resolved fixed
7592353
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-19T18:43:20Z
2004-10-14T16:06:40Z
76,319
Bug 76319 [Perspectives] Poor error reporting when unable to create perspective
build I20041015 If you try to open a perspective that is missing, for example if the result of WorkbenchAdvisor.getInitialPerspectiveId() has no corresponding perspective extension, you get a cryptic error dialog stating "Error recreating perspective", with no further details as to which perspective was the problem, or...
verified fixed
f9eeadf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-14T21:21:29Z
2004-10-14T21:40:00Z
74,468
Bug 74468 [Preferences]deprecated preference initialization
IDEWorkbenchPlugIn uses initializeDefaultPreferences to set up its defaults. This was deprecated in 2.0 and is no longer called as we are not on the compatibility layer any more. Here is the code to migrate: store.setDefault(IDEInternalPreferences.SAVE_ALL_BEFORE_BUILD, false); store.setDefault(IDEInternalPreferences.S...
verified fixed
40291c5
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEPreferenceInitializer.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-14T21:07:09Z
2004-09-21T20:53:20Z
76,113
Bug 76113 [Commands] "Aggressive" error reporting for action def with definitionId and no command
null
verified fixed
df3b94c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/CommandCallback.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-12T22:17:24Z
2004-10-12T19:40:00Z
76,098
Bug 76098 [PerspectiveBar] [DND] Leaking workbench windows
I200410050800, Windows XP DragUtil is leaking workbench windows through its defaultTargets array. The defaultTargets ends up holidng on to a PerspectiveSwitcher, which holds on to the old window.
resolved fixed
7a76585
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-12T21:44:40Z
2004-10-12T16:53:20Z
55,453
Bug 55453 [DnD] ClassCastException in MarkerTransfer.lazyInit
build I20040318 Noticed this in my .log. Not sure what triggered it. I don't think I was doing DnD from any of the marker views. Perhaps the editor area one got triggered somehow? !SESSION Mar 20, 2004 11:44:17.537 --------------------------------------------- java.version=1.4.2_01 java.vendor=Sun Microsystems Inc. Boo...
verified fixed
223f83b
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-08T22:46:49Z
2004-03-20T19:13:20Z
73,067
Bug 73067 [DnD] Dock views is very hard if there is no editor area
I created an RCP application without editor area. Created some views. Undocked all of them by dragging with the mouse. So all they are outside the workbench window. Now it is very hard to bring them back into the workbench window by dragging them. The dark gray line border appears in the workbench window but if I relea...
verified fixed
416c1e1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-08T22:13:37Z
2004-09-01T14:46:40Z
74,762
Bug 74762 [Workbench] Dual screen (Matrox DualHead MultiDisplay) startup only on one monitor
Hi, I'm working with two screens, connected to a Matrox "DualHead" Card... That configuration is if I maximize a program window, it maximize only on one of the two screens, but I can open it on the two screens (as if it was a unique wide screen) manually by extending edges of the window to the bounds of that "big" scre...
verified fixed
b5e4825
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-08T21:11:51Z
2004-09-23T11:46:40Z
67,311
Bug 67311 [ViewMgmt] [RCP] Other views may be docked with standalone views
RC2 Steps to reproduce: 1) Modify the Browser example plugin.xml so that the Browser perspective is not fixed. 2) Modify the first line of BrowserPerspectiveFactory.createInitialLayout to be: layout.addStandaloneView(BrowserApp.BROWSER_VIEW_ID, false, IPageLayout.RIGHT, .25f, IPageLayout.ID_EDITOR_AREA); 2) Launch the ...
verified fixed
b1694be
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Geometry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ILayoutContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-08T20:22:38Z
2004-06-15T17:20:00Z
66,967
Bug 66967 [Contributions] PropertyParser should be deprecated (or removed)
Internal class org.eclipse.ui.ide/org.eclipse.ui.internal.ide.model/PropertyParser should be deprecated. People should be using the extension point org.eclipse.core.runtime.contentTypes instead Note that the tags XML_FIRST_TAG and XML_DTD_NAME have already been deprecated. Can we actually remove these instead of deprec...
verified fixed
9f11fc7
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/PropertyParser.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkbenchResource.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-08T20:15:48Z
2004-06-14T16:20:00Z
38,085
Bug 38085 [IDE] Open Resource shows files in build directory as well as source directories
In a Java project, I have a Source and a Build directory. When I use the Open Resource menu to look at a non-Java file, the Open Resource window shows me both the copy in the Source directory(s) and also the one in the Build directory. I think the Build directory source should be filtered out, since it is more natural ...
verified fixed
3315adc
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-08T18:22:55Z
2003-05-24T21:00:00Z
75,689
Bug 75689 [Progress] Progress bar does not work while creating patch
Using build I200410050800. While creating a patch file, progress is always empty even if the cvs diff takes a long time. Seem to be a regression as it worked with M2...
verified fixed
7b56216
["bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-07T14:38:53Z
2004-10-06T08:06:40Z
50,071
Bug 50071 [Tasks] Got AssertionFailedException
Using 200401060800, I got this exception editing a cu with a lot of errors. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.ui.views.markers.internal.MarkerView.getT...
verified fixed
3f296bf
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-06T04:02:57Z
2004-01-15T15:20:00Z
69,424
Bug 69424 TVT3.0: Multiple Mnemonics in Tasks -> Filters
From the main Workbench view, click the Task menu (drop down arrow) and select Filters. There are duplicated mnemonics for (D). See the attached screenshot.
resolved wontfix
14b34bb
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogBookmarkFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemFilter.java", "bundles/org.eclipse.ui.ide/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-06T02:01:23Z
2004-07-06T21:40:00Z
69,423
Bug 69423 [Tasks] TVT3.0: Multiple Mnemonics in Tasks -> Sorting screen
From the main Workbench view, click the Task menu (drop down arrow) and select Sorting. There are duplicated mnemonics for (D) and (A). See the attached screenshot.
closed fixed
111d948
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MnemonicAssigner.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-05T23:38:09Z
2004-07-06T21:40:00Z
65,049
Bug 65049 [Dialogs] NPE when creating folder during adding source folder while workspace is locked
3.0RC1 - start a job holding the workspace lock during the following steps (e.g., with the org.eclipse.ui.examples.job plugin) - open properties of a Java project - on the Java Build Path Source page click Add Folder - click Create New Folder - enter some name - click Ok - press cancel in the progress dialog -> the fol...
verified fixed
cd41b05
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-05T19:02:22Z
2004-06-01T17:13:20Z
73,557
Bug 73557 [Dialogs] Pattern matching changes Open Resource type-ahead behaviour
If I use the "Open Resource" dialog (Ctrl-Shift-r) and being typing, it lists matches as though there is an implicit '*' at the end. E.g. if I being typing "MyF", it will show "MyFunClass.java", "MyFoobar.java", etc. But if I add a '*' at the beginning, and start typing e.g. "*F", it doesn't show the same list of files...
verified fixed
2d81149
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-05T18:37:51Z
2004-09-09T14:26:40Z
75,564
Bug 75564 Unable to cancel exit of workbench while external tools are running
When an external tool is running, and one exits the workbench, a popup appears to warn about the external tool still running. However, there is only an OK button to continue exiting the workbench. We prefer having a cancel button as well to prevent the workbench from exiting.
resolved wontfix
8457544
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-05T18:28:01Z
2004-10-04T11:40:00Z
74,982
Bug 74982 [Commands] Select All accelerator is available on a Tree control hosted in a TreeViewer but does not send SelectionChanged events
Select All accelerator is available on a Tree control hosted in a TreeViewer but does not send SelectionChanged events. That means: 1) The user thinks that everything is OK because the items are selected in the tree. 2) The TreeViewer is not aware of the new selection and when asked about the selected elements, returns...
verified fixed
78545b3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/SelectAllHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug74982Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/CommandsTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-05T16:06:42Z
2004-09-24T18:20:00Z
75,138
Bug 75138 [Encoding] Eclipse's content type support should warn about conflicting settings
According to XML specification, if encoding is not specified in an XML file, XML processors should process the XML file with XML spec default encoding of UTF-8. However, IFile#getCharset() and IFile#getCharset(boolean) search and use user- defined resource encoding as the encoding for the XML file's if it's available. ...
closed fixed
abe7c5a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-05T14:33:20Z
2004-09-28T02:53:20Z
44,467
Bug 44467 [Decorators] Decorators not updating after importing preferences
20031008 If you import the attached file to a workbench where there are projects loaded from CVS the decorators will not update after the load. We likely are just not listening for this change when we get it.
verified fixed
1a96d80
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-04T15:31:50Z
2003-10-08T16:20:00Z
74,994
Bug 74994 [Decorators] DecoratorManager activated on startup of an empty workspace
On startup of an empty workspace, the DecoratorManager is initialized. It seems to be triggered by the ResourceNavigator (note that in this case it was not even visible since the intro view was still maximized).
verified fixed
2288476
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-04T15:16:39Z
2004-09-24T21:06:40Z
75,312
Bug 75312 [Perspectives] Customize perspective command tree redawing problem
- go to the "Customize Perspective" Commands tab - select "Editor Navigation" (You see an arrow icon left to "Last edit location") in the "Menubar Details" column. - now select "Cheat Sheets" and you still see the same icon next to "Cheat Sheets..."! ==> this is a redraw problem: Put another window on top of the dialog...
verified fixed
0d7c89c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-04T14:55:10Z
2004-09-29T17:46:40Z
74,059
Bug 74059 [Viewers] ViewerLabel#hasNewImage() is wrong when setImage(..) has not been called
I200409140800 The Javadoc of ViewerLabel#hasNewImage() states: @return boolean. <code>true</code> if the image has been set to something new. But the current implementation also returns true when 'startImage' is != null, and setImage(..) has not been called. A fix could be to set 'newImage' to 'initialImage' in the con...
verified fixed
52962fc
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerLabel.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-10-01T16:41:24Z
2004-09-16T13:06:40Z
75,420
Bug 75420 [Preferences] Import should show busy cursor
build i0928 When you import new preferences, the file selection dialog disappears while the import happens. But at this point the UI is unresponsive since the system is busy doing the import. During this time, the cursor should be a busy cursor to show the user that something is happening.
verified fixed
4e2636a
["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
2004-10-01T13:44:10Z
2004-09-30T21:33:20Z
75,383
Bug 75383 [About] About Eclipse dialog: Feature buttons not properly voiced
In the About Eclipse Platform dialog (Help -> About Eclipse Platform), the graphical buttons representing installed features are not voiced by screen readers (such as Jaws 5.10) except as "button". MS Inspect Objects indicates that there is no Name attribute.
verified fixed
1dec43f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-30T21:06:58Z
2004-09-30T13:13:20Z
74,822
Bug 74822 [Preferences] Update spec for property change events
null
verified fixed
37814e5
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/PropertyChangeEvent.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-30T15:48:40Z
2004-09-23T17:20:00Z
73,083
Bug 73083 [Encoding] Need to verify encodings and indicate unavailable ones
When the encodings are set up we need to ensure that they are in the list of valid encodings available from the VM. Those that are not should be indicated as such and not be selectable in the UI.
verified fixed
036bf9a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/WorkbenchEncoding.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/UiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "T...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-29T15:59:57Z
2004-09-01T17:33:20Z
74,529
Bug 74529 [Encoding] Encoding on properties no longer explains encoding
I200409212000 This is a regression from previous builds (e.g. 3.0): along with the encoding on the properties dialog there was an explanation where it came from, e.g. inherited from container, detected from file content. This important information has gone.
verified fixed
293347d
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-28T20:27:45Z
2004-09-22T13:33:20Z
74,708
Bug 74708 [Encoding] IDEEncodingPreferencePage does not disable OK when invalid encoding is entered
20040921-2000 If you enter an invalid encoding in the IDEEncodingsPreferencePage you will still be able to select OK STEPS 1) Open the Editors preference page 2) Type ffff 3) You are warned but OK is still enabled.
verified fixed
6473031
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-28T15:24:02Z
2004-09-22T19:06:40Z
75,125
Bug 75125 [Preferences] ScopedPreferenceStore improvements.
From DJ: 1). It would be best if the silentRunning code was in a try/finally block in case there is a problem. 2). I think your code should only have to call #fireChange if old and new value are different. (unless the code does that somewhere else)
verified fixed
5b436d4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-28T14:55:06Z
2004-09-27T21:20:00Z
75,118
Bug 75118 [Wizards] Primary wizards duplicates
Primary wizards are no filtering duplicates. My scenario is that we have serveral products that can be installed on the same Eclipse base. Each of these products defines its own set of primary wizards, some of which are installed by multiple products. Here is an example snippet: <extension point="org.eclipse.ui.newWiza...
closed fixed
286934c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/NewWizardsRegistryReader.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ApiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/Bug75118Test.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-28T14:38:36Z
2004-09-27T18:33:20Z
72,615
Bug 72615 [Viewers] Need and ITableFontProvider
We released an ITabelColorProvider for M2 - we should have a corresponding ITableFontProvider
verified fixed
8ca7046
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITableFontProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.jav...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-28T13:44:38Z
2004-08-25T16:06:40Z
74,449
Bug 74449 [Contributions] StatusLineManager creates BEGIN MIDDLE END groups at wrong time
The org.eclipse.jface.action.statuslinemanager currently creates the BEGIN_GROUP MIDDLE_GROUP and END_GROUP entries in its createControl() method. Code wishing to contribute controls to the statuslinemanager in the fillActionBars method of the workbench advisor executes before the control is created, and get exceptions...
verified fixed
55fe7c2
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-27T19:08:58Z
2004-09-21T18:06:40Z
74,528
Bug 74528 [Examples] deprecated methods in Readme Tool UI Example
The method getPlugin(String) from the type Platform is deprecated AddReadmeMarkerAction.java org.eclipse.ui.examples.readmetool/Eclipse UI Examples Readme Tool/org/eclipse/ui/examples/readmetool line 91 The method getDescriptor() from the type Plugin is deprecated ReadmeImages.java org.eclipse.ui.examples.readmetool/Ec...
resolved fixed
6e15930
["examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/AdaptableList.java", "examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/AddReadmeMarkerAction.java", "examples/org.eclipse...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-27T17:56:48Z
2004-09-22T13:33:20Z
74,526
Bug 74526 [Examples] deprecated methods in PropertySheet UI Example
The type IPluginDescriptor is deprecated PropertySheetPlugin.java org.eclipse.ui.examples.propertysheet/Eclipse UI Examples PropertySheet/org/eclipse/ui/examples/propertysheet line 13 The type IPluginDescriptor is deprecated PropertySheetPlugin.java org.eclipse.ui.examples.propertysheet/Eclipse UI Examples PropertyShee...
verified fixed
8229c7c
["examples/org.eclipse.ui.examples.propertysheet/Eclipse", "UI", "Examples", "PropertySheet/org/eclipse/ui/examples/propertysheet/PropertySheetPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-27T17:18:10Z
2004-09-22T13:33:20Z
59,829
Bug 59829 [Dialogs] Working set created by the Team Project Set import wizard misses an icon
Steps to reproduce: 1. File > Import > Team Project Set 2. choose to Create a working set containing the imported project 3. after the projects have been imported, go to the Select Working Set dialog 4. the new working set has no icon I think that after the workbench is restarted the icon is there.
resolved fixed
d87b7b9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-24T21:50:46Z
2004-04-23T19:53:20Z
74,932
Bug 74932 [KeyBindings] The Key Assist Action should be available from the Help menu
The new Key Assist action is useful but there is currently no way to discover CTRL+SHIFT+L in the UI (at least I didn't find it). I suggest to make this action available from the Help menu.
verified fixed
76d95cc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/ExecutableExtensionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/IWorkbenchWindowHandlerDelegate.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/comman...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-24T20:08:45Z
2004-09-24T07:13:20Z
74,535
Bug 74535 [Preferences] Importing preferences does not fire property change events
M2 Importing preferences does not cause property change events to be fired. Set a breakpoint in ActivityPersistanceHelper, line 88 and then try and import the file i am about to attach. No events are recieved.
verified fixed
ee8d149
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-22T18:18:24Z
2004-09-22T13:33:20Z
74,472
Bug 74472 [Preferences] ScopedPreferenceStore.isDefault() returns false when the pref has been set to the default value
Set pref to it's default value. isDefault() now returns false.
verified fixed
1664dee
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-21T20:41:47Z
2004-09-21T20:53:20Z
74,296
Bug 74296 [KeyBindings] new key page is huge
3.1 (M2) The new key View panel is absolutely huge. It expands the dialog to be the width of my entire screen. There is much wasted space and the export button is cut off. Cap forthcoming.
verified fixed
2887209
["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
2004-09-20T19:35:02Z
2004-09-20T14:20:00Z
74,319
Bug 74319 [Preferences] Some preferences aren't persisted on shutdown
I200409200800 (JXE), GTK+ 2.4.9, KDE 3.3, Linux 2.6.8.1 Some preferences are not persisted on shutdown. Confirmed on all platforms: text preferences. Possibly also show intro view, prompt on exit, etc. Setting this as critical, as I'm not sure if this data is lost or simply ignored. If it is just ignored, then downgrad...
verified fixed
0fbe831
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-20T18:47:39Z
2004-09-20T17:06:40Z
58,976
Bug 58976 [EditorMgmt] (regression) Editor drop-down is missing asterisk
build I20040413 If you drop down the editor list when some editors are dirty, it's not immediately obvious which ones are dirty since the asterisk is placed at the end, not at the beginning. This is inconsistent with the tab presentation. This change was made because the asterisk was throwing off the sort order, but it...
verified fixed
ec7b745
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicPartList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-20T18:01:56Z
2004-04-17T05:33:20Z
74,172
Bug 74172 [Presentations] Outline view tool bar drawn on top of view
I200409140800, GTK+ 2.4.4, KDE 3.3.0, Linux 2.6.8.1 While moving between perspectives, I noticed that the z-order of the components in the Outline had become messed up. I'm not sure if this is reproducible. STEPS: 1.) Open WorkbenchWindow (with changes) in the Java perspective. 2.) Switch to the Team Synchronizing pers...
verified fixed
cf7d439
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/newapi/PresentablePartFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-20T16:56:43Z
2004-09-17T14:06:40Z
73,905
Bug 73905 [KeyBindings] Multi-stroke shortcut helper popup displaced
null
verified fixed
39d8481
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-20T16:13:45Z
2004-09-14T19:26:40Z
73,359
Bug 73359 [Workbench] NPE WorkbenchWindow.firePerspectiveChanged
Got NPE during exit. !SESSION Sep 07, 2004 12:36:38.805 --------------------------------------------- eclipse.buildId=I200409011200 java.version=1.4.2_05 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -update -keyring c:\eclipse\.keyring -applicati...
verified fixed
54111e3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/UIStats.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-20T15:44:28Z
2004-09-07T09:40:00Z
67,590
Bug 67590 [Presentations] The 'Save All' command has no effect
Sometimes, invoking the 'Save All' command (from the menu or as Shift+Ctrl+S) does not have any effect -- the file is not saved (while 'Save' works). It will not work until I restart Eclipse.
verified fixed
216b4e9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WWinPartService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-20T15:27:53Z
2004-06-17T08:13:20Z
74,185
Bug 74185 UIJobTest has potential concurrency failure
The UIJobTest is testing flags prematurely. The assertions wait until while (!testJobRan) { } Is complete testJobRan is set to true within testJob so it is possible for the while loop to break out before the join is completed here: delayJob.join(); thereby checking the flag before the job is done and preventing backgro...
verified fixed
f1edc77
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/UIJobTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-17T20:00:49Z
2004-09-17T14:06:40Z
73,962
Bug 73962 [IDE] NPE in CopyFilesAndFoldersOperation when overwriting existing folder
null
verified fixed
dbfa2b2
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-17T18:57:45Z
2004-09-15T06:33:20Z
56,957
Bug 56957 [Encoding] Reusable EncodingFieldEditor
I have added the ability to set an encoding for a repository so that commit messages and file names can be properly translated between a client and server whose encodings differ. I have extracted much of the code from IDEEditorsPreferencePage into an EncodingFieldEditor class so I could us it. I was planning on providi...
verified fixed
22b03e4
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/EncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse....
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-16T19:32:15Z
2004-03-31T19:06:40Z
72,217
Bug 72217 CTabFolder should hide tabs in LRU order
If CTabFolder does not have enough space to render all of its tabs, it should display the N most recently used tabs rather than the tabs immediately adjacent to the selected tab. This should not affect the relative ordering of tabs. For example: CTabItem item0 = new CTabItem(folder, SWT.NONE, 0); CTabItem item1 = new C...
resolved fixed
b260ff4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-16T18:53:51Z
2004-08-18T20:13:20Z
73,715
Bug 73715 [Workbench] (regression) Workbench menus disappeared after closing the perspective
We have several menu items on the RCP workbench, when we close the perspective from the perspective bar,(right mouse click on the perspective tab and select close) the menu items on the workbench all disappeared. This leaves the workbench in a state that is not useable. I am attaching the RCP tutorial part3, the only c...
resolved fixed
712ac94
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionSetMenuManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-15T16:40:43Z
2004-09-10T21:00:00Z
73,926
Bug 73926 [Decorators] [RCP] NoClassDefFoundError: org/eclipse/ui/internal/progress/TaskInfo
We are building an RCP application based on 3.0 Eclipse. In general, things work extremely well. We have an intermittent problem during application shutdown where we get the above NoClassDefFoundError. It appears that this is probably a race condition that causes the associated classloader to be shut down before the de...
verified fixed
067e808
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-15T15:10:11Z
2004-09-14T19:26:40Z
68,880
Bug 68880 [Progress] NewProgressViewer uses hard coded colours
R3.0 The NewProgressViewer uses a series of hard coded colours for its hyperlinks. It should use the values set in the workbench. You should use HYPERLINK_COLOR ACTIVE_HYPERLINK_COLOR ERROR_COLOR from JFacePreferences here is the problem code linkColor= display.getSystemColor(SWT.COLOR_DARK_BLUE); linkColor2= display.g...
verified fixed
55f2c47
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-15T14:48:38Z
2004-06-29T17:26:40Z
72,794
Bug 72794 [Decorators] Hierarchy view shows wrong visibility for public method [type hierarchy]
3.1 I200408241200 Visibility decorations are all wrong for methods in Hierarchy view. See attached screenshot.
verified fixed
351de76
["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
2004-09-14T13:07:01Z
2004-08-27T15:20:00Z
73,027
Bug 73027 [Dialogs] Buttons are too high
I20040831 Buttons are no longer oval but have a rounded rectangle shape (see first screenshot). The second screenshot shows how buttons using the small system font should look like.
verified fixed
ff97666
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogPage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditor.java", "bundles/o...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-13T14:24:58Z
2004-09-01T09:13:20Z
73,109
Bug 73109 [ViewMgmt] Composite leaked from tool bar wrapper in ViewPane
20040831 The toolbarwrapper Composite(and its EnhancedFillLayout) that are created in org.eclipse.ui.internal.ViewPane.createToolBars() (line 258) are not getting GC'd. For example for each open/close of a PackageExplorer, one Composite is leaked.
verified fixed
e913fe4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-10T20:56:37Z
2004-09-01T23:06:40Z
71,464
Bug 71464 [ViewMgmt] [RCP] Allow zoom out behavior for view stacks to be more like editor stacks.
We have cases where we would not like the zoomed state of a view stack to zoom out when a new view is opened or closed in the same stack. To reproduce: 1. launch the workbench 2. maximize the "Tasks" view 3. select the "Show view" menu and show the "Console" view. problem: the console view opens in the same stack that ...
verified fixed
f1bdf3a
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DragTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/zoom/ActivateTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/zoom/CloseEditorTest.java", "tests/org.eclipse.ui.tests/Ec...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-10T18:39:44Z
2004-08-05T12:46:40Z
73,086
Bug 73086 [Encoding] Remove hard coded encodings
When we have an encoding extension point the current hard coded values should be moved to it in both the ide and the workbench.
verified fixed
0bd7f66
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/WorkbenchEncoding.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-10T13:02:55Z
2004-09-01T17:33:20Z
73,556
Bug 73556 [Encoding] Changing editor encoding causes Eclipse to freeze for a while
Here's my setup: - latest 3.0.1 build (M20040908) - large number of projects in my workspace (i.e. all of Eclipse loaded from the repository) - latest IBM VM and JXE support I changed the encoding on the Editors preference page and clicked OK. There's was a fairly long (probably in the order of a minute) delay where th...
verified fixed
73003e7
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-09T21:18:24Z
2004-09-09T14:26:40Z
73,058
Bug 73058 [Images] ImageDescriptor.createImage() javadoc needs dispose() reference
org.eclipse.jface.resource.ImageDescriptor.createImage() javadoc needs dispose reference. When creating images using the above call, the Javadoc just says that a new image is created. Reciently I had troubles with a "No more handles" bug, which turned out to be that I was never disposing of the images I had created. It...
verified fixed
0da0194
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-08T17:46:59Z
2004-09-01T14:46:40Z
73,192
Bug 73192 [Tests] Fix the PartsReferencesTestSuite so that it does not hang on the Mac
null
verified fixed
abd45b1
["tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/util/PartsWorkbenchAdvisor.java", "tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/PlatformUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-07T19:03:44Z
2004-09-02T21:20:00Z
73,127
Bug 73127 [Encoding] Expecting resource delta if workbench encoding changes
I20040901 We now get a resource delta if the explicit encoding of a file or (if not explicitly set or extracted from file) its parent container's encoding changes. If all parent containers use workbench encoding then the workbench encoding gets used but no resource delta is sent for that file if the workbench encoding ...
verified fixed
ada64b0
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-07T18:42:40Z
2004-09-02T07:26:40Z
73,082
Bug 73082 [Encoding] Need an encoding extension point
We need to have an extension point for encodings. All it need have is the IDs of the encodings that are to be added to the list. It will require verification and indication of unavailable encodings.
verified fixed
d0f767a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/WorkbenchEncoding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/u...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-02T18:25:39Z
2004-09-01T17:33:20Z
72,868
Bug 72868 [Progress] Blocked by invisible job
20040824 After starting eclipse on a old, big workspace I selected to import plugins and fragments. On finish, the blocking dialog showed up, but the only entry listed was the 'import plugin' itself. After 10 minutes the blocking dialog was gone, so it seems that a job was blocking that was not shown in the list. I sus...
verified fixed
5131f10
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/Policy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java", "bundles/org.ecl...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-09-01T14:33:08Z
2004-08-30T10:00:00Z
72,930
Bug 72930 [Viewers] TableViewer.reveal() documentation
The documentation for TableViewer.reveal() does not say that it requires a tableItem and silently ignores all other objects.
verified fixed
7592aa7
["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
2004-08-31T18:33:19Z
2004-08-31T05:26:40Z
72,727
Bug 72727 [JFace] ColorFieldEditor doesn't call setPresentsDefaultValue(), unexpected results after Restore Defaults is pressed
Version: 3.0.1 Build id: 200408050912 In Preference page using ColorFieldEditor where default color is blue, 1) Change color to red 2) Press "Restore Defaults," color changes back to blue, boolean value isDefaultPresented is set to true in FieldEditor.loadDefault() 3) Change color to red. UI displays red, but preferenc...
closed fixed
051f40b
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-30T20:34:58Z
2004-08-26T19:53:20Z
64,930
Bug 64930 [Progress] Strange build behaviour when autobuild is off and workspace locked
null
verified fixed
c30a8fc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-30T20:11:08Z
2004-06-01T14:26:40Z
59,812
Bug 59812 Progress dialog cuts off info, need separate line for size.
In the attached png, you can see that the CVS progress dialog displays a file name and "(x of y bytes)" post fix. Unfortunately, when the line wraps to a second line, only the top half of the line is displayed. Suggestion: provide a separate second line text field to display size progress. Version 3.0.m8
verified fixed
12947d8
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-30T15:50:22Z
2004-04-23T17:06:40Z
71,294
Bug 71294 Capabilities Preference Deselection.
Capabilities are difficult to deselect if they show up under several categories which is a real problem for our product because we have many capabilities being duplicated under serveral categories. Rather than the more elaborate solution suggested by 69143, I would like to propose this alternative low risk one so we ca...
closed fixed
b508744
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityCategoryContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-30T14:49:39Z
2004-08-03T16:20:00Z
58,315
Bug 58315 AbstractUIPlugin#getImageRegistry not usable
The concept of AbstractUIPlugin#getImageRegistry should be reworked now new API is available. 1. The default constructor of ImageRegistry uses Display.getCurrent() without checking if the thread is valid. 2. AbstractUIPlugin#createImageRegistry invokes default constructor of ImageRegistry but doesn't ensure the UI thre...
verified fixed
be20bac
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-30T14:19:33Z
2004-04-13T15:26:40Z
65,061
Bug 65061 [encoding] duplicated message when error setting encoding happens
3.0 RC1 When a CoreException happens on setting the charset for a given resource, the same message is shown twice. The double message is due to the fact that the CoreException message is always equal to the status message. There is value in showing both of them. An option would be to show the message in the internal ex...
verified fixed
a19ba58
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-27T17:24:40Z
2004-06-01T17:13:20Z
72,639
Bug 72639 Maximize/Minimize animations slow and annoying
Eclipse 3.1 I200308241200 The feature "Enable animations" results in an animation every time I maximize or minimize an editor or view. 1) It is way too slow - I am waiting to type or do something while the rectangles draw over my screen 2) It doesn't help me in any way. I know what maximize and minimize are supposed to...
verified fixed
a65d191
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-27T03:00:00Z
2004-08-25T21:40:00Z
72,495
Bug 72495 [Viewers] NullPointerException when updating projects
Build id: 200408170800 I was updating some projects in the synchronize view when the following two error occurred: Error Aug 24, 2004 08:58:56.227 Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2691) a...
verified fixed
c04ae37
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-25T18:09:38Z
2004-08-24T12:20:00Z
72,596
Bug 72596 [Tests] Porting keyboard events from AWT's robot to SWT's "Display.post"
In 3.0, SWT introduced a "Display.post(Event)" method to generate low level keyboard and mouse events. I am attaching a patch that replaces the AWT Robot calls in the KeysTestSuites tests with SWT's "Display.post". I have found it to work better across platforms on the SWT display.
resolved fixed
dad1920
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43538Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43610Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug53489Test.java", "tests/org.eclipse.ui.tests/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-25T17:48:45Z
2004-08-25T16:06:40Z
68,180
Bug 68180 [ActivityMgmt] Capabilities Preference page tree expansion
The tree should not always be fully expanded. The problem I have is that many of our categories are fairly long, and this forces the user to scroll past much of the tree to find what they are looking for. I suggest the tree should be fully expanded only if the entire expanded tree does not require a vertical scrollbar.
closed fixed
b491380
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-25T14:19:16Z
2004-06-22T16:00:00Z
72,252
Bug 72252 [ActivityMgmt] Handling of dynamic plugin loading does not set preference defaults
If a new plugin that contains activities is brought into the system at runtime the default enablement of the new activities is not honoured.
verified fixed
4c08c43
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-25T13:52:03Z
2004-08-19T12:53:20Z
72,526
Bug 72526 [ActivityMgmt] Recode the 'restore defaults' option for the activity enabler
A hack was used for 3.0 to provide the restore defaults ability of the activity enabler. Now that we have IActivity.isDefaultEnabled() API we no longer need this hack and it should be removed.
verified fixed
c34668a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-24T18:09:55Z
2004-08-24T17:53:20Z
72,499
Bug 72499 I200408240800 will not start
This has been tested on both Windows XP and GTK+. Eclipse will fail to start with the following exception. (A slightly different trace will appear if you are set up to prompt for which workspace to use.) java.lang.ExceptionInInitializerError at org.eclipse.ui.internal.WorkbenchConfigurer.declareImage(WorkbenchConfigure...
verified fixed
c61fb08
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-24T13:58:45Z
2004-08-24T15:06:40Z
72,272
Bug 72272 [ViewMgmt] NPEs on shutdown of I20040817
I got a tring of NPEs when quiting Eclipse (using I20040817). Here they are. !ENTRY org.eclipse.core.runtime 4 2 Aug 19, 2004 10:21:59.994 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.TableView.s...
verified fixed
66b4c50
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-23T23:17:05Z
2004-08-19T15:40:00Z
36,813
Bug 36813 [MPE] MultiEditorInput does not override the equals method
The org.eclipse.ui.part.MultiEditorInput class does not override the equals method. The LaunchView class checks if the input for the current frame is the same as for the last frame using the equals method and does not reload if it is. Thus when using the MultiEditorInput, the editor is told to reload because equals alw...
verified fixed
800d1b7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiEditorInput.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiEditorInputTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/multipageeditor/MultiPageEditorTestSuit...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-23T19:35:46Z
2003-04-23T20:33:20Z
71,695
Bug 71695 [WorkingSets]Removed Working Set is still shown under the menu item when it is the recentlly used working set
Create a project Go to the Project + Build Working Set + Select Working Set menu item Create a new working set "test" Reopen the Select Working Set window Remove the "test" working set Go to the Project + Build Working Set menu item Result: the "test" working set is still shown It will be removed when we change the cur...
verified fixed
acb3dc9
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildSetMenu.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-23T18:20:40Z
2004-08-10T01:06:40Z
61,905
Bug 61905 [ActivityMgmt] Need API to access the set of defaultEnabled activities.
null
verified fixed
503cbf1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/IActivity.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Activity.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
2004-08-23T16:14:24Z
2004-05-12T13:53:20Z
72,232
Bug 72232 [Keys] Indicate sort order on Keys > View page
I20040817 The Keys' view page columns can be sorted by pressing on the column header. Good! The current sort column should be indicated (visible for the user).
verified fixed
4a62e78
["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
2004-08-20T20:01:41Z
2004-08-19T07:20:00Z
67,203
Bug 67203 [Import/Export[ Import from Zip File and File System gives no feedback about read-only files
Test Pass for 3.0 RC2 1. have JUnit with corresponding code 2. add the following line to TestCase.java: // read-only 3. close the editor and make the file read-only 4. start to import JUnit from File system 4. Uncheck "Overwrite existing...without warning" 5. Click "Finish" ==> dialog appears 6. Click "Yes To All" Stuf...
verified fixed
0e0b298
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-20T19:48:29Z
2004-06-15T11:46:40Z
70,503
Bug 70503 [Commands] ctrl+c, ctrl+v, ctrl+x accelerators dont work in some scenarios
null
verified fixed
3725dd0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RetargetAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ActionHandler.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/commands/Bug70503Test.java", "tests/org.eclipse.ui.tests/Ecli...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-20T16:02:35Z
2004-07-21T00:33:20Z
70,998
Bug 70998 [ActivityMgmt] Capabilities Import Preferences failing.
Capability enablements are not imported properly when importing preferences. I tried with base eclipse and disabled the Java Capabilities and kept Team enabled, and exported. I then disabled Team and enabled Java, closed and reopend the preference page and imported the preferences I previously exported; the Capability ...
closed fixed
5a71b78
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-19T14:01:47Z
2004-07-28T15:53:20Z
71,168
Bug 71168 [Progress] Wrong assertion in DeferredTreeContentManager
Lines 87 to 92 from org.eclipse.ui.progress.DeferredTreeContentManager: public boolean mayHaveChildren(Object element) { IDeferredWorkbenchAdapter adapter = getAdapter(element); Assert.isNotNull(element, ProgressMessages ^^^^^^^ .getString("DeferredTreeContentManager.NotDeferred")); //$NON-NLS-1$ return adapter.isConta...
verified fixed
3d530cb
["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
2004-08-19T13:50:02Z
2004-07-30T17:53:20Z
72,098
Bug 72098 Debug view tool bar contains duplicate entries
I200408170800, GTK+ 2.4.4, Linux 2.6.7, KDE 3.2.2 In the default Debug perspective, the Debug view contains duplicate tool bar items. The tool bar becomes exceptionally wide.
verified fixed
e093c71
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-18T22:14:08Z
2004-08-17T16:26:40Z
71,050
Bug 71050 [Progress] Progress of a Job doesn't reflect correctly in Progress Monitor View
Progress Monitor View is used to show progress of various asynchronous jobs running. A typical use is to create a sub-class of org.eclipse.core.runtime.jobs.Job and provide an implementation of the "IStatus run(IProgressMonitor monitor)" method. While running the job, IProgressMonitor object needs to be updated to refl...
verified fixed
c04cb41
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/TaskInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-18T20:37:14Z
2004-07-29T05:46:40Z
70,647
Bug 70647 [JFace] TVT3.0: Extra mnemonic in Build Project
When I click the Build Project, The build project window shows up. Title for Build project window has extra mnemonic. And Rebuild project window is also same. See attached screenshot
closed fixed
a115780
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/Action.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-18T19:56:01Z
2004-07-22T15:26:40Z
63,223
Bug 63223 Use null to clear message text instead of empty string
I200405200800 StatusLine in jface uses setMessage("") to clear the text while the documentation says you should uset setMessage(null) to clear the text. The code path is slightly different for "" versus null, but using null makes the intent of the caller clearer.
verified fixed
d570dd6
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-18T14:55:56Z
2004-05-20T16:20:00Z
34,421
Bug 34421 [Encodings] Encodings inconsistent between pref and editor
RC1 build I20030307 The list of encodings in the Workbench / Editors pref page is: Cp1252 ISO-8859-1 US-ASCII UTF-16 UTF-16BE UTF-16LE UTF-8 The Edit/Encoding menu has: Cp1252 (Default) ASCII Latin 1 UTF-8 UTF-16 (big endian) UTF-16 (little endian) UTF-16 The pref uses the machine-readable encoding names. It would be b...
verified fixed
8153b69
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclip...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-18T13:59:21Z
2003-03-10T21:00:00Z
70,999
Bug 70999 [ActivityMgmt] Saving of activity preferences happens on shutdown
null
verified fixed
5776861
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ActivitiesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ActivityPreferenceTes...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-17T16:12:43Z
2004-07-28T15:53:20Z
37,439
Bug 37439 [KeyBindings] preference page: add a way to print out all key bindings
it would be very useful it if were possible to print out all key bindings
verified fixed
2789c56
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/IWorkbenchContextSupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bund...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-13T17:53:42Z
2003-05-09T17:06:40Z
63,235
Bug 63235 [KeyBindings] Cut/Copy/Paste/SelectAll don't work in Swing widgets in dialogs
When running Swing components in an SWT container, cut/copy/paste actions via the keyboard no longer work. (On Windows, CTRL-C, CTRL-X, CTRLV) This defect is present in build M8 and in build 20040519
resolved fixed
8bf8b0f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WidgetMethodHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-13T15:13:22Z
2004-05-20T16:20:00Z
70,828
Bug 70828 [ProblemsView] ConcurrentModificationException is thrown when gotoMarker is called.
When a problem marker is clicked on ProblemView, the workbench throws ConcurrentModificationException exception. Here is how to. 1) Unzip the attached plugin. This is created from a sample multipage editor. 2) Create a Java project, and create a sample java file which has a problem. So that you see a problem on Problem...
closed fixed
77ad54f
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/SelectionProviderAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-09T20:16:54Z
2004-07-26T13:53:20Z
71,675
Bug 71675 NPE starting drag in persp. bar.
start a drag to the right of the perspective buttons while the perpective bar is on the top left position and an NPE occurs.
verified fixed
b304959
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-09T20:03:59Z
2004-08-09T19:33:20Z