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]
15,915
Bug 15915 Import from file system does not create new project
Run eclipse. Pop up menu in navigator. Select import... Select some files. Now what...? You can't select a folder because there are none, and it doesn't offer to create a new project for you. Possible solutions: 1. Provide a way to create the project like several of the other imports do or 2. Don't enable the menu if t...
closed fixed
b85a069
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-14T15:03:13Z
2002-05-14T01:33:20Z
15,854
Bug 15854 NullPointerException in Editors Workbook
The following scenario consistently creates a null pointer exception: Create a new project, with two text files under it. Open both files and doc them in separate tab folders side by side. Give the first file focus, and then close the second file. From the explorer view, double click and try to open the second file (or...
resolved fixed
e72a913
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-14T14:02:19Z
2002-05-13T14:26:40Z
15,759
Bug 15759 WSWB not honoring last opened editor
If I open a file with an editor that is not the default editor, the next time I open the file (double-click), WSWB uses the default editor instead of the last used editor. I have seen this problem on both the M4 & M5 stable builds. Steps to reproduce: - open a java file with the text editor - close the editor - double-...
resolved fixed
c54ae4a
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/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
2002-05-13T23:41:23Z
2002-05-10T17:00:00Z
15,817
Bug 15817 Workingset wizard needs icon for the different working set kinds
The first wizard page where you select a working set kind should support to assign icons for a working set.
resolved fixed
3a85c93
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java", "bundles/org.eclipse....
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-13T17:52:27Z
2002-05-11T20:46:40Z
7,689
Bug 7689 Eclipse property sheet needs enhanced functionality on multiple selection
The existing functionality of the Properties component in Eclipse is such that on multiple selection only those common properties of same name are displayed. It is not possible to edit their values, however. Eclipse should support the editing of a common property of multiply selected components, which applies to all se...
resolved fixed
d351636
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetEntry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-13T14:21:05Z
2002-01-16T14:06:40Z
15,791
Bug 15791 Can't start external program which is not under plugin folder as editor
Can't start external program which is not placed unser plugin folder as editor. Here is a plugin.xml faragment: <editor name="My External Editor" icon="icons/full/cview16/editor.gif" extensions="test" command="notepad.exe" id="com.ibm.etools.systems.externaleditor"> </editor> and notepad doesn't start. In ExternalEdito...
closed fixed
77d7392
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/misc/ExternalEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-13T14:15:18Z
2002-05-10T19:46:40Z
6,513
Bug 6513 Tasks view filter settings not remembered on startup
20011127 Johann Compagner asks: Why must i set everytime the property: On Selected Resource and children when i restart Eclipse?
resolved fixed
0acd9e4
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPag...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-10T21:39:01Z
2001-12-03T17:20:00Z
15,693
Bug 15693 Task list filter option for working set could be more compact
Build 20020508 Recommend having the controls all on one line: ( ) Working Set: <selected working set label> [ Select... ]
resolved fixed
36fc67c
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/FiltersDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-10T21:23:33Z
2002-05-10T00:20:00Z
9,910
Bug 9910 Don't show error message if MRU list is not persisted
20020214 Presently a message is printed to the log and to the console if an MRU item could not be restored from the persistent store. We should distinguish between the case where there is no MRU list because the workspace is new and the case where a MRU list was read but the MRU item could not be created because a requ...
resolved fixed
913ad92
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorHistoryItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-10T19:06:47Z
2002-02-15T16:20:00Z
15,727
Bug 15727 There are 2 WizardNewProjectCreationPages
We have a class called WizardNewProjectCreationPage in both org.eclipse.ui.dialogs and org.eclipse.ui.internal.dialogs. The internal one should be removed and replaced with the main one.
resolved fixed
da21c63
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateProjectStep.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateProjectWizard.java", "bundles/org.eclipse.ui/Eclips...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-10T15:18:16Z
2002-05-10T14:13:20Z
11,556
Bug 11556 Scrolling up and down while dragging in the Navigator is not possible while a horizontal scroll bar is displayed.
If you have the Navigator displayed and a horizontal scroll bar and a vertical scroll bar is displayed you cannot drag and scroll. If you make the Navigator wider so that the horizontal scroll bar disappears you can now drag and scroll. To Reproduce: 1. Open up Eclipse 2. Open the Navigator 3. Create a couple of simple...
resolved fixed
dfae249
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ViewerDropAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-10T14:35:39Z
2002-03-18T16:46:40Z
15,603
Bug 15603 Preference page no longer resizes to fit contents
Build 20020508 Linux-Motif The preference page used to grow to fit the contents of the currently visible preference tab. In the latest build it's stopped doing this, making many preferences invisible. This affects many pages. For an example: 1. Go to Window->Preferences such that the "Workbench" page is the first page ...
resolved fixed
4e90f06
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-09T15:27:15Z
2002-05-09T13:13:20Z
15,086
Bug 15086 Working set may loose some projects
Build 20020501 I had defined a working set 'jdtcore' containing project 'org.eclipse.jdt.core'. At some later point, I deleted and readded this project (while working in between multiple streams). From thereon, the working set was empty, and all searches did not find anything any longer. A working set should preserve r...
resolved fixed
9a1aa58
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-09T15:26:59Z
2002-05-02T14:33:20Z
15,509
Bug 15509 Wrong input for import/export actions
build 20020502 + newer JDT code Open a file in the editor Select the project in the navigator ==> import/export are fed with the editor element instead of the navigator selection. Note: same applies if the selection is in another view (e.g. Packages view)
closed fixed
cceccff
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ImportResourcesAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-09T13:41:09Z
2002-05-08T12:13:20Z
12,646
Bug 12646 Switching working sets should preserved expanded state
From Nick's working set UI testing notes: "- We should try to preserve the expanded state when switching working sets. E.g. if I have a CU selected in project P, if I switch to a working set showing just P, the CU should still be visible and selected. Any folders which were expanded under P should still be expanded as ...
resolved fixed
8a8cbc0
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-08T17:47:30Z
2002-04-02T20:40:00Z
15,488
Bug 15488 EditorActionBars and switching between perspectives problem
Build 0502 with UI dev stream. 1. Close all perspectives. 2. Open a CVS Repository perspective. Hide editors. 3. Open a Resources perspective. Open a *.java file. 4. Go to CVS Repository perspective by clicking on the perspective in the shortcut bar. 5. Go to Resources perspective by clicking on the perspective in the ...
resolved fixed
775b84e
["bundles/org.eclipse.ui/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
2002-05-08T15:54:06Z
2002-05-07T22:20:00Z
15,379
Bug 15379 WorkingSetManager resource change listener not thread safe
Resource changes can occur in any thread, and so the resource change listener installed by WorkingSetManager can be called in any thread. However, the ResourceNavigator listens to working set changes and tries to update its viewer, which can only happen in the UI thread. The result is an illegal thread access exception...
resolved fixed
a70571b
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-07T22:48:59Z
2002-05-06T21:20:00Z
15,468
Bug 15468 Invalid thread access
build 20020502 Only noticed when checking log file, so I do not have a reproducible test case. !SESSION !ENTRY org.eclipse.core.resources 2 2 Tue May 07 16:39:30 EDT 2002 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK org.eclipse.swt.SWTException: Invalid thread access at...
resolved fixed
a0a0b60
["bundles/org.eclipse.ui/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
2002-05-07T22:48:08Z
2002-05-07T19:33:20Z
15,273
Bug 15273 Null pointer exception when double click on a MultiEditor part
I have a TiledEditor that subclass from MultiEditor part. When I double click on the tab to zoom it up, I got the following NPE. I am running on M5. java.lang.NullPointerException at org.eclipse.ui.internal.PerspectivePresentation.partChangeAffectsZoom (PerspectivePresentation.java:1155) at org.eclipse.ui.internal.Work...
resolved fixed
4aea198
["bundles/org.eclipse.ui/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
2002-05-07T13:43:03Z
2002-05-04T22:06:40Z
15,021
Bug 15021 Project info property page should not include "derived" property
Build 20020430 1) Right click on a project, Properties->Info 2) Check off the "derived" check box. Click ok. 3) Go back to the properties page. The box is not checked. The Core API states that it ignores the derived bit for projects, so this option should not even appear on the info property page for projects. Note: it...
closed fixed
79978d9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-06T21:46:32Z
2002-05-01T19:06:40Z
14,966
Bug 14966 Decorator description should auto-wrap
The description text field in the decorator pref page should autowrap to properly display long messages.
closed fixed
8fe9d3f
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-06T17:27:38Z
2002-04-30T20:53:20Z
15,255
Bug 15255 -newUpdates dialog displayed while the splash is up
When the workbench is triggered with -newUpdates the workbench and the dialog are displayed before the splash is taken down. The splash stays up until the user clicks-off the dialog. We should be taking the splash down before showing the workbench and the dialog
resolved fixed
5c99d01
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-06T15:13:42Z
2002-05-04T02:40:00Z
6,304
Bug 6304 cannot synch a .java file and another resource
1. select a .java file and another resource (a .properties file, for instance) in the package viewer 2. open the context menu the Team entry is not there. it should be.
closed fixed
ad185e4
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-03T16:02:25Z
2001-11-26T13:06:40Z
7,840
Bug 7840 adaptable flag on property pages doesn't work if filtered by nature
(Apologies if this is a dup, I couldn't find such a bug anywhere). org.eclipse.team.cvs.ui defines the following property page: <page name="%CVS" id="org.eclipse.team.ccvs.ui.propertyPages.CVSPropertiesPage" objectClass="org.eclipse.core.resources.IProject" class="org.eclipse.team.internal.ccvs.ui.CVSPropertiesPage" ad...
closed fixed
a8ab36e
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-03T15:40:06Z
2002-01-17T15:06:40Z
9,322
Bug 9322 NPE from SelectionEnabler on text selection with no "selection" tag
20020205++ I have the following XML <viewerContribution id="org.eclipse.jdt.debug.ui.CUPopupActions" targetID="#CompilationUnitEditorContext"> <action id="org.eclipse.jdt.debug.ui.Display" label="%Display.label" menubarPath="additions" icon="icons/full/etool16/disp_sbook.gif" enablesFor="+" class="org.eclipse.jdt.inter...
closed fixed
33cca2f
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectionEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-03T12:08:57Z
2002-02-08T17:40:00Z
14,441
Bug 14441 [Tasks] Selective disabling of compiler or enhanced filtering in task view
In large projects, many times there are individual Java files, entire packages and sometimes even entire branches of the source tree that will not compile for one reason or the other. From a particular developer's point of view that may or may not be a problem. However, the (potentially) large numbers of errors that th...
resolved fixed
cd91e46
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/FiltersDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/TaskList.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-02T22:45:05Z
2002-04-23T16:40:00Z
15,012
Bug 15012 Can't use custom perspective
20020430 I modified the Resource perspective to show the CVS Repo view, then saved it as a custom perspective. Every time I then click on the repository icon at the far left, I get a second icon appearing at the far left, and I get into a state where multiple repository icons appear as selected.
resolved fixed
1d6cf27
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SetPagePerspectiveAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui/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
2002-05-02T19:51:23Z
2002-05-01T16:20:00Z
15,098
Bug 15098 Cannot read workbench state if all perspectives closed
If you close all of the perspectives in your workbench, exit and return you get an error that says "Cannot read workbench state".
resolved fixed
e7d7c3a
["bundles/org.eclipse.ui/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
2002-05-02T15:46:19Z
2002-05-02T14:33:20Z
15,023
Bug 15023 "Select Working Set" doesn't?
Window->Select Working Set. Create a working set and select it. OK. The navigator still shows all projects. On a related note, the java browsing views now let you select working sets individually for each view. If this is the way it will work, then it's confusing to have "Select Working Set" in the main Window menu if ...
resolved fixed
d979772
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ClearWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-01T20:23:47Z
2002-05-01T19:06:40Z
14,424
Bug 14424 Allow double-click on type in new Working Set dialog
If I create a new working set I get a dialog with two choices (Resource/Java). I would like to get to the next page by double-clicking one of them.
resolved fixed
a965c1c
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-01T17:20:09Z
2002-04-23T16:40:00Z
14,492
Bug 14492 working set wizards override page title
I create my working set page with MyPage(pageId, title, icon). The title is ignored/overwritten by the working set wiazrds.
resolved fixed
2e81f30
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetEditWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-01T16:43:23Z
2002-04-24T12:06:40Z
14,932
Bug 14932 StringIndexOutOfBoundsException opening Java file
build 20020426 -load org.eclipse.swt and org.eclipse.swt.tests (from the repository in my case) -double click org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Table ->get the attached walkback This works on Windows. I'm going to zip the workspace in case there's something strange about it.
resolved fixed
4de42f9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-01T16:33:20Z
2002-04-30T15:20:00Z
14,768
Bug 14768 Next problem action is always enabled
The "Next Problem.." action never disables. Clicking it in the toolbar might do nothing.
resolved wontfix
7dc1639
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui/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
2002-04-30T20:33:41Z
2002-04-26T16:53:20Z
6,464
Bug 6464 Fast view button should have menu
Build 20011122. The fast view button should have a menu, as do perspective buttons. It should include at least:
resolved fixed
2c919f5
["bundles/org.eclipse.ui/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
2002-04-30T19:04:24Z
2001-11-30T14:20:00Z
14,559
Bug 14559 Editor Action Toolbars acting strangely with Java Browsing Perspective
Not sure if this is UI or JDT. Build 20020418. 1. Open a Java Perspective. 2. Define a new project and package. 3. Define two new classes. Test1 and Test2. Close Test2 editor. 4. Open a Java Browsing perspective. Close Test1. Editor toolbar goes away (expected). 5. Double click on Test2. Editor toolbar appears (expecte...
resolved fixed
92e0195
["bundles/org.eclipse.ui/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
2002-04-30T16:39:05Z
2002-04-24T20:26:40Z
13,804
Bug 13804 WID exception opening on selection
Build 20020412 Linux-motif While debugging, I clicked on a stack frame which opened ASTInstructionCompiler.java. In the method "public boolean visit(ArrayType node)" I put my cursor in the call to "getElementType()" on the line which reads: "ITypeBinding typeBinding= node.getElementType().resolveBinding();" When I hit ...
resolved fixed
e126574
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/ToolBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-29T21:16:53Z
2002-04-15T17:00:00Z
14,632
Bug 14632 StringFieldEditor validation strategy mechanism does not work properly
The validateStrategy variable is used in getTextControl()to hook up listeners to perform validation. The method setValidationStrategy(int) sets the value of this variable but does not unhook and rehook the appropriate listeners. Also, there is not way of passing the validation strategy value using a constructor. This m...
closed fixed
d664855
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/StringFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-26T16:55:23Z
2002-04-25T15:53:20Z
14,730
Bug 14730 Edit button in working set dialog does nothing
Build 20020425: Open the working sets dialog "Window > Working sets" and select an existing working set and select it from the list then select the edit button nothing happens. This has been working properly for ages, now it's broken.
resolved fixed
0f1ec44
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-26T15:21:05Z
2002-04-26T14:06:40Z
2,496
Bug 2496 Failing 'open with system editor' should default back (1GFBF3C)
If you try to open a file that does not have a system editor, you will get an error 'Unable to open external editor for <file>'. If this occurs, the default editor should be reset. Right now the editor remains as the System Editor so double clicking on the file again will give the same error. NOTES:
resolved fixed
7a41039
["bundles/org.eclipse.ui/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
2002-04-26T14:42:56Z
2001-10-11T03:13:20Z
14,420
Bug 14420 Error in shuting down workbench
Build 20020412 (WSAD install build 20020423-0100) 1. Startup workbench in Java perspective2. Connect to ClearCase LT 3. Shutdown workbench I got an error dialog while exiting workbench. Here is the .log <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Tue Apr 23 11:32:02 EDT 2002"> <status plugin-id="org.e...
resolved fixed
505ee29
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ContentViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-25T13:32:00Z
2002-04-23T16:40:00Z
13,631
Bug 13631 ResourceNavigator does not remove property change listener
The new working set support registers a property change listener on the page which is not removed.
resolved fixed
5b06ee7
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclips...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-24T18:21:50Z
2002-04-12T14:00:00Z
14,500
Bug 14500 NPE due to ResourceWorkingSetFilter
The private method isEnclosed() gets called from API method select(...). This happens when an element is added to a list/table. Unfortunately isEnclosed() accesses a field which is null. The field is only != null during the filter(...) call. Test Case: 1. Set a working set on a window 2. Add a new package in the Java B...
resolved fixed
2718af8
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/ResourceWorkingSetFilter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-24T14:33:28Z
2002-04-24T12:06:40Z
11,304
Bug 11304 NPE deleting project
1. Select a project in the packages view and hit the delete key. 2. In the confirmation dialog, choose to also delete contents. 3. In the deletion progress dialog, click cancel. 4. Select the project again and hit the delete key. The following NPE occurs. java.lang.NullPointerException at org.eclipse.ui.actions.DeleteR...
resolved fixed
a9acff0
["bundles/org.eclipse.ui/Eclipse", "UI/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
2002-04-23T20:14:49Z
2002-03-13T22:53:20Z
8,064
Bug 8064 working set: can enter all-spaces names
i think working set names that consist of only spaces should be disallowed. also, names should be trimmed - otherwise you can have a set named 'a' and another one named 'a '
resolved fixed
fe0b720
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-23T19:38:31Z
2002-01-23T10:00:00Z
14,197
Bug 14197 Removing a working set immediatly makes changes
20020418 1. create a working set with one project and select it -> package view is filtered 2. Open the working set dialog again, create a second working set, delete the first. -> At the moment of delete, the package view in the background refilters. In my opinion refiltering should only happen when closing the working...
resolved fixed
68db796
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/IWorkingSetPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Wo...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-23T19:36:46Z
2002-04-19T07:06:40Z
14,289
Bug 14289 usability improvements to import external project
build M5. If a new developer was brought onto a project where they didn't use CVS, they would have to import several projects into their workspace. To do this, they would have to click: File > Import > External Projects. Here they have to browse to the location on disk where projects exist and then import one project a...
closed fixed
690d02c
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-23T17:54:02Z
2002-04-21T11:53:20Z
14,335
Bug 14335 Switching from Resources to Java Perspective causes NPE
Build 04182002 plus current UI code in the repository. Run an inner eclipse on a workspace that has some projects. Go to resources perspective. Go to Java Perspective. I get the following NPE: java.lang.NullPointerException at org.eclipse.ui.actions.RetargetAction.partActivated (RetargetAction.java:89) at org.eclipse.u...
resolved fixed
f35e00f
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-22T19:47:47Z
2002-04-22T15:40:00Z
13,316
Bug 13316 Multi-selection in working set dialog ignored
20020409 - New Working set support - create 2 working sets - select 2 working sets - press OK - reopen dialog ===> only one is selected Multiple-selection should work (ok) and - be applied to views that support working sets (e.g. Navigator) - be selected the next time I open the working set dialog
resolved fixed
98986e6
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectWorkingSetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-20T17:47:35Z
2002-04-10T14:46:40Z
13,879
Bug 13879 Switching working sets can cause NPE in ResourceNavigator
I suggest to always keep the filter an set the working set to null (see PackageExplorerPart or JavaBrowsingPart) org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclips...
resolved fixed
aa3d7c2
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-19T23:13:18Z
2002-04-16T12:26:40Z
14,195
Bug 14195 Can not edit Working Sets
20020418 1. create a new working set 2. press on details: nothing happens
resolved fixed
ba1d50d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-19T19:53:07Z
2002-04-19T07:06:40Z
2,403
Bug 2403 Changing build order should initiate incremental build (1GEYZPB)
If you change the preference so you can specify build order, and change the order, autobuild should run if enabled (or do full build). NOTES:
resolved fixed
3ea185b
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-19T15:33:47Z
2001-10-11T03:13:20Z
14,162
Bug 14162 Need a perspective switcher
Build 20020416 With the menu changes, and the removal of the numbered perspective items, we need another way of switching between perspectives. We should add a perspective switcher, similar to the editor and view switchers (Ctrl+F8?) It should show just the open ones in MRU order. Note: MRU order for perspective switch...
resolved fixed
c05df08
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePerspectiveAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-18T22:04:39Z
2002-04-18T20:00:00Z
2,955
Bug 2955 Print toolbar button flashes when switching between editors (1GKXCCY)
When switching between different editor types, e.g. .java and .txt, the toolbar button for print flashes quite noticeably. NOTES:
resolved fixed
8749991
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RetargetAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-18T20:34:21Z
2001-10-11T03:13:20Z
14,068
Bug 14068 Views should not hardcode assumptions about open strategy
Build 20020416 I noticed several places in the code with the following pattern: boolean activate = OpenStrategy.getOpenMethod() == OpenStrategy.DOUBLE_CLICK; page.openEditor(marker,activate); This hardcodes the assumption that the only strategy which activates on open is double click. It would be better to ask OpenStra...
resolved fixed
34ee1d2
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/OpenStrategy.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/bookmarkexplorer/OpenBookmarkAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/GotoTaskActio...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-18T14:57:59Z
2002-04-18T00:33:20Z
12,047
Bug 12047 NPE reordering editors.
Got the following NPE using the JavaBrowing perspective but could not reproduce the problem. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:96) at org.eclips...
resolved fixed
c14ef27
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-17T21:55:36Z
2002-03-21T17:00:00Z
13,947
Bug 13947 "New Item Shortcuts" don't appear in drop down menu
build 20020412 -select Window->Customize Perspective -check the TestCase and TestSuite items under "New Item Shortcuts" ->Note that no menu items appear in the "New Item" toolbar item menu This works for all other items except for the two that are in the JUnit subcategory of the Java category.
resolved fixed
21a8498
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardCollectionElement.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WizardsRegistryReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-17T16:57:26Z
2002-04-16T20:46:40Z
13,749
Bug 13749 NPE on opening a multipage editor. MultiPageEditorPart isDirty should check for null
Using the 4/12 integration build, it appears "isDirty" is sometimes called in MulitPageEditorPart before there are any nestedEditors, so it should be checked to be sure its not null, before calling iterator on it. (or alternatively, to make sure nestedEditors is always intialized so iterator would simply return a zero ...
verified fixed
513357b
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-16T19:31:11Z
2002-04-13T23:20:00Z
13,925
Bug 13925 Error reported on stderr when .project is read-only
Build 20020412 1) Create two simple projects, P1 and P2 2) Make the .project file for P1 read-only on the resource info property page 3) Go to the project references property page, and add a reference to P2 An error dialog pops up, saying that .project is read-only. This is good. However, it also prints the following t...
resolved fixed
69bc295
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-16T18:49:44Z
2002-04-16T18:00:00Z
13,198
Bug 13198 Unable to add Word document to project
Build version: 20020404, 20020409 OS: WindowsXP Traditional Chinese, Office 2000 SR-1 Premium Traditional Chinese Sympton: When adding a Test.doc to a project, first the following error occurs Unable to create part. Test.doc Then internal error with this stack trace: org.eclipse.swt.SWTException: Failed to execute runn...
resolved fixed
c926be0
["bundles/org.eclipse.ui/Eclipse", "UI", "Editor", "Support/org/eclipse/ui/internal/editorsupport/OleEditor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui/Eclipse", "UI/org...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-16T16:22:52Z
2002-04-10T12:00:00Z
13,704
Bug 13704 Outline View has text in middle of view when there is no outline
On Linux when there are no contents for the Outline View the message to the user is in the middle of the view. It should be top justified like in windows. STEPS 1) Open the PDE Perspective 2) Close all editors
resolved fixed
dd38797
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MessagePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-16T15:56:23Z
2002-04-12T19:33:20Z
13,481
Bug 13481 Exceptions trying to close a Search View
build 2002-04-09 on WinXP. - one window open - single-stacked Java editor - Outline view docked to the right - Search view docked to the top - tried to close the Search view and got the attached exceptions (forced my workbench to close)
resolved fixed
6acf549
["bundles/org.eclipse.ui/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
2002-04-16T13:51:26Z
2002-04-11T01:53:20Z
2,512
Bug 2512 Save As... on OLE editor doesn't let you choose folder (1GFDCRE)
- new file test.doc - it opens Word or Wordpad - choose File / Save As - it gives you the rename prompter, which only lets you enter a new name, not choose a different folder - Save As on an internal editor does let you choose a folder NOTES:
resolved fixed
2979b24
["bundles/org.eclipse.ui/Eclipse", "UI", "Editor", "Support/org/eclipse/ui/internal/editorsupport/OleEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-15T20:21:23Z
2001-10-11T03:13:20Z
2,309
Bug 2309 Moving view has different reveal order than close (1GENS04)
- new resource perspective - show Bookmarks view - it appears docked with Navigator and Repositories view - close Bookmarks view - the Navigator view is revealed - show Bookmarks view - drag it over outline view - the Repositories view is revealed It's surprising that a different view is revealed for close and drag. NO...
resolved fixed
b5bc102
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java", "bundles/org.eclipse.ui/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
2002-04-15T19:16:03Z
2001-10-11T03:13:20Z
10,688
Bug 10688 Too much work being done in build
Linux only. I20020228 (and previous). If I make changes to any file (e.g. plugin.properties) in my project, and my project has no dependants, saving it still takes almost 3 seconds and the progress messages that appear during that time seem to indicate that all manner of builders are being invoked on many irrelevant pr...
resolved fixed
98ed8fc
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-15T19:15:41Z
2002-03-04T16:40:00Z
10,398
Bug 10398 SWT error causes Workbench meltdown
A few minutes ago I discovered the new dialog for reporting internal errors related to SWT. It said something like: "An SWT error has occurred. You should exit the workbench now. Further errors could cause the workbench to close without notice." This is more or less what happened: Curious, I clicked on Details. No addi...
resolved fixed
85910d9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/InternalErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-15T18:40:16Z
2002-02-27T17:13:20Z
13,739
Bug 13739 Problems with import project
Build 20020412 - had an existing workspace - deleted .metadata - tried to import project from the workspace - it complained that the location was under the workspace This is fine for creating a new project, but we should support importing an existing project even if it's under the workspace location. The only other way...
closed fixed
8668a0e
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-15T14:12:40Z
2002-04-13T12:13:20Z
13,476
Bug 13476 fragile code in WorkbenchActionBuilder.propertyChange
The code in WorkbenchActionBuilder.propertyChange assumes that the new value in the change event is (a) always non-null, and (b) always of the expected type. While both condition may hold in the current world, this assumption might lead to breakage in the future. The problem will occur if the property store is changed ...
resolved fixed
255ed8a
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-12T20:56:56Z
2002-04-10T23:06:40Z
9,411
Bug 9411 WorkbenchPart.setInitializationData not safe (leaks)
The API does not specify that this method can be called only once. If it is called more than once then the image is not disposed. Either the method's API should state that it is not safe to call the method twice or (better) the code should be fixed to allow multiple calls. This is preferred because there is no API to r...
resolved fixed
4d406f3
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-12T18:31:34Z
2002-02-11T17:53:20Z
13,374
Bug 13374 'move editor' - disable when only 1 editor open
20020409 after i select 'move editor' from the tab context menu i cannot drop it anywhere if there's only 1 editor open the action should be disabled in such cases - to avoid user confusion
resolved fixed
d494183
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorArea.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPresentation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWor...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-12T14:47:49Z
2002-04-10T14:46:40Z
13,600
Bug 13600 npe on running tests
20020411 when running our test we get an npe (stack lower) it is due to the fact that field listeners in org.eclipse.jface.resource.FontRegistry is nullified in org.eclipse.jface.resource.FontRegistry::handleDisplayDispose() java.lang.NullPointerException at org.eclipse.jface.resource.FontRegistry.removeListener (FontR...
resolved fixed
48a278b
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/resource/FontRegistry.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/ListenerList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-12T13:23:04Z
2002-04-12T11:13:20Z
2,428
Bug 2428 Welcome: icons not aligned (1GF5SQG)
The round blue right-arrows on the welcome page are not aligned with the text to which they point. NOTES:
resolved fixed
0c51de8
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-11T21:15:54Z
2001-10-11T03:13:20Z
12,856
Bug 12856 Missing common interface ISite
Build 20020402 Currently thr workbench provides the sides IPageSite, IWorkbenchPartSite. Although they have common methods they miss a common interface. This makes writing actions that work in the outline and a normal view hard. Please introduce a common interface.
resolved fixed
9d3e5a5
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchPartSite.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchSite.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/IPageSite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-11T19:27:11Z
2002-04-05T09:46:40Z
13,295
Bug 13295 F2 does not work in Outline view
Edit -> Show Javadoc does not work from Outline view but does not when using the shortcut key (F2). I assume this is because of the new editor key binding support.
resolved fixed
5c3ac50
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorMenuManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-11T13:48:05Z
2002-04-10T14:46:40Z
13,131
Bug 13131 Extra "Writable" indicators in status bar
Build: 20020409 Open two editors on writable files in the Resource perspective, switch between them many times. Each time you switch, you will get another "Writable" indicator in the status bar. I have seen this on both Windows 2000 and Linux Motif.
resolved fixed
686c461
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/StatusLineManager.java", "bundles/org.eclipse.ui/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
2002-04-10T22:10:34Z
2002-04-09T22:06:40Z
13,305
Bug 13305 A suspicious System.out.println in org.eclipse.internal.ui.WorkbenchActionBuilder
Build: M5 candidate Description: The protected method addManualIncrementalBuildAction in org.eclipse.internal.ui.WorkbenchActionBuilder catches IllegalArgumentException in a few places, and, in the last such catch block, it makes a call to System.out.println("build action not found");. Perhaps it should be reviewed.
resolved fixed
98e583a
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-10T16:29:33Z
2002-04-10T14:46:40Z
13,133
Bug 13133 New Project Option for Replace Perspective should be relabeled
Build 20020404 The New Project Option for Replace Perspective doesn't actually replace the current perspective. The option should be "Open Perspective in same window" and should be first since it's the default. Also, there's no need to capitalize Perspective. We don't elsewhere except in action names. Must fix for M5.
resolved fixed
957609e
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-10T14:30:18Z
2002-04-10T00:53:20Z
12,996
Bug 12996 open multipage editor causes Invalid thread access when exporting to a jar
This also happens in Eclipse 2.0 build 20020214 1. install the mulitpage editor example into the workspace 2. in a project create a file of type .mpe 3. a multipage editor opens on this new file. Leave the editor open. 4. select File/Export/Jar File. Fill in the jar file and click finish. You get the following Jar Expo...
resolved fixed
607bd85
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-09T13:57:27Z
2002-04-08T15:33:20Z
12,028
Bug 12028 NPE in Team actions on welcome page
Build 20020319 Selecting any of the CVS/Team links on the Welcome page causes NPEs.
resolved fixed
137038c
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-09T13:56:55Z
2002-03-21T17:00:00Z
2,536
Bug 2536 Window lifecycle needed (1GFL2TW)
From Eclipse Corner (6/13/2001): It seems some obvious functionality is missing from IWorkbench. We need to know when a new workbench window is opened or an existing one closed. For example: IWorkbench.addWorkbenchListener(IWorkbenchListener) IWorkbenchListener would contain, among other methods, windowOpened(IWorkbenc...
resolved fixed
e9e9161
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWindowListener.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/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
2002-04-09T13:53:35Z
2001-10-11T03:13:20Z
12,751
Bug 12751 Open in new window action should be API
The action for opening an element in a new window is currently internal. It needs to be API in order to avoid internal references from the views. The same action is used for the Window / New Window action. This aspect does not need to be public. Suggest using different classes.
resolved fixed
af386f7
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenInNewWindowActio...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-09T03:53:20Z
2002-04-04T06:00:00Z
13,002
Bug 13002 Internal error dialog focus default
Build: 20020404 The internal error dialog defaults the focus to the "Yes" answer, it should default to "No". The main problem I have with defaulting to "Yes" is that an absentminded Enter causes the entire workspace to shutdown.
resolved fixed
5d72966
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-09T02:56:49Z
2002-04-08T15:33:20Z
12,779
Bug 12779 (0321) Workbench silently catching exceptions and removing listeners
In SafeRunnable.handleException(Throwable e), there is a boolean check that is inverted. Instead of showing Errors, it *NEVER* shows errors. As a result, I had my ISelectionListener silently removed from the selection service. Also, I got into a state where the JDT's F4 action stopped following selection, and kept open...
resolved fixed
f0c3c6c
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SafeRunnableAdapter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-08T21:27:46Z
2002-04-04T14:20:00Z
11,393
Bug 11393 ImageDescriptor should allow creating an Image on a Device other than Display.getCurrent()
Use Case: A user wants to use ImageDescriptor to create an Image with the intent of rendering that image on a GC constructed on a Printer. Current state: Currently, ImageDescriptor's createImage always uses Display.getCurrent() to create images. Solution: Enhance ImageDescriptor to provide the ImageDescriptor#createIma...
closed fixed
d86f333
["bundles/org.eclipse.ui/Eclipse", "JFace/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
2002-04-08T19:28:47Z
2002-03-14T21:06:40Z
2,652
Bug 2652 [UI] EC - Folder with only placeholders is still visible (1GHQON6)
null
resolved fixed
72b6fcb
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IFolderLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IPageLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IPlaceholderFolderLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-05T15:46:18Z
2001-10-11T03:13:20Z
10,144
Bug 10144 org.eclipse.ui.views.internal.framelist.* should become API
The framelist classes are internal but are used by external clients and therefore they should be promoted to API.
resolved fixed
7a24f7d
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/BackAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/framelist/ForwardAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/frame...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-04T05:04:03Z
2002-02-24T22:33:20Z
11,044
Bug 11044 Working Sets framework
See Working Sets RFC for information.
resolved fixed
cbc15a5
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui/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
2002-04-04T00:08:30Z
2002-03-08T17:53:20Z
2,736
Bug 2736 Performance: Task list delta listener should use visitor (1GITCP0)
TaskListContentProvider.getMarkerDeltas is a recursive method that walks over tree deltas and gathers the set of marker changes. We will soon be making some optimizations to the delta visitor code, so it will soon be more efficient to use a visitor than to walk over the delta yourself. The visitor interface is IResourc...
resolved fixed
5439efc
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/TaskListContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-03T21:43:38Z
2001-10-11T03:13:20Z
11,952
Bug 11952 NumberFormatException in preference page
20020319 1. open the workbench pref page 2. empty the 'size of recently opened files list' text field 3. press ok in the dialog java.lang.NumberFormatException: at java.lang.Integer.parseInt(Integer.java(Compiled Code)) at java.lang.Integer.<init>(Integer.java(Compiled Code)) at org.eclipse.jface.preference.IntegerFiel...
resolved fixed
2666a89
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-03T19:28:36Z
2002-03-20T18:46:40Z
12,583
Bug 12583 Paste enablement only updated when selection changes
Build 20020328 - select a file in the Navigator - choose Copy - Paste is disabled - change the selection away, then back to the same file - Paste is now enabled Paste should be enabled whenever there is an appropriate resource on the clipboard. The best way to do this would be using change callbacks from the clipboard,...
resolved wontfix
176ee68
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/CopyAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/PasteAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigat...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-02T14:42:05Z
2002-04-02T04:00:00Z
2,901
Bug 2901 PreferencePage button bar should not make buttons equal width (1GKKFMI)
PreferencePage.createControl should not do layout.makeColumnsEqualWidth= true; for the button (Default, Apply) composite ISV's may add more buttons and they may be wide. Implementors are responsible for ensuring that their buttons have a minimum width and this is enough to make all the buttons the same width in most ca...
resolved fixed
2c02cef
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-01T21:06:39Z
2001-10-11T03:13:20Z
10,842
Bug 10842 [Contributions] ordering: ActionFactories should support groups
Build 20020305 JDT uses groups to control the positioning of menu items in context menus. JDT would like to reuse some of the UI's action factories. But currently they simply add the entries to the end of the menu. It would be helpful if a action factory would support an additional group. If specified the factory adds ...
resolved wontfix
ae9406c
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/view...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-01T18:37:26Z
2002-03-06T13:06:40Z
11,128
Bug 11128 Access to a field in a particular super-type through IJavaObject
It is possible to cast an instance to a super type and query it for a field. This query should return the field from the super type. For the evaluation engine to support this, we need to be able to ask an IJavaObject for a field from a particular type in the hierarchy as follows: public IJavaFieldVariable getField(Stri...
verified fixed
b12800d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-04-01T16:16:12Z
2002-03-11T20:53:20Z
12,337
Bug 12337 Edit menu items remain disabled after viewpart activation
20020326-1324-I on Linux-Motif 1) open a CU 2) change focus to outline 3) verify that most edit menu items are disabled 4) change focus back to editor 5) observe that the edit menu items remain disabled I replaced the org.eclipse.ui plugin with an old one (20020321) and the problem is gone.
resolved fixed
6d056ff
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorMenuManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-03-27T14:35:46Z
2002-03-27T09:06:40Z
6,656
Bug 6656 Close button moves down when view resized smaller
On linux, running build 2001-11-27 (does not happen on build 2001-11-16 on Nt 2000). When a view like the Navigator is resized smaller, the tool items move below the label. However, so does the pulldown menu icon (triangle) and the close icon (X). These two tool items use to stay on the same line as the label no matter...
resolved fixed
d5e0f80
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/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
2002-03-26T15:03:49Z
2001-12-06T20:20:00Z
2,272
Bug 2272 Copy & Move should be disabled when closed (1GEHVNK)
It is not possible to copy or move a project when it is closed, so the commands should be disabled. Steps: 1) create a new project 2) in the Navigator, right click on the project and click 'Close Project' 3) right click on the project and click 'Copy Project' 4) enter a new name and click OK The workbench will not allo...
resolved fixed
b6fcbd2
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/CopyProjectOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyProjectAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveProjectAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-03-26T14:27:57Z
2001-10-11T03:13:20Z
2,127
Bug 2127 Tasks Cell Editor does not close on deactivation (1GE7AN3)
I'm not sure if this is a bug. It is very strange behavior, though. 1. Add a task to the task list. 2. Click on description to edit. 3. While cell editor is active click on navigator. Notice activation is now in navigator, but cell editor in task list is still open. 4. Click back on title for tasks. 5. Move scroll bar ...
resolved fixed
89de3ec
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/TableViewerImpl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-03-25T18:51:26Z
2001-10-11T03:13:20Z
10,714
Bug 10714 Focus doesn't always return to correct editor on close
Build 20020214 1) Open several editors 2) Activate (give focus to) the first editor in the list (leftmost) 3) Now give focus to the rightmost editor 4) Give focus to some other view, such as content outline 5) Hit Ctrl+F4 to close active editor After step 5), I would expect focus to return to the left-most editor, beca...
resolved fixed
68d998e
["bundles/org.eclipse.ui/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
2002-03-25T18:24:09Z
2002-03-04T19:26:40Z
2,241
Bug 2241 [UI] Copy/Move Folders/Files issues (1GEASN1)
PR marked SEVERE due to internal error in scenario 3 below Scenario 1: - create new project A - new folder B under A - select B - choose Copy Dialog title should be "Copy Folder". Label text should be "Select the destination for B." - select B in dialog - hit OK - get error dialog: "Copy Problems" / "Problems occurred ...
resolved fixed
9f394b0
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/PasteAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-03-25T16:39:25Z
2001-10-11T03:13:20Z
2,118
Bug 2118 Move project dialog confusing
Create a project In navigator, hit move. In the resulting dialog, it doesn't tell me what it wants me to do. The dialog title just says, "Project". If I go to the location text box, and try to append something, an error message appears at the bottom, which is cut off so I can't read it. There should be at least hoverhe...
resolved fixed
b238ba2
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/ProjectLocationMoveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-03-25T16:05:39Z
2001-10-11T03:13:20Z
11,069
Bug 11069 Prompting for saving a dirty shared editor inconsistent
02-14 build. Open Java file "A" in Workbench window 1. Dirty the editor. Open Workbench window 2, and open the same resource while dirty. Try to close Workbench window 2 (Alt+F4), you get prompted to save. Try to close Editor (Ctrl+F4), you don't get prompted. In either case you close the editor, but you only get promp...
resolved fixed
7b7dfcf
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/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
2002-03-25T16:03:28Z
2002-03-09T16:06:40Z