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
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28,630 | Bug 28630 [Preferences] NPE in font preference page on Apply | Build I20021217 1. Start empty workspace 2. Window->Preferences->Workbench->Fonts 3. Select "Text Font" 4. Press Change... 5. Change the size to 12 and press OK to close the font dialog 6. Press Apply ==> NPE (see below) Note: no NPE if OK is pressed instead of Apply !SESSION Dez 18, 2002 18:01:06.609 --------------------------------------------- java.version=1.3.1_02 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -os win32 -ws win32 -arch x86 -install file:D:/eclipse_I20021217/ !ENTRY org.eclipse.ui 4 4 Dez 18, 2002 18:01:06.609 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Dez 18, 2002 18:01:06.609 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.FontPreferencePage.performApply(FontPreferencePage.java:590) at org.eclipse.jface.preference.PreferencePage$2.widgetSelected(PreferencePage.java:264) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:541) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:769) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:411) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:365) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:356) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:48) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1692) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1410) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1446) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | closed fixed | fa6b146 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-01-02T19:55:52Z" | "2002-12-18T16:46:40Z" |
27,112 | Bug 27112 [Linked Resources] Prompt for deep copy/move | build 20021119 When copying or moving a linked folder we should prompt the user whether to do a shallow vs. deep copy/move. Similar to deleting a project in the workspace vs. on disk. | resolved fixed | b05dffe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-20T20:11:56Z" | "2002-11-25T18:46:40Z" |
27,586 | Bug 27586 [Linked Resources] Properties page for linked files and folders | build 20021127 Based on a discussion between Chris and Jeem the properties dialog for a linked folder or linked file should show the following on its 'Info' page. This list differs from the original discussion based on the fact that a link target location cannot be changed after a link has been created. a) That the folder or file is linked (read only) b) The link destination path (read only, shows variable name) (was: always editable) c) The resolved link destination path (read only, produced on-the-fly from b.) {not applicable, no API d) The browse button (always enabled) e) The link variables button (always enabled)} f) A warning indicator if the fully resolved link destination path is syntactically correct but does not exist (produced on-the-fly from b.) or if a variable is not defined. The user should be allowed to press OK to leave this dialog while the warning indicator is lit. g) An error indicator or if the fully resolved link destination path is syntactically incorrect (produced on-the-fly from b.). The user should not be allowed to press OK to leave this dialog while the error indicator is lit. | resolved fixed | 6b6e5ae | ["bundles/org.eclipse.ui.workbench/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-12-19T19:01:56Z" | "2002-12-03T15:40:00Z" |
27,718 | Bug 27718 [Linked Resources] New path variable dialog allows editing existing variables | build 20021204 The new path variable dialog displays a warning when the name of an existing variable is used. When selecting ok the existing variable value is set to the new value. The new dialog should not allow overwriting existing variables. The edit dialog should be used for this purpose. The new dialog should display an error and disable the ok button if a variable name is already in use. | resolved fixed | ebcb039 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-19T16:32:24Z" | "2002-12-05T03:46:40Z" |
27,258 | Bug 27258 [Linked Resources] Should display variable name in NewFolderDialog and new file/folder wizards | build 20021119 The link target location field in the NewFolderDialog and in the new file/folder wizards should display the variable name when a variable is choosen instead of a file/folder name. A label below the text field should show the resolved path. Also, it should be possible to enter variable names directly in the text field and have them resolve automatically. See the Edit/Attach Source dialogs in the Java build properties. | resolved fixed | 3c07af6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-19T15:14:18Z" | "2002-11-27T18:00:00Z" |
27,587 | Bug 27587 [Linked Resources] Show warning decorators in path variables list | build 20021127 The path variables list in the preference dialog and in the path variables dialog should show a warning decorator for variables that are not defined and for variables that point to a non-existent directory. | resolved fixed | 3ac66e2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-19T15:00:26Z" | "2002-12-03T15:40:00Z" |
28,090 | Bug 28090 [View Mgmt] Browsing View broken | Build 20021210 1. Start fresh Eclipse 2. Add a new Java project [optional] 2. Close prespective 3. Open "Java Browsing" perspective ==> views don't show up correctly - they don't show data (in Projects view) and look strange (gray), see attached picture. | resolved fixed | dcec13c | ["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 | "2002-12-17T17:02:32Z" | "2002-12-11T15:20:00Z" |
28,394 | Bug 28394 [Linked Resources] Import into non-existent folder causes NPE in wizard dialog | build 20021216 -create a linked folder that refers to a non-existent path variable as follows: -define a folder path variable TEST_FOLDER in the workbench preferences -hack a .project file to add a linked folder using that path variable: <linkedResources> <link> <name>testFolderLink</name> <type>2</type> <location>TEST_FOLDER</location> </link> </linkedResources> -the linked folder appears in the Navigaot -remove the path variable in the preferences -select the linked folder and import from file system ->every time you select a source file you get a NullPointerException in the console. Same problem when importing from a zip/jar. | resolved fixed | 7b5ef6f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-16T23:06:39Z" | "2002-12-16T17:33:20Z" |
28,056 | Bug 28056 [Linked Resources] unable to create a linked source folder | Build I20021210 1. Create a new project named P1. 2. Select P1 and open its Properties, and go to Java Build Path. 3. Hit Add Existing Folders on source tab. 4. In Source Folder Selection, hit Create New Folder 5. In New Folder dialog, enter "src2", check "link", and Browse to some place (C:\temp\junk\) 6. Hit Ok on New Folder. 7. Hit Ok on Source Folder Selection. 8. Hit Ok on Properties Dialog. Observe: Folder /P1/src2 is not a linked resource. Expectation: It should be a linked resource. | resolved fixed | d6f584c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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 | "2002-12-16T16:56:03Z" | "2002-12-10T22:40:00Z" |
28,220 | Bug 28220 [Linked Resources] Project rename does a DEEP move | Build I20021210 1) Create a project with a linked file 2) Rename the project 3) The file is no longer a linked file. The file that was linked to has been moved into the default content area of the project. This is because the rename action (RenameResourceAction) is not specifying the SHALLOW flag when moving the project: if (resource.getType() == IResource.PROJECT) { IProject project = (IProject) resource; IProjectDescription description = project.getDescription(); description.setName(newPath.segment(0)); project.move(description, true, monitor); } else resource.move(newPath, IResource.KEEP_HISTORY | IResource.SHALLOW, new SubProgressMonitor(monitor, 50)); | resolved fixed | 7dac8b0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveProjectAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-16T15:22:48Z" | "2002-12-12T21:53:20Z" |
27,530 | Bug 27530 [Properties view] CopyPropertyAction does not dispose clipboard | build I20021127 CopyPropertyAction allocates a Clipboard but does not dipose it. Should add a dispose method here, and call it from PropertySheetPage.dispose(). | resolved fixed | f92a743 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/CopyPropertyAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-12T18:59:16Z" | "2002-12-02T20:13:20Z" |
26,863 | Bug 26863 [Dialogs] ResourceListSelectionDialog should not do prefix matching when '*' specified | build I20021121 JDT has changed Open Type so that "*x" matches all types ending in 'x' (case insensitive), rather than all types containing an 'x'. We should change ResourceListSelectionDialog to be consistent. When a '*' wildcard is present, avoid adding a free '*' at the end. No change if '?' is present. | resolved fixed | 7b41f8d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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 | "2002-12-12T17:23:29Z" | "2002-11-21T14:46:40Z" |
27,510 | Bug 27510 [Working Sets] Working sets are initialized too soon | On startup, the WorkingSetManager restores the full state of all the working sets, even though many are not needed. In particular, working sets created by factories from other plugins will trigger code in those plugins. Is it possible to only create partial/proxy WorkingSet's and have their state restored lazily ? | verified fixed | 8c54666 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetFactory.java", "bundles/org.eclipse.ui.workbench/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-12-10T19:27:21Z" | "2002-12-02T17:26:40Z" |
27,971 | Bug 27971 [View Mgmt] Tasks view missing its toolbar icons | build N20021209 - after working for a while, noticed that the Tasks view is missing its toolbar icons and view (triangle) menu See the attached screen shots. TaskList.java has not changed recently, so I'm assuming this is a broader problem. I'll try to find steps to reproduce it. | resolved fixed | b05db98 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-09T23:23:39Z" | "2002-12-09T18:53:20Z" |
23,346 | Bug 23346 [Editor Mgmt] No notification sent when an IEditorReference is closed | There doesn't appear to be any notification sent from the platform when an editor reference is closed. I don't get part closed notifications for editors which are restored at startup by the platform but are never activated by the user (thus, never fully instantiated). Background: I have an editor management view which displays open editors in a table. When the view is opened, I ask the workbench page for editor references and display these references in the table. I also listen to part open notifications to add newly opened editors to the view when their editor part is opened. Finally, I listen to part close notifications to remove editors from the table when they are closed. The problem is that if I don't get a notification from the platform, I don't know when to remove the editor from the view. | resolved fixed | 3927ef7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPartListener2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPartService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartListenerList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartListenerList2.java", "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 | "2002-12-06T18:44:20Z" | "2002-09-09T19:33:20Z" |
27,808 | Bug 27808 [Preferences] "Notes:" displayed twice on the workbench preference page | Build 20021204 At the bottom of 'open mode' block in the workbench preference page, "Notes:" is display two times. | closed fixed | 1912df8 | ["bundles/org.eclipse.ui.workbench/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-12-06T16:41:17Z" | "2002-12-05T23:13:20Z" |
17,227 | Bug 17227 [Dialogs] ElementTreeSelectionDialog should handle double click | Using Eclipse 2.0, Build F1 (buildid: 20020521) on Windows 2000. NOTE: Make sure you have a few java projects in your workspace (I just imported a bunch). From the Java perspective, go to Search, "Customize..", add NLS Keys. Now open the NLS Keys Tab and click on the second "Browse" button (for Property file name). You'll notice that the dialog title is "Pr&operties File Selection". Could you please remove that ampersand '&'? Also, in this same dialog, clicking on the "+" will expand the project folders, but double clicking will not (and it should). I should also mention that this dialog has a maximize icon enabled, and it is resizable. This is unlike all other dialogs, and I'll let you decide whether or not this is important. | closed fixed | 1647fa3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-06T16:22:51Z" | "2002-05-23T13:20:00Z" |
27,713 | Bug 27713 [View Mgmt] Fast view border is clipping the view | In 1204 build, fast view rectangle is slightly narrower than the view it is hosting, resulting in the scroll bar being slightly truncated vertically. You can still scroll, but the view part is obviously narrower than it should be. | resolved fixed | c80dc5d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-05T21:39:43Z" | "2002-12-04T22:13:20Z" |
27,602 | Bug 27602 [Perspectives] PlatformUIPreferenceListener should not use preference store | 20021203 The PlatformUIPreferenceListener look up the new preference value in the AbstractUIPlugin preferenceStore. It should instead use newValue from the event. Here is the code in question: IWorkbench workbench = WorkbenchPlugin.getDefault().getWorkbench(); AbstractUIPlugin uiPlugin = (AbstractUIPlugin) Platform.getPlugin(PlatformUI.PLUGIN_ID); String newValue = uiPlugin.getPreferenceStore().getString( IWorkbenchPreferenceConstants.DEFAULT_PERSPECTIVE_ID); workbench.getPerspectiveRegistry().setDefaultPerspective(newValue); | closed fixed | d8d581e | ["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 | "2002-12-05T21:17:20Z" | "2002-12-03T18:26:40Z" |
26,890 | Bug 26890 [Dialogs] FilteredList - toggle case sensitivity after creation | null | closed fixed | 22422f9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-05T20:56:39Z" | "2002-11-21T20:20:00Z" |
27,746 | Bug 27746 [startup] 20021204 hidden views still activated | i thought this was fixed (i might be wrong) but hidden views are still activated on startup | resolved fixed | 635ba68 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.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 | "2002-12-05T19:42:06Z" | "2002-12-05T14:53:20Z" |
27,072 | Bug 27072 [ActionSets] SelectionListenerAction allocates 2 * ArrayList(10) everytime selection changes | SelectionListenerAction calls initCollections everytime selection changes and that allocates 2 arrays of size 10 everytime these arrays are mostly empty these empty arrays sum up to quite a lot of garbage after each click in the workbench | verified fixed | fcafe8d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/SelectionListenerAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-05T19:09:34Z" | "2002-11-25T10:26:40Z" |
25,608 | Bug 25608 [Dialogs] ProgressMonitorDialog won't cancel unless it's forked | On ProgressMonitorDialog, there's a method: public void run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) If the value of "fork" is false, the dialog cannot be canceled. The cancel button remains enabled and isCanceled() always returns false. The following code demonstrates this behaviour. (I chose to enable the popup menu extension on one IProject.) package org.myco.action; import java.lang.reflect.InvocationTargetException; import org.eclipse.core.resources.IProject; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.jdt.core.IJavaProject; import org.eclipse.jface.action.IAction; import org.eclipse.jface.dialogs.ProgressMonitorDialog; import org.eclipse.jface.operation.IRunnableWithProgress; import org.eclipse.jface.viewers.ISelection; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.MessageBox; import org.eclipse.swt.widgets.Shell; import org.eclipse.ui.IActionDelegate; public class MyMenuAction implements IActionDelegate { private ISelection _currentSelection = null; private Shell _shell = null; public MyMenuAction() { super(); Display display = Display.getCurrent(); _shell = (display == null) ? null : display.getActiveShell(); } private void displayMessage(String title, String message, int iIconType) { MessageBox messageBox = new MessageBox(_shell, org.eclipse.swt.SWT.OK | iIconType | org.eclipse.swt.SWT.APPLICATION_MODAL); messageBox.setMessage(message); messageBox.setText(title); messageBox.open(); } public ProgressMonitorDialog getProgressMonitorDialog() { return new ProgressMonitorDialog(_shell); } private ISelection getCurrentSelection() { return _currentSelection; } private IProject getSelected() { ISelection selection = getCurrentSelection(); if ((selection == null) || selection.isEmpty() || !(selection instanceof IStructuredSelection)) { return null; } Object element = ((IStructuredSelection)selection).getFirstElement(); if(element instanceof IProject) { return (IProject)element; } if(element instanceof IJavaProject) { return ((IJavaProject)element).getProject(); } return null; } public void selectionChanged(IAction action, ISelection selection) { _currentSelection = selection; action.setEnabled(true); } public void run(IAction action) { final IProject project = getSelected(); if(project == null) { displayMessage("MyMenuAction Title", "No project selected", org.eclipse.swt.SWT.ICON_INFORMATION); return; } try { ProgressMonitorDialog dialog = getProgressMonitorDialog(); IRunnableWithProgress runnable = new IRunnableWithProgress() { public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { boolean isCanceled = false; for(int j=0; j<100000; j++) { if(monitor.isCanceled()) { isCanceled = true; System.out.println("Monitor was cancelled for " + project.getName() + " on iteration " + j); break; } monitor.subTask("Task " + j); } if(!isCanceled) { System.out.println("Monitor was never cancelled."); } } }; dialog.run(false, true, runnable); // false==!fork, true==cancelable // dialog.run(true, true, runnable); // true==fork, true==cancelable } catch (InvocationTargetException exc) { exc.printStackTrace(); } catch (InterruptedException exc) { exc.printStackTrace(); } } } | closed fixed | 15419e5 | ["bundles/org.eclipse.ui.workbench/extensions/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 | "2002-12-05T15:23:05Z" | "2002-10-31T21:33:20Z" |
27,570 | Bug 27570 [Preferences] Preference page defaults are hard-coded | build 2002-11-27, Win2K, J9 FileStatesPage contains hard-coded values for the defaults. This class should get the defaults from Core. This will perhaps require new API at Core level. If so, please let us know what you would like. | closed fixed | be2142d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileStatesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-05T14:39:47Z" | "2002-12-03T15:40:00Z" |
26,709 | Bug 26709 Walkback in Java Editor | Build 20021115. Unable to recreate, but I think it all started when I deleted some text and the class name in a comment became "active" (i.e., underlined for hyper linking). /** * @see ActionDelegate#run(IAction) */ ActionDelegate became active as result of deleting some text. Not sure how, but I then tried to drag select and got the following walkback. This is how I recall things, but I'm not 100% sure that is the exact scenario that caused the problem. !SESSION Nov 19, 2002 15:13:32.591 --------------------------------------------- java.fullversion=J2RE 1.3.0 IBM build cn130-20010502 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -dev bin -data d:\eclipse- ws\ui-ws -install file:D:/eclipse/ !ENTRY org.eclipse.ui 4 4 Nov 19, 2002 15:13:32.591 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Nov 19, 2002 15:13:32.591 !MESSAGE Index out of bounds !STACK 0 java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2166) at org.eclipse.swt.SWT.error(SWT.java:2110) at org.eclipse.swt.custom.StyledText.redrawRange(StyledText.java:6103) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$MouseClickListener.mouseMove (JavaEditor.java(Compiled Code)) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$MouseClickListener.mouseMove (JavaEditor.java(Compiled Code)) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1418) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:831) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) !ENTRY org.eclipse.ui 4 4 Nov 19, 2002 15:13:32.791 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Nov 19, 2002 15:13:32.801 !MESSAGE Index out of bounds !STACK 0 java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2166) at org.eclipse.swt.SWT.error(SWT.java:2110) at org.eclipse.swt.custom.StyledText.redrawRange(StyledText.java:6103) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$MouseClickListener.mouseMove (JavaEditor.java(Compiled Code)) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor$MouseClickListener.mouseMove (JavaEditor.java(Compiled Code)) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1418) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:831) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | fa3d8b2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-04T19:38:51Z" | "2002-11-19T21:06:40Z" |
25,270 | Bug 25270 [Perspectives] Saving perspective layout via export preferences | Request from KH to save perspective layout as preference data so that the layout can be exported and imported as part of preferences. There are probably some other sets of data besides perspective layout that would also be useful to save as preferences. | resolved fixed | 79cecf5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-04T18:47:12Z" | "2002-10-23T19:06:40Z" |
6,988 | Bug 6988 [Perspectives] left toolbar view could be movable | i would be could if one you change the position of the views in the left toolbar with drag and drop. | resolved fixed | a017be4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-04T18:46:57Z" | "2001-12-17T11:53:20Z" |
25,892 | Bug 25892 [Editor Mgmt] Graphic is disposed error on startup | Build 20021105 1. Started Eclipse. My workspace had two editors opened. 2. Attempted to close one of the editors. Didn't work due to graphic is disposed error. Had to shut down Eclipse. Once I restarted things were okay. It looks like I had the graphic is disposed call before I attempted to close the editor. See log. | resolved fixed | b3842fc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/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-12-03T21:49:46Z" | "2002-11-08T15:40:00Z" |
27,416 | Bug 27416 [ActionSets] API method dispose not called | Build 20021127 IWorkbenchWindowActionDelegate.dispose says dispose can be used to clean up. It seems that the framework is not calling this method at all: I closed a workbench window and the breakpoint never gets hit. This can lead to memory leaks for clients which count on dispose being called. Especially if the delegate is referenced from somehwere then the whole closed wokrbench window will stay in memory (the action has a link to it). Note: dispose on WWinPluginAction doesn't seem to be called as well. | resolved fixed | 533017e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java", "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 | "2002-12-03T20:17:34Z" | "2002-11-29T17:13:20Z" |
27,378 | Bug 27378 [startup] [Editor Mgmt] junit view loaded even though it's a hidden fast view | 20021127 the junit view is a collapsed fast view but it is loaded on startup anyway,. which loads the whole plugin stacktrace from core tools: Activating plugin: org.eclipse.jdt.junit Plugin activation stack: org.eclipse.jdt.junit Class loading stack: Stack trace: java.lang.Throwable at java.lang.Throwable.<init>(Unknown Source) at org.eclipse.core.internal.runtime.PluginStats.traceActivate(Unknown Source) at org.eclipse.core.internal.runtime.PluginStats.startActivation (Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation (Unknown Source) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin (Unknown Source) at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf (Unknown Source) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf (Unknown Source) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (Unknown Source) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (Unknown Source) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension (Unknown Source) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Unknown Source) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(Unknown Source) at org.eclipse.ui.internal.ViewFactory$2.run(Unknown Source) at org.eclipse.core.internal.runtime.InternalPlatform.run(Unknown Source) at org.eclipse.core.runtime.Platform.run(Unknown Source) at org.eclipse.ui.internal.ViewFactory.busyRestoreView(Unknown Source) at org.eclipse.ui.internal.ViewFactory$1.run(Unknown Source) at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source) at org.eclipse.ui.internal.ViewFactory.restoreView(Unknown Source) at org.eclipse.ui.internal.Perspective.restoreState(Unknown Source) at org.eclipse.ui.internal.WorkbenchPage.restoreState(Unknown Source) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(Unknown Source) at org.eclipse.ui.internal.Workbench.restoreState(Unknown Source) at org.eclipse.ui.internal.Workbench.access$7(Unknown Source) at org.eclipse.ui.internal.Workbench$8.run(Unknown Source) at org.eclipse.core.internal.runtime.InternalPlatform.run(Unknown Source) at org.eclipse.core.runtime.Platform.run(Unknown Source) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Unknown Source) at org.eclipse.ui.internal.Workbench.init(Unknown Source) at org.eclipse.ui.internal.Workbench.run(Unknown Source) at org.eclipse.core.internal.boot.InternalBootLoader.run(Unknown Source) at org.eclipse.core.boot.BootLoader.run(Unknown Source) at java.lang.reflect.AccessibleObject.invokeL(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Unknown Source) at org.eclipse.core.launcher.Main.run(Unknown Source) at org.eclipse.core.launcher.Main.main(Unknown Source) | verified fixed | d0d4e73 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FolderLayout.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.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 | "2002-12-03T19:18:24Z" | "2002-11-29T11:40:00Z" |
18,063 | Bug 18063 [Contributions] SubActionBars should be made public | Build M5 org.eclipse.ui.internal.SubActionBars is a generally useful class which allows editors like MultiPageEditors to manage the action bars of their children. The classes SubMenuManager, SubStatusLineManager and SubToolBarManager are already public (in org.eclipse.jface.action), but these classes are useless on their own -- they only make sense in the context of a SubActionBars instance. SubActionBars should be moved to org.eclipse.jface.action so that it can also be used by other plugins. | resolved fixed | b0076b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SubActionBars.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-03T18:51:51Z" | "2002-05-28T15:33:20Z" |
25,026 | Bug 25026 [GlobalActions] Typo: RetargetAction.propogateChange | build 20021016 this should be propagateChange | resolved fixed | 59e7802 | ["bundles/org.eclipse.ui.workbench/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-12-03T18:51:38Z" | "2002-10-17T21:26:40Z" |
27,536 | Bug 27536 [Decorators] NPE in DecoratorOverlayIcon.drawOverlays | Delete the file org.eclipse.ui/icons/full/ovr16/link_ovr.gif Enable the Linked resource decorator. Create a link file. Will get the following NPE because overlayData is null. Thread [main] (Suspended (exception java.lang.NullPointerException)) org.eclipse.ui.internal.decorators.DecoratorOverlayIcon.drawOverlays (org.eclipse.jface.resource.ImageDescriptor[]) line: 75 org.eclipse.ui.internal.decorators.DecoratorOverlayIcon.drawCompositeIm age(int, int) line: 104 org.eclipse.ui.internal.decorators.DecoratorOverlayIcon (org.eclipse.jface.resource.CompositeImageDescriptor).getImageData() line: 184 org.eclipse.ui.internal.decorators.DecoratorOverlayIcon (org.eclipse.jface.resource.ImageDescriptor).createImage(boolean, org.eclipse.swt.graphics.Device) line: 112 org.eclipse.ui.internal.decorators.DecoratorOverlayIcon (org.eclipse.jface.resource.ImageDescriptor).createImage(boolean) line: 88 org.eclipse.ui.internal.decorators.DecoratorOverlayIcon (org.eclipse.jface.resource.ImageDescriptor).createImage() line: 77 org.eclipse.ui.internal.decorators.OverlayCache.getImageFor (org.eclipse.ui.internal.decorators.DecoratorOverlayIcon) line: 34 org.eclipse.ui.internal.decorators.OverlayCache.applyDescriptors (org.eclipse.swt.graphics.Image, org.eclipse.jface.resource.ImageDescriptor[]) line: 64 org.eclipse.ui.internal.decorators.DecorationResult.decorateWithOverlay s(org.eclipse.swt.graphics.Image, org.eclipse.ui.internal.decorators.OverlayCache) line: 60 org.eclipse.ui.internal.decorators.DecorationScheduler.decorateWithOver lays(org.eclipse.swt.graphics.Image, java.lang.Object, java.lang.Object) line: 145 org.eclipse.ui.internal.decorators.DecoratorManager.decorateImage (org.eclipse.swt.graphics.Image, java.lang.Object) line: 194 org.eclipse.jface.viewers.DecoratingLabelProvider.getImage (java.lang.Object) line: 69 org.eclipse.jface.viewers.TreeViewer.doUpdateItem (org.eclipse.swt.widgets.Item, java.lang.Object) line: 83 org.eclipse.jface.viewers.TreeViewer (org.eclipse.jface.viewers.AbstractTreeViewer).doUpdateItem (org.eclipse.swt.widgets.Widget, java.lang.Object, boolean) line: 363 org.eclipse.jface.viewers.TreeViewer (org.eclipse.jface.viewers.StructuredViewer).updateItem (org.eclipse.swt.widgets.Widget, java.lang.Object) line: 1132 org.eclipse.jface.viewers.TreeViewer (org.eclipse.jface.viewers.StructuredViewer).update(java.lang.Object, java.lang.String[]) line: 1117 org.eclipse.jface.viewers.TreeViewer (org.eclipse.jface.viewers.StructuredViewer).update(java.lang.Object[], java.lang.String[]) line: 1051 org.eclipse.jface.viewers.TreeViewer (org.eclipse.jface.viewers.StructuredViewer).handleLabelProviderChanged (org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 521 org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged (org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 68 org.eclipse.ui.internal.decorators.DecoratorManager.fireListeners (org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 139 org.eclipse.ui.internal.decorators.DecoratorManager.labelProviderChange d(org.eclipse.jface.viewers.LabelProviderChangedEvent) line: 428 org.eclipse.ui.internal.decorators.DecorationScheduler$1.run() line: 169 org.eclipse.swt.widgets.RunnableLock.run() line: 31 org.eclipse.ui.internal.UISynchronizer (org.eclipse.swt.widgets.Synchronizer).runAsyncMessages() line: 94 org.eclipse.swt.widgets.Display.runAsyncMessages() line: 1669 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1414 org.eclipse.jface.operation.ModalContext$ModalContextThread.block() line: 130 org.eclipse.jface.operation.ModalContext.run (org.eclipse.jface.operation.IRunnableWithProgress, boolean, org.eclipse.core.runtime.IProgressMonitor, org.eclipse.swt.widgets.Display) line: 255 org.eclipse.jface.wizard.WizardDialog.run(boolean, boolean, org.eclipse.jface.operation.IRunnableWithProgress) line: 716 org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFile() line: 198 org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard.performFi nish() line: 117 org.eclipse.jface.wizard.WizardDialog.finishPressed() line: 570 org.eclipse.jface.wizard.WizardDialog.buttonPressed(int) line: 308 org.eclipse.jface.dialogs.Dialog$1.widgetSelected (org.eclipse.swt.events.SelectionEvent) line: 398 org.eclipse.swt.widgets.TypedListener.handleEvent (org.eclipse.swt.widgets.Event) line: 87 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 77 org.eclipse.swt.widgets.Button (org.eclipse.swt.widgets.Widget).sendEvent(org.eclipse.swt.widgets.Event) line: 825 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1692 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1410 org.eclipse.jface.wizard.WizardDialog (org.eclipse.jface.window.Window).runEventLoop(org.eclipse.swt.widgets.Shell) line: 561 org.eclipse.jface.wizard.WizardDialog (org.eclipse.jface.window.Window).open() line: 541 org.eclipse.ui.internal.NewWizardShortcutAction.run() line: 87 org.eclipse.ui.internal.NewWizardShortcutAction (org.eclipse.jface.action.Action).runWithEvent(org.eclipse.swt.widgets.Event) line: 769 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (org.eclipse.swt.widgets.Event) line: 411 org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (org.eclipse.swt.widgets.Event) line: 365 org.eclipse.jface.action.ActionContributionItem.access$0 (org.eclipse.jface.action.ActionContributionItem, org.eclipse.swt.widgets.Event) line: 356 org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEv ent(org.eclipse.swt.widgets.Event) line: 48 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 77 org.eclipse.swt.widgets.MenuItem (org.eclipse.swt.widgets.Widget).sendEvent(org.eclipse.swt.widgets.Event) line: 825 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1692 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1410 org.eclipse.ui.internal.Workbench.runEventLoop() line: 1404 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1387 org.eclipse.core.internal.boot.InternalBootLoader.run (java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 841 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[]) line: 432 EclipseRuntimeLauncher.main(java.lang.String[]) line: 24 | closed fixed | cb24492 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorOverlayIcon.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-03T14:50:18Z" | "2002-12-02T20:13:20Z" |
27,455 | Bug 27455 [JFace] Hyperlink colors all black | PDE editors use platform UI settings for hyperlink colors. Since driver 1127 (or maybe driver or two earlier, but this is where we noticed it), these colors are all black. The actual colors shown in the preference page are correct (dark blue and blue for standard and active hyperlink colors), but the actual Color object we get from JFace colors has RGB 0,0,0. | closed fixed | 820cdc6 | ["bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-03T14:16:04Z" | "2002-11-30T18:13:20Z" |
26,424 | Bug 26424 [Workbench] Icons duplicated in ui and ui.workbench plugins | The same icons appear twice in Eclipse 2.1. Once under org.eclipse.ui, and again under org.eclipse.ui.workbench. | resolved fixed | 60e87b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LinkedResourceDecorator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/keybindings/ImageFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewProjectWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProjectCapabilitySimpleAddWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/UpdateProjectCapabilityWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/WizardStepGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-02T21:45:52Z" | "2002-11-14T21:40:00Z" |
7,235 | Bug 7235 [Contributions] Need dispose() for action delegates | null | resolved fixed | 3113adf | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IActionDelegate2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IActionDelegateWithEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CoolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginPulldown.java", "bundles/org.eclipse.ui.workbench/extensions/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 | "2002-12-02T19:50:45Z" | "2002-01-03T15:00:00Z" |
25,749 | Bug 25749 [Dialogs] Setting help has uncleared busy cursor | Build 20021105. Currently if one uses existing JFace dialogs (e.g., ElementSelectionTreeDialog) there is no way to set the F1 help for the dialog. The help listener would have to be added on the shell, but the shell is not created until the open method is called (at which point the modal nature of the dialog prohibits setting anything for the shell). So to set help for one of these dialogs, the user would have to subclass the dialog. Quite a heavyweight operation for a simple thing. | closed fixed | 69382e6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-02T19:46:07Z" | "2002-11-05T21:00:00Z" |
27,359 | Bug 27359 [Performance] Update Core is activated to collect features with perspectives | build I20021127 Using the spy tools, it shows that Update Core is activated in: Activating plugin: org.eclipse.update.core Plugin activation stack: org.eclipse.update.core Class loading stack: Stack trace: jjava.lang.Throwable at org.eclipse.core.internal.runtime.PluginStats.traceActivate (PluginStats.java:89) at org.eclipse.core.internal.runtime.PluginStats.startActivation (PluginStats.java:71) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation (PluginDescriptor.java:187) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin (PluginClassLoader.java:59) at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSel f(PluginClassLoader.java:137) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf (DelegatingURLClassLoader.java:490) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:880) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.access$0 (DelegatingURLClassLoader.java:874) at org.eclipse.core.internal.boot.DelegatingURLClassLoader$DelegateLoader.loadClas s(DelegatingURLClassLoader.java:89) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassPrerequisites (DelegatingURLClassLoader.java:554) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:888) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java:860) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.collectFeatures (Workbench.java:1078) at org.eclipse.ui.internal.Workbench.readFeaturesInfo (Workbench.java:1105) at org.eclipse.ui.internal.Workbench.getNewFeaturesInfo (Workbench.java:517) at org.eclipse.ui.internal.Workbench.collectNewFeaturesWithPerspectives (Workbench.java:1267) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1221) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1200) at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:838) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:843) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:790) at org.eclipse.ui.internal.Workbench.init(Workbench.java:603) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1346) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:841) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) This is to determine which new features have been added, in order to show a welcome page describing the new features. This support was requested by WSADIE and was put into 2.0.2. However, apparently update core accounts for 500K of footprint, according to Jeff (I wasn't running using Sidecar to get these figures). We could add a preference for recognizing new features, leave it off by default, and allow products to customize this preference to turn it on. This won't actually help much though, since this would only work for the case where WSADIE was the initial install, which is not the case for which this support was requested (adding WSADIE after the fact to WSAD and seeing the new features). We should investigate lighter-weight ways of recognizing that there are new features. Perhaps Update could create a file in a well-defined location, indicating that there are new features and their ids. We would just read the file (and erase it), without activating Update Core. | verified fixed | 14edf87 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-02T19:07:48Z" | "2002-11-28T21:46:40Z" |
27,271 | Bug 27271 [Linked Resources] NPE creating variable linked folder | Build I20021127 1) Create a path variable FOO that maps to "c:\temp" 2) Go into the new folder wizard, page two 3) Click the variables button 4) Select FOO from the list, hit OK. An info box pops up saying "Path variable value cannot be relative". This is wrong, because it is NOT relative. Then an NPE occurs. Stack trace: java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:63) at org.eclipse.ui.dialogs.WizardNewLinkPage.handleVariablesButtonPressed(WizardNewLinkPage.java:218) at org.eclipse.ui.dialogs.WizardNewLinkPage.access$7(WizardNewLinkPage.java:211) at org.eclipse.ui.dialogs.WizardNewLinkPage$4.widgetSelected(WizardNewLinkPage.java:148) | resolved fixed | a5af72e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewLinkPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-02T19:00:35Z" | "2002-11-27T20:46:40Z" |
27,159 | Bug 27159 [Import/Export] Export to Zip file "Overwrite existing" does nothing | The setting for overwriting existing file without a warning is kinf of pointless as it only asks if you want to overwrite the main zip file. It should either a) Act like the File export b) Be removed. | closed fixed | 37e6356 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/datatransfer/WizardZipFileResourceExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-12-02T16:52:47Z" | "2002-11-26T14:13:20Z" |
26,490 | Bug 26490 [Editor Mgmt] Unnecessary resize on EditorPart shutdown | When I close my Editor, it gets resized for no reason as it is being closed. this of course causes the Editor's Control to layout, which can be pretty expensive and can cause unnecessary painting. Thread [main] (Suspended (breakpoint at line 103 in org.eclipse.draw2d.LightweightSystem)) org.eclipse.draw2d.LightweightSystem.controlResized() line: 103 org.eclipse.draw2d.LightweightSystem$1.controlResized (org.eclipse.swt.events.ControlEvent) line: 88 org.eclipse.swt.widgets.TypedListener.handleEvent (org.eclipse.swt.widgets.Event) line: 140 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 75 org.eclipse.swt.widgets.Canvas(org.eclipse.swt.widgets.Widget).sendEvent (int, org.eclipse.swt.widgets.Event) line: 841 org.eclipse.swt.widgets.Canvas(org.eclipse.swt.widgets.Widget).sendEvent (int) line: 846 org.eclipse.swt.widgets.Canvas(org.eclipse.swt.widgets.Control).WM_SIZE (int, int) line: 3776 org.eclipse.swt.widgets.Canvas (org.eclipse.swt.widgets.Scrollable).WM_SIZE(int, int) line: 303 org.eclipse.swt.widgets.Canvas (org.eclipse.swt.widgets.Composite).WM_SIZE(int, int) line: 700 org.eclipse.swt.widgets.Canvas (org.eclipse.swt.widgets.Control).windowProc(int, int, int) line: 2721 org.eclipse.swt.widgets.Display.windowProc(int, int, int, int) line: 1990 org.eclipse.swt.internal.win32.OS.DefWindowProcW(int, int, int, int) line: not available [native method] org.eclipse.swt.internal.win32.OS.DefWindowProc(int, int, int, int) line: 1214 org.eclipse.swt.widgets.Canvas (org.eclipse.swt.widgets.Scrollable).callWindowProc(int, int, int) line: 71 org.eclipse.swt.widgets.Canvas (org.eclipse.swt.widgets.Control).windowProc(int, int, int) line: 2733 org.eclipse.swt.widgets.Display.windowProc(int, int, int, int) line: 1990 org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(int) line: not available [native method] org.eclipse.gef.ui.parts.Splitter (org.eclipse.swt.widgets.Composite).WM_SIZE(int, int) line: 714 org.eclipse.gef.ui.parts.Splitter (org.eclipse.swt.widgets.Control).windowProc(int, int, int) line: 2721 org.eclipse.swt.widgets.Display.windowProc(int, int, int, int) line: 1990 org.eclipse.swt.internal.win32.OS.DefWindowProcW(int, int, int, int) line: not available [native method] org.eclipse.swt.internal.win32.OS.DefWindowProc(int, int, int, int) line: 1214 org.eclipse.gef.ui.parts.Splitter (org.eclipse.swt.widgets.Scrollable).callWindowProc(int, int, int) line: 71 org.eclipse.gef.ui.parts.Splitter (org.eclipse.swt.widgets.Control).windowProc(int, int, int) line: 2733 org.eclipse.swt.widgets.Display.windowProc(int, int, int, int) line: 1990 org.eclipse.swt.internal.win32.OS.SetWindowPos(int, int, int, int, int, int, int) line: not available [native method] org.eclipse.gef.ui.parts.Splitter (org.eclipse.swt.widgets.Control).setBounds(int, int, int, int, int) line: 1744 org.eclipse.gef.ui.parts.Splitter (org.eclipse.swt.widgets.Control).setBounds(int, int, int, int) line: 1729 org.eclipse.swt.layout.FillLayout.layout (org.eclipse.swt.widgets.Composite, boolean) line: 95 org.eclipse.swt.widgets.Composite.WM_SIZE(int, int) line: 699 org.eclipse.swt.widgets.Composite (org.eclipse.swt.widgets.Control).windowProc(int, int, int) line: 2721 org.eclipse.swt.widgets.Display.windowProc(int, int, int, int) line: 1990 org.eclipse.swt.internal.win32.OS.DefWindowProcW(int, int, int, int) line: not available [native method] org.eclipse.swt.internal.win32.OS.DefWindowProc(int, int, int, int) line: 1214 org.eclipse.swt.widgets.Composite (org.eclipse.swt.widgets.Scrollable).callWindowProc(int, int, int) line: 71 org.eclipse.swt.widgets.Composite (org.eclipse.swt.widgets.Control).windowProc(int, int, int) line: 2733 org.eclipse.swt.widgets.Display.windowProc(int, int, int, int) line: 1990 org.eclipse.swt.internal.win32.OS.SetWindowPos(int, int, int, int, int, int, int) line: not available [native method] org.eclipse.swt.widgets.Composite (org.eclipse.swt.widgets.Control).setBounds(int, int, int, int, int) line: 1744 org.eclipse.swt.widgets.Composite (org.eclipse.swt.widgets.Control).setBounds(int, int, int, int) line: 1729 org.eclipse.swt.custom.ViewForm.layout(boolean) line: 335 org.eclipse.swt.custom.ViewForm (org.eclipse.swt.widgets.Composite).layout() line: 272 org.eclipse.swt.custom.ViewForm.setBorderVisible(boolean) line: 591 org.eclipse.ui.internal.EditorPane (org.eclipse.ui.internal.PartPane).setContainer (org.eclipse.ui.internal.ILayoutContainer) line: 343 org.eclipse.ui.internal.EditorWorkbook.remove (org.eclipse.ui.internal.LayoutPart) line: 546 org.eclipse.ui.internal.EditorArea.removeEditor (org.eclipse.ui.internal.EditorPane) line: 184 org.eclipse.ui.internal.EditorPresentation.closeEditor (org.eclipse.ui.internal.EditorPane) line: 81 org.eclipse.ui.internal.EditorPresentation.closeEditor (org.eclipse.ui.IEditorPart) line: 71 org.eclipse.ui.internal.EditorManager.closeEditor (org.eclipse.ui.IEditorReference) line: 110 org.eclipse.ui.internal.WorkbenchPage.closeEditor (org.eclipse.ui.IEditorPart, boolean) line: 714 org.eclipse.ui.internal.CloseEditorAction.run() line: 31 org.eclipse.ui.internal.CloseEditorAction (org.eclipse.jface.action.Action).runWithEvent(org.eclipse.swt.widgets.Event) line: 749 org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (org.eclipse.swt.widgets.Event) line: 407 org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (org.eclipse.swt.widgets.Event) line: 361 org.eclipse.jface.action.ActionContributionItem.access$0 (org.eclipse.jface.action.ActionContributionItem, org.eclipse.swt.widgets.Event) line: 352 org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEve nt(org.eclipse.swt.widgets.Event) line: 47 org.eclipse.swt.widgets.EventTable.sendEvent (org.eclipse.swt.widgets.Event) line: 75 org.eclipse.swt.widgets.MenuItem (org.eclipse.swt.widgets.Widget).sendEvent(org.eclipse.swt.widgets.Event) line: 825 org.eclipse.swt.widgets.Display.runDeferredEvents() line: 1527 org.eclipse.swt.widgets.Display.readAndDispatch() line: 1289 org.eclipse.ui.internal.Workbench.runEventLoop() line: 1256 org.eclipse.ui.internal.Workbench.run(java.lang.Object) line: 1239 org.eclipse.core.internal.boot.InternalBootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[], java.lang.Runnable) line: 739 org.eclipse.core.boot.BootLoader.run(java.lang.String, java.net.URL, java.lang.String, java.lang.String[]) line: 432 EclipseRuntimeLauncher.main(java.lang.String[]) line: 24 | resolved fixed | 5e17e10 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-29T21:09:53Z" | "2002-11-15T17:06:40Z" |
27,147 | Bug 27147 [View Mgmt] No lazy creation of collapsed Fast Views? | Not sure, but I thought that Views are now loaded lazily in the same way as editors. I had a collapsed fast view (Ant View) and its contents was created on start-up. If this is intentional (since it is a "fast" view and should pop-up quickly) then pls close this bug again. | verified fixed | 7321d09 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.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 | "2002-11-29T20:53:43Z" | "2002-11-26T11:26:40Z" |
27,084 | Bug 27084 [View Mgmt] Add notification of view becoming hidden / visible | null | resolved fixed | 5ea8056 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPartListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPartListener2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartListenerList.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/PartPlaceholder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.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 | "2002-11-29T20:02:10Z" | "2002-11-25T16:00:00Z" |
27,262 | Bug 27262 [Linked Resources] Deleting linked file should note shallow delete | null | resolved fixed | 14f163f | ["bundles/org.eclipse.ui.workbench/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-11-27T22:48:11Z" | "2002-11-27T18:00:00Z" |
26,360 | Bug 26360 [Linked Resources] Copy/Move linked resource on top of existing not working | build 20021114 Copy/move correctly prevents copy/move operations of linked resources to a different project if the operation would result in a folder merge. It incorrectly prevents copy/move of linked folders with a different name that point to the same file system resource. This is a valid operation since it would not result in a merge (the linked resource does not exist in the target project). Copy/move of a linked file to a different project should always be allowed and simply overwrite the existing link. File system resources remain untouched. | resolved fixed | 059bf7d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-27T19:35:53Z" | "2002-11-14T16:06:40Z" |
25,985 | Bug 25985 Need to remove duplicate settings | UIPlugin and WorkbenchPlugin Why do these two classes deal with the same preferences? If you look at initializeDefaultPreferences method for the two classes, you will notice that the same preferences are initialized. Storage-wise it also looks like some of the preferences are being stored twice. We should be sure that there are no lost preferences from this change. | closed fixed | 8ab349e | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourcePatternFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenPerspectiveMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-26T19:00:53Z" | "2002-11-11T18:40:00Z" |
26,385 | Bug 26385 [Import/Export] File Exporter: No to All behaves like "No" | M3 - select some resources in the Navigator - File -> Export..., select File System, Next - export them anywhere, Finish - with the same files selected in the Navigator, File -> Export..., select File System, Next - press Finish so that the previous export destination will be reused - overwrite? prompter appears, answer "No to All" - overwrite? prompters still appear for all of the other files as well, even though No to All was previously answered | closed fixed | fd0d247 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/datatransfer/FileSystemExportOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-26T15:24:28Z" | "2002-11-14T18:53:20Z" |
27,115 | Bug 27115 [Preferences] Workbench preference page has inconsistent note | The WorkbenchPreferencePage should use createNoteComposite in PreferencePage so that its note is consistent with the others. | closed fixed | 0f7293c | ["bundles/org.eclipse.ui.workbench/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-11-26T15:05:22Z" | "2002-11-25T18:46:40Z" |
27,106 | Bug 27106 Navigator - uncontrollable flash | Build 20021119. Caught up to UI code. 1. Create a workspace with two projects containing children. 2. Go to the resources view. Collapse each project. 3. Select the first project and exit Eclipse. 4. Load org.eclipse.ui.tests. 5. Open the above workspace. Expand the first project. The views flash uncontrollably. It appears to be a product of having the org.eclipse.ui.tests loaded. | closed fixed | 36635d6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DecorationScheduler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-26T14:46:45Z" | "2002-11-25T16:00:00Z" |
25,507 | Bug 25507 Compare view prevents Ctrl + F6 working | 20021023 If you have a compare view up you cannot use Ctrl+F6. STEPS 1) Open some editors 2) Hit Ctrl+F6 editors come up 3) Compare a class with another version 4) Hit Ctrl+F6 - nothing | resolved fixed | 6a667d6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CycleEditorAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-25T22:23:15Z" | "2002-10-29T19:33:20Z" |
26,109 | Bug 26109 [Dialogs] Need a FormData version of the button sizing API | The button sizing API in Dialog assumes the developer wants a GridData. We should promote the FormData version in PathVariablesDialog to Dialog. | closed fixed | 51ea741 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-25T21:20:53Z" | "2002-11-13T15:06:40Z" |
26,133 | Bug 26133 [Dialogs] TitleAreaDialog status line blinks when newMessage == currentMessage | Build id: 200211051258 The current implementation for TitleAreaDialog#showMessage(String,int) method has a guard against updates to the message with the same content (to avoid needlessly blinking). The problem is that after that the message may be concatenated with a space character: ==================== //If there is an image then add in a space to the message //for layout purposes if(newImage != null) message = " " + message; //$NON-NLS-1$ ==================== So the guard will fail in the next call even if the same string is provided by the client. | closed fixed | a132e27 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-25T21:09:19Z" | "2002-11-13T17:53:20Z" |
27,083 | Bug 27083 [Wizards] Wizard pages are not sizing buttons | The buttons in the wizard pages are not sizing themselves the same way that they do in the preference pages. For instance the wizard import pages has small browse buttons. | closed fixed | 4fc3733 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-25T20:27:05Z" | "2002-11-25T16:00:00Z" |
27,103 | Bug 27103 [Linked Resources] Change all copy/move operations to use IResource.SHALLOW | build 20021119 Core has changed the default behavior of copy/move to do a deep copy of linked resources. Need to change all copy/operations in platform UI to explicitly specify the SHALLOW flag in order to keep the current behavior (copy/move the link). | resolved fixed | f935785 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyProjectAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyProjectOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-25T18:42:32Z" | "2002-11-25T16:00:00Z" |
26,000 | Bug 26000 [Dialogs] Need to remove markedItemsStartIndex in BuildOrderPreferencePage | 20021112 markedItemsStartIndex in BuildOrderPreferencePage is now obsolete with the new circular projects support. We should remove it. | closed fixed | 379d64a | ["bundles/org.eclipse.ui.workbench/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-11-25T18:42:04Z" | "2002-11-11T21:26:40Z" |
26,392 | Bug 26392 [Dialogs] Widget is diposed upon cancel of Open Resource dialog | build 20021114 SunOs 5.8 This may be a problem on other platforms, but since eclipse on solaris is soo slow, I am only able to reproduce it on solaris (perhaps other motif versions as well) steps to reproduce: 1. Select the Navigator view 2. Open the "Open Resource" dialog (either Ctrl-Shift-R or Navigate->Open Resource) 3. Time-sensitve step! Before the dialog loads the list of resources in the list box, select the cancel button. Get a widget is disposed error logged to the console. If you wait a few seconds for the list box to become populated, the error does not occur. But if a user inadvertently opens the dialog, and closes it right away, they get the error. Also: this does not happen with the Open Type dialog, which appears to have a similar functionality. Stack trace: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2180) at org.eclipse.swt.SWT.error(SWT.java:2110) at org.eclipse.swt.widgets.Widget.error(Widget.java:290) at org.eclipse.swt.widgets.Control.getDisplay(Control.java:629) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java:453) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:228) at org.eclipse.swt.widgets.Table.getItemCount(Table.java:862) at org.eclipse.ui.internal.dialogs.ResourceListSelectionDialog$1.run(ResourceListSelectionDialog.java:61) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:31) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:94) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1780) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1596) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1435) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1418) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:831) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | closed fixed | c72f952 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceListSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-25T14:14:33Z" | "2002-11-14T18:53:20Z" |
26,286 | Bug 26286 [Decorators] Decorators activated too soon | 20021113 Decorators are created as soon as they are enabled - they should only be created first time they are applied as they not be required if thier enablement state does not pass. STEPS 1) Create a workbench with no content 2) Enable the binary project decorator - it will be created even though there is nothing to decorate. | closed fixed | b2c0d12 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FullDecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LightweightDecoratorDefinition.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-22T21:36:16Z" | "2002-11-14T13:20:00Z" |
26,222 | Bug 26222 [Navigator] Goto resource should work on the package view as well. | Build id: 200211130841 Open a Java Perspective. Enable the Resource Navigation action set. Activate Navigator. The goto type is disabled. Activate the Hierarchy view. Go to resource is enabled (** should be disabled). The goto resource should work only if Navigator is active. And the package view should be able to plug a handler for that action so that Go to resource can be used in the package view also since it shows resources. | resolved fixed | e9d1e72 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GoToResourceAction2.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchActionConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-19T21:30:23Z" | "2002-11-13T20:40:00Z" |
25,955 | Bug 25955 [Workbench] Exiting while saving can cause problems | This seems to be a problem with either the workbench in general or the editor structure in particular. I have reproduced this with the Java editor but there is no reason why it wouldn't occur with other editors as well. Dirty a Java editor. Press Ctrl+S to save the editor. While it is saving, quickly close the main perspective window, either by clicking the X or by choosing File->Save. When prompted to save dirty resources say Okay. An error dialog appears stating that the save failed, and a stack trace is printed to the log (sorry, I don't have my log anymore, but it's fairly easy to reproduce). The dialog says: "Problems occurred while trying to save the state of the workbench." Details: "Save cannot be called from inside an operation." I guess the real problem is that I'm able to exit while a workspace operation is taking place. Reproduced on both Win2K and Linux. | resolved fixed | 9647625 | ["bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/window/ApplicationWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-19T17:33:15Z" | "2002-11-10T20:26:40Z" |
24,198 | Bug 24198 [Global Actions] CloseResourceAction passes null IProgressMonitor to editor.doSave() | The saveDirtyEditors() method of the org.eclipse.ui.actions.CloseResourceAction class is passing null to editor.doSave() instead of passing a NullProgressMonitor. Existing editors seem to cope fine with this but until we did the workaround in our own flow editor, it would put up an ugly NPE dialog when this code was run. NullProgressMonitor is an instance of the NullObject pattern, the purpose of which is to relieve object-manipulating code of the burden of checking for null. Since we have NullProgressMonitors, passing null as an IProgressMonitor should always be considered bogus unless null has a special meaning like "use the default". (If the UI team disagrees, then IEditorPart.doSave()'s comment should be changed to mention the fact that null is an acceptable value). | resolved fixed | f4a4fe6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CloseResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-15T17:00:08Z" | "2002-09-27T18:06:40Z" |
26,435 | Bug 26435 Connect Dialog size incorrect | Eclipse 20021114 When I create a new CVS repository location the progress pop-up is incorrectly sized. In my case the cancel button is too far to the right, hanging off the dialog. I have attached one such dialog, this one from importing a plugin. | closed fixed | be10b11 | ["bundles/org.eclipse.ui.workbench/extensions/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 | "2002-11-15T13:57:36Z" | "2002-11-15T00:26:40Z" |
26,221 | Bug 26221 [Perspectives] Noticeable menubar "flash" when switching perspectives | Build 20021113 Note this is Windows XP. Open a Java Perspective. Open a Java Browsing Perspective. Switch back and forth between the two. On my XP machine I can visibly see the menu bar "shrink" as menu items are removed, then "expand" as menu items are added. It actually looks like it's animated. Anyway, very noticeable and somewhat strange since I'm switching between two perspectives that have the same base menus (i.e., the menu bar for each perspective is the same). | resolved fixed | 93eed49 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-14T21:21:54Z" | "2002-11-13T20:40:00Z" |
26,126 | Bug 26126 [Navigator] NPE in GotoActionGroup | I found this in my .log file, using integration build 20021113. It looks like ending a debug session with an installed breakpoint caused the problem: !ENTRY org.eclipse.core.resources 4 2 Nov 13, 2002 10:51:03.426 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.resources". !STACK 0 java.lang.NullPointerException at at org.eclipse.ui.views.navigator.GotoActionGroup$1.resourceChanged (GotoActionGroup.java:38) at org.eclipse.core.internal.events.NotificationManager$1.run (NotificationManager.java:128) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:143) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:67) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:141) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java(Compiled Code)) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1585) at org.eclipse.debug.core.model.Breakpoint.setAttribute (Breakpoint.java:174) at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.decrementInstallC ount(JavaBreakpoint.java:782) at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.deregisterRequest (JavaBreakpoint.java:231) at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.removeFromTarget (JavaBreakpoint.java:661) at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.removeAllBreakpoints (JDIDebugTarget.java:1249) at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.cleanup (JDIDebugTarget.java:1213) at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.terminated (JDIDebugTarget.java:1180) at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.handleVMDisconnect (JDIDebugTarget.java:828) at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch (EventDispatcher.java:138) at org.eclipse.jdt.internal.debug.core.EventDispatcher.run (EventDispatcher.java:205) at java.lang.Thread.run(Thread.java:512) | resolved fixed | f4ca2b1 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-14T20:34:46Z" | "2002-11-13T17:53:20Z" |
26,366 | Bug 26366 [Dialogs] Need to improve label positioning in progress dialogs | build I20021113 - The message line appears too close to the icon. A bit of horizontal spacing here would help. - There is not quite enough space between the icon and message and the top of the dialog. - The progress bar is not aligned with the buttons. - There is a bit too much space between the progress bar and the buttons. - There is a bit too much space to the bottom right of the buttons. Compare with other apps' dialogs. | closed fixed | b342c22 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java", "bundles/org.eclipse.ui.workbench/extensions/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 | "2002-11-14T18:26:06Z" | "2002-11-14T16:06:40Z" |
26,125 | Bug 26125 Workbench startup is throwing dialog rather than logging to .log | build I20021113 - took new build - started it on old workspace - got an internal error dialog: Executable extension definition for "class" not found. - hit OK - it came up OK - nothing in log | closed fixed | b36d26b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DecoratorDefinition.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-14T13:34:23Z" | "2002-11-13T17:53:20Z" |
25,999 | Bug 25999 [Import/Export] Importing a second project with a name whose first few characters are similar to an existing one | hi, I have a project called "XYZ" in my workbench. I used to have another project with the name "XYZ_plugin" which I had deleted from the workbench some time ago. I found that I needed to refer to some classes on this XYZ_plugin project and tried to use the File > Import wizard. In the text box where I needed to point to the file-system location, as I typed XYZ_, the project name still showed up as "XYZ" and so I got an error saying that there was already a project existing with that name. Finally I had to create a new project and point it at the location. But I think this is a bug. | closed fixed | adf8901 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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-11-13T16:49:29Z" | "2002-11-11T21:26:40Z" |
25,946 | Bug 25946 [Dialogs] ElementTreeSelectionDialog.getFirstResult() should return null | ElementTreeSelectionDialog.getFirstResult() returns the currently selected element if you cancel the Dialog using the window's X button (on the top right hand corner of the window). The return value should be null, just like what you get when the user presses the Cancel button. | closed fixed | f2204e5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-13T15:03:59Z" | "2002-11-10T06:33:20Z" |
25,795 | Bug 25795 [Wizards] Eclipse is inappropriately caching project names on import | When you import a project from an existing workspace, Eclipse caches the name and doesn't let you change it, apparently. STEPS TO REPRODUCE: 1. Start Eclipse with a fresh workspace called workspace1. 2. Create ProjectA and ProjectB as Java projects in workspace1. 3. Shut down Eclipse and start with a fresh workspace called workspace2. 4. File -> Import -> Existing project into new workspace. 5. Browse... and choose ProjectA from workspace1. 6. Now change your mind and decide to import ProjectB instead. 7. Click Browse... and choose ProjectB. 8. Note that Project name is still "ProjectA". 9. Click "OK". ProjectA is imported, not ProjectB. | closed fixed | faa04dc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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-11-12T21:45:59Z" | "2002-11-06T19:13:20Z" |
26,010 | Bug 26010 [resources] need path variable implementation | null | resolved fixed | 20fe07d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-12T02:14:53Z" | "2002-11-12T03:00:00Z" |
25,543 | Bug 25543 [Perspectives] Build Automatically update problems for multiple windows | Build 20021029. Problem does not occur in Build 20021023. 1. Open a Resources Perspective. 2. New Window. 3. Preferences --> Workbench --> Build Automatically --> Off Notice that the first window gets the additional tool item, but the new window does not. 4. Preferences --> Workbench --> Editors --> Close Editors Automatically --> On. Notice that both windows get the additional tool item. 5. Preferences --> Workbench --> Build Automatically --> On Notice the flash that occurs while window in the back gets focus briefly. | closed fixed | 0410e38 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/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-11-11T20:52:36Z" | "2002-10-30T15:00:00Z" |
25,419 | Bug 25419 [Dialogs] Can't Maximize Window: "Preferences" | Build: 200210181211 The "Preferences" window cannot be maximized since it neither has a maximize title bar button nor does the title bar respond to being double-clicked. The only work around is to reside the window manually by dragging the border. For short-lived windows this is too detail-oriented and time-consuming. | closed fixed | a48b32f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-11T20:36:16Z" | "2002-10-26T02:40:00Z" |
25,458 | Bug 25458 [Font] DBCS support: new SWT API | Last Friday we have included a new API in Font: public Font(Device device, FontData[] fds) { In order to have a more appropriate behavior on DBCS platforms Eclipse/UI should start using this API. Anyway, the best police still is never change the default font in the widget if you don't need to. (this new API is going to make difference in Eclipse/Motif only) | closed fixed | 11cc13e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-11T18:30:00Z" | "2002-10-28T18:33:20Z" |
5,089 | Bug 5089 [Navigator] Dragging should occur with the middle mouse button on Linux | On Linux, Drag and Drop is initiated with the middle mouse button. When dragging views around Eclipse, it should also use the middle mouse button. Currently the left mouse button is used on all platforms. | resolved fixed | fd406c5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CTabPartDragDrop.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartDragDrop.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShortcutBarPartDragDrop.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-10T16:54:59Z" | "2001-10-18T21:20:00Z" |
25,911 | Bug 25911 [Navigator] Go Into is missing from context menu | build 20021105 + latest from HEAD With the menu reorg for go to resource, the Go Into item has disappeared from the Navigator's context menu. It should remain there, but the Go To submenu can go away. Compare with Package Explorer. | resolved fixed | f1be829 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-11-08T20:20:32Z" | "2002-11-08T18:26:40Z" |
13,561 | Bug 13561 [Navigator] Single click in the Navigator doesn't bring-to-front already open Editor | If I single-click in the Packages View, it will flip pages for me in the EditorPane. single-click in Navigator does not do this. Also, the Preference "link navigator to selection" seems like it might be how you enable this, but it backwards. It moves the selection in the Navigator based on the active Editor. This has the effect of auto-expanding and losing your place in the ResourceNavigator. | resolved fixed | c157e5b | ["bundles/org.eclipse.ui.views/src/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-11-07T19:34:06Z" | "2002-04-11T18:33:20Z" |
25,295 | Bug 25295 [Dialogs] PropertyPage is not disposed by PropertyPageNode | PropertyPage.dispose() is not called by PropertyPageNode.disposeResources(): page is set to null; in PreferenceNode superclass page is disposed before set to null; Is there a reason why page is not disposed in PropertyPageNode (I must says it causes some trouble in my code !) ? Thanks in advance | closed fixed | dd1e2ff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyPageNode.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-28T16:05:10Z" | "2002-10-24T06:13:20Z" |
20,113 | Bug 20113 [Workbench] Importing preferences does not trip a Rebuild All when appropriate [general issue] | If importing preferences changes a preference that would cause trip rebuild all if processed manually, then it should cause the same action if changed via import preferences. (In my case, using jdk1.4 compliance.) | closed fixed | 7181ff0 | ["bundles/org.eclipse.ui.workbench/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-10-25T18:26:17Z" | "2002-06-13T03:46:40Z" |
20,115 | Bug 20115 "Source | Format" scrolls to the top of the file | "Source | Format" on a java file. Instead it scrolls to the top of the file even though the cursor remains at its position before formatting. | resolved fixed | 3c58f51 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/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-10-25T18:10:17Z" | "2002-06-13T06:33:20Z" |
16,787 | Bug 16787 [Wizards] Wizards are recreated when returning to New page | The WizardDialog ask's in showPage() or showStartingPage(): if (page.getControl() == null) to support a lazy page control creation. This works fine when the wizard is called first time. After disposing a page page.getControl() still returns a (disposed) control and page.createControl (pageContainer) is not called again. I overwrote the method: public void dispose() { super.dispose(); this.setControl(null); } in all my pages as workaround. I suggest to add this method to WizardPage. | closed fixed | 370cfe3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-23T17:33:29Z" | "2002-05-22T15:06:40Z" |
24,666 | Bug 24666 [ViewMgmt] Switching perspectives shows fast view | build 20021009 Sometimes when I switch perspectives a fast view is shown in the perspective I switch to. Scenario: -I'm debugging a program and hit a breakpoint. -After stepping in the debugger a couple of times I switch to the Java perspective. -The Java perspective will have one of my three fast views open (one of CVS repositories, synchronize and CVS resource history) even though I did not open a fast view before I switched to the debug perspective. I've seen this twice since I'm running with the latest HEAD code. I don't have a reproducable scenario (yet). | resolved fixed | 80c217b | ["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 | "2002-10-23T17:28:17Z" | "2002-10-10T20:00:00Z" |
19,083 | Bug 19083 [Navigator] Navigator 'up' enablement for 'Open in New Window' | Build F2 Select a project in that contains a folder and run 'Open in New Window'. Notice that the 'up' arrow for the Naviugator is initially disabled in the new window. From the new window, select the folder and run 'Go Into'. Hit 'back'. Notice that the 'up' arrow is enabled and it will take you back to the workspace. The 'up' arrow should have been enabled when the window is created. | resolved fixed | b24e4bf | ["bundles/org.eclipse.ui.views/src/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-10-23T16:33:33Z" | "2002-06-04T14:13:20Z" |
16,308 | Bug 16308 [DND] dnd from os to navigator shows an incorrect icon | smoke test for 0518 it shows a move icon although move will not happen | resolved fixed | 8a9879b | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-23T16:32:04Z" | "2002-05-17T21:13:20Z" |
2,801 | Bug 2801 [Dialogs] DCR: ErrorDialog should not always show the error icon (1GJU7TK) | The class org.eclipse.jface.dialogs.ErrorDialog is used to display errors contained in an IStatus. The problem with the dialog is that it shows an error icon (red/cross) even though IStatus only has warnings or infos. The dialog would be more usable if the icon would correspond to the severity of IStatus and/or the dialog would offer to specify the image type (error, warning, info). NOTES: | closed fixed | 8777313 | ["bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-23T15:09:54Z" | "2001-10-11T03:13:20Z" |
23,267 | Bug 23267 [Import/Export] Import Project should have a default folder | R201 When importing an existing Eclipse project on XP and clicking the Browse button I get a dialog that does not have a good default folder. It shows me the desktop, my computer, etc... It would be nice if it could remember the last folder I've imported a project from. If none, it could point to the default content location. | closed fixed | 3c1e96c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/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-10-22T19:36:15Z" | "2002-09-06T13:46:40Z" |
24,091 | Bug 24091 [Editor Mgmt] Editors not retaining ordinal position after a Move->Editor command | In a session of using Eclipse, I opened multiple files. I reordered those files using "Move". I closed Eclipse. I opened Eclipse back up and the files that I had reordered were back in the position they had been when I opened them, NOT in the order that I had specified using "Move". I had expected that the editors would retain their position in the Editor list so that they would be opened in the order the workspace was saved in. | resolved fixed | 33635b8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPresentation.java", "bundles/org.eclipse.ui.workbench/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-10-22T18:27:41Z" | "2002-09-25T18:53:20Z" |
25,089 | Bug 25089 [Dialogs] Project/Move... dialog cuts off messages and needs work. | Build 2.1.M2 (1) The dialog cuts off the red messages, so please make this area a multi-line area and, (2) Make the dialog resizable. (3) Is seems like you cannot do anything in the dialog without unchecking the check box and clicking Browse..., so it seems like the checkbox should be unchecked to start of with. When I pick a different directory, I get the beginning of the path I picked in red but I cannot see all of it or find out what is wrong since the message is cut off and I cannot resize the dialog. Thanks, Gary | closed fixed | f839a08 | ["bundles/org.eclipse.ui.workbench/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-10-22T17:53:37Z" | "2002-10-19T01:13:20Z" |
25,150 | Bug 25150 [Dialogs] File property page has large vertical area on GTK | Build 20021018 There are a number of problems with the way the properties are displayed for files: 1. The read-only text fields are displayed with a white background. By convention, a white background tells the user that a text field is editable. Non-editable text fields should be drawn with a gray background. 2. The text fields are not drawn with a border. The combination of a white background and no border makes the fields look sloppy. 3. The text fields are poorly sized. The "Path:" and "Location:" fields are too tall (vertically) and the "Last Modified: field is too thin (horizontally). | closed fixed | 6c853d3 | ["bundles/org.eclipse.ui.workbench/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-10-22T17:42:06Z" | "2002-10-21T19:53:20Z" |
24,411 | Bug 24411 [Welcome] Mouse click on link should select link | build 20021001 -make sure you get a welcome page when you restart (I remove the welcome... line in pref_store.ini of the workbench metadata) -click on any link in the welcome page -the appropriate action is executed but the clicked link is not selected when you return to the welcome page ->It would be nice if links were selected when clicked to provide more context to the user when he returns to the welcome page. The ProductInfoDialog dialog does this now. | resolved fixed | 5bf58a6 | ["bundles/org.eclipse.ui.workbench/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-10-22T15:18:06Z" | "2002-10-04T19:33:20Z" |
24,779 | Bug 24779 [Perspectives] Reference to invalid views are not removed | When a non-displayed perspective contains a invalid view (the corresponding plugin has been removed, ...), a "Unable to restore perspective" error message is displayed after each launch of eclipse, until the perspective is display one time. 1. Open eclipse, open a view which belong to a plugin you can easily add and remove (I used the EditorList plugin). 2. Open an other perspective (the 'Java' perspective for example). You have now two opened perspective. The 'java' perspective is displayed. 3. Close eclipse. 4. Remove/Move the plugin 5. Restart eclipse. A "Unable to restore perspective ..." error message is displayed, which is fine, we just remove the plugin. 6. Close and restart eclipse. The same "Unable to restore perspective ..." error message is displayed. Why do we still get this error message ? The plugin was not available the last time eclipse was closed, so the workbench should have no more reference on this plugin. 7. Switch to the perspective which contains the view which no longer exists. Same "Unable to restore perspective ..." error message. Why the workbench try to create this view an other time ? It already tried, and it can't. 8. Close and restart eclipse. No more error messages. | resolved fixed | a1e2b32 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-22T13:17:53Z" | "2002-10-15T13:53:20Z" |
18,351 | Bug 18351 [Dialogs] Buttons on switch to editor dialog are too small | Should set same min size as in Dialog.createButton | closed fixed | 0f77e48 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-22T12:24:17Z" | "2002-05-30T17:33:20Z" |
20,905 | Bug 20905 [Editor Mgmt] Switch to Editor -> Save Selected Editors saved too much | 2.0 candidate - open a number of .java files for editing - make a change to each of them, but don't save any - press CTRL+SHIFT+F2 to bring up the Switch to Editor dialog - select one of the listed editors - press Save Selected Editors button at bottom of dialog - ALL of the editors are saved, not just the selected one | resolved fixed | 085cd2b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-21T19:45:19Z" | "2002-06-24T17:33:20Z" |
24,888 | Bug 24888 [Workbench] NPE during shutdown | Build 20021015 !ENTRY org.eclipse.ui.workbench 4 2 Oct 17, 2002 11:08:40.171 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.ui.workbench". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.XMLMemento.putMemento(XMLMemento.java:365) at org.eclipse.ui.internal.EditorManager.saveState (EditorManager.java:1041) at org.eclipse.ui.internal.WorkbenchPage.saveState (WorkbenchPage.java:2111) at org.eclipse.ui.internal.WorkbenchWindow.saveState (WorkbenchWindow.java:1182) at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:1383) at org.eclipse.ui.internal.Workbench.recordWorkbenchState (Workbench.java:1172) at org.eclipse.ui.internal.Workbench.access$0(Workbench.java:1170) at org.eclipse.ui.internal.Workbench$1.run(Workbench.java:158) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:839) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:156) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:154) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:311) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66) at org.eclipse.ui.internal.Workbench.close(Workbench.java:309) at org.eclipse.ui.internal.Workbench.close(Workbench.java:301) at org.eclipse.ui.internal.Workbench.close(Workbench.java:295) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:31) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1360) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1343) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | b3f218f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-21T19:33:43Z" | "2002-10-17T07:33:20Z" |
12,329 | Bug 12329 [Cell Editors] Request:ComboBoxCellEditor READ_ONLY style | Although CCombo accepts SWT.READ_ONLY style, there is no way to specify style when it is used in ComboBoxCellEditor. How about adding createControl(Composite parent, int style) method to ComboBoxCellEditor class? | closed fixed | 28732d0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxCellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColorCellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxCellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TextCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-21T19:26:38Z" | "2002-03-27T06:20:00Z" |
25,073 | Bug 25073 [ViewMgmt] Closing stacked view shows view placeholder (empty view) | build 20021017 -MAke sure the tasks view is open and visible in the lower right pane, stacked together with the console view and the search view underneath. -Restart the workbench -Close the task view ->There will be an empty pane with the console view title. If you click on the pane the actual console view is shown. There are other ways to reproduce this effect but this is the easiest one. | resolved fixed | 3921e06 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-21T18:58:41Z" | "2002-10-18T19:40:00Z" |
24,980 | Bug 24980 [Wizards] Progress not shown in Wizards | 20021016 Wizards have the same problem with not showing updated Text during a progress done within the UI thread as the ProgressMonitorDialog had. It should use the same sort of fix as 21382 where Control.update() is called when running in the UI Thread. | closed fixed | dac2de6 | ["bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/ProgressMonitorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-21T18:45:03Z" | "2002-10-17T15:53:20Z" |
24,817 | Bug 24817 [Editor Mgmt] NPE logged when restoring editor on deleted resource | Build 20021015 When checking out a bunch of changes from CVS, many editors previously opened onto stale units (on repository, units have moved to different package location), did not close automatically. When selecting them, the log got populated with following stack dumps. Other than the log, the behavior was acceptable, though I would have preferred if it had warned me once for all stale editors (close|close all|cancel). !ENTRY org.eclipse.ui 4 4 Oct 16, 2002 12:10:51.890 !MESSAGE Unable to restore editor - createElement returned null for input elemen t factory: org.eclipse.ui.part.FileEditorInputFactory Unable to restore editor - createElement returned null for input element factory : org.eclipse.ui.part.FileEditorInputFactory !ENTRY org.eclipse.ui 4 4 Oct 16, 2002 12:10:51.968 !MESSAGE Unable to restore editor - createElement returned null for input elemen t factory: org.eclipse.ui.part.FileEditorInputFactory Unable to restore editor - createElement returned null for input element factory : org.eclipse.ui.part.FileEditorInputFactory !ENTRY org.eclipse.ui 4 4 Oct 16, 2002 12:11:10.359 !MESSAGE Unhandled exception caught in event loop. Unhandled exception caught in event loop. Reason: !ENTRY org.eclipse.ui 4 0 Oct 16, 2002 12:11:10.375 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerE xception) at org.eclipse.swt.SWT.error(SWT.java:2139) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:97) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1599) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1372) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(Mod alContext.java:133) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDi alog.java:393) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.jav a:255) at org.eclipse.team.internal.ccvs.ui.actions.ReplaceWithRemoteAction.exe cute(ReplaceWithRemoteAction.java:45) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.jav a:70) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:2 10) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Act ionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContri butionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handle Event(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1360) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1343) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa der.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Failed to execute runnable (java.lang.NullPointerException) !ENTRY org.eclipse.ui 4 4 Oct 16, 2002 12:11:10.375 !MESSAGE *** Stack trace of contained exception *** *** Stack trace of contained exception *** Reason: !ENTRY org.eclipse.ui 4 0 Oct 16, 2002 12:11:10.390 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPartReference.releaseReferences(Work benchPartReference.java:41) at org.eclipse.ui.internal.EditorManager$Editor.releaseReferences(Editor Manager.java:1187) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager. java:1183) at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.ja va:1160) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor(EditorWorkboo k.java:767) at org.eclipse.ui.internal.EditorWorkbook$2.widgetSelected(EditorWorkboo k.java:134) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1681) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:498) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:104) at org.eclipse.ui.internal.EditorWorkbook.removeTab(EditorWorkbook.java: 612) at org.eclipse.ui.internal.EditorWorkbook.remove(EditorWorkbook.java:550 ) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:184) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresenta tion.java:81) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresenta tion.java:62) at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java: 114) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java: 694) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager. java:1172) at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.ja va:1160) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor(EditorWorkboo k.java:767) at org.eclipse.ui.internal.EditorWorkbook$2.widgetSelected(EditorWorkboo k.java:134) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1681) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:498) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:104) at org.eclipse.ui.internal.EditorWorkbook.removeTab(EditorWorkbook.java: 612) at org.eclipse.ui.internal.EditorWorkbook.remove(EditorWorkbook.java:544 ) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:184) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresenta tion.java:81) at org.eclipse.ui.internal.EditorPresentation.closeEditor(EditorPresenta tion.java:71) at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java: 110) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java: 724) at org.eclipse.ui.texteditor.AbstractTextEditor$9.run(AbstractTextEditor .java:2110) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:31) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:94) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1599) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1372) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(Mod alContext.java:133) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDi alog.java:393) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.jav a:255) at org.eclipse.team.internal.ccvs.ui.actions.ReplaceWithRemoteAction.exe cute(ReplaceWithRemoteAction.java:45) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.jav a:70) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:2 10) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Act ionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContri butionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handle Event(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1360) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1343) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa der.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) java.lang.NullPointerException !ENTRY org.eclipse.ui 4 4 Oct 16, 2002 12:12:19.140 !MESSAGE Unable to restore editor - createElement returned null for input elemen t factory: org.eclipse.ui.part.FileEditorInputFactory Unable to restore editor - createElement returned null for input element factory : org.eclipse.ui.part.FileEditorInputFactory !ENTRY org.eclipse.ui 4 4 Oct 16, 2002 12:12:20.421 !MESSAGE Unhandled exception caught in event loop. Unhandled exception caught in event loop. Reason: !ENTRY org.eclipse.ui 4 0 Oct 16, 2002 12:12:20.421 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPartReference.releaseReferences(Work benchPartReference.java:41) at org.eclipse.ui.internal.EditorManager$Editor.releaseReferences(Editor Manager.java:1187) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager. java:1183) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog$Adapter.activa te(WorkbenchEditorsDialog.java:545) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog$Adapter.access $0(WorkbenchEditorsDialog.java:543) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog.okPressed(Work benchEditorsDialog.java:423) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog$8.widgetDefaul tSelected(WorkbenchEditorsDialog.java:229) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 94) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.jface.window.Window.runEventLoop(Window.java:563) at org.eclipse.jface.window.Window.open(Window.java:543) at org.eclipse.ui.internal.WorkbenchEditorsAction.run(WorkbenchEditorsAc tion.java:36) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.ui.internal.registry.AcceleratorScope$AcceleratorAction.r un(AcceleratorScope.java:289) at org.eclipse.ui.internal.registry.AcceleratorScope.processKey(Accelera torScope.java:249) at org.eclipse.ui.internal.KeyBindingMenu$1.keyPressed(KeyBindingMenu.ja va:54) at org.eclipse.ui.internal.KeyTable.handleEvent(KeyTable.java:75) at org.eclipse.ui.internal.KeyTable$3.handleEvent(KeyTable.java:116) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1622) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1368) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1360) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1343) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa der.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) java.lang.NullPointerException | resolved fixed | 1b5e5b2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-17T19:39:17Z" | "2002-10-16T09:20:00Z" |
24,056 | Bug 24056 [Preferences] File association preferences are not exported | The preferences for associating files (and file types) with editors are not exported correctly and thus cannot be imported. These preferences should be exported/imported like other preferences. | resolved fixed | bd25eaf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-15T14:04:37Z" | "2002-09-24T20:40:00Z" |
24,586 | Bug 24586 [Dialogs] Changed initial focus behaviour | null | closed fixed | 200ee71 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-10T17:13:29Z" | "2002-10-09T16:13:20Z" |
24,407 | Bug 24407 [Preferences] cannot remove file association from Workbench preferences | I added a file association into Window / Preferences / Workbench / File Association , which worked fine. Then I tried to remove the new file extension, using the "Remove" button. It seems to remove it from the list OK, but the change is not being persisted. When I close out the preferences dialog, and then open it back up, the deleted file extension comes back. I am using the M1 build dated 09-20-2002. | closed fixed | 20252ff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-08T18:27:45Z" | "2002-10-04T16:46:40Z" |
22,319 | Bug 22319 [Perspectives] Launch silently fails when there is no active part | Select a CU in the packages Explorer in the Java perspective (no editors) Go to the Debug perspective Back to the Java You now have a selection with no active part (is this a bug?) Debug drop down, Debug As -> Java Application Nothing | resolved fixed | 4a96cf5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.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 | "2002-10-08T15:23:48Z" | "2002-08-09T16:20:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.