id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
6,230 | 16,153 | Bug 16153 NPE in EditorManager | Eclipse 20020515 Windows 2000 Note: I tried this also in 0508 and the problem did not occur. I also tried it on 0515 with the SWT plugin from 0508 and it still happens. 1) start a brand new eclipse workspace 2) create a java project 3) create a file abc.doc in the project 4) create a file xyz.bmp in the project 5) clic... | 2002-05-16 10:50:54 | 1,021,560,000 | resolved fixed | 4dbfd3e | 1,021,660,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorManager.java | Eclipse_Platform_UI |
6,231 | 16,244 | Bug 16244 NPE when changing pages in preference dialog | nightly build 0517, likely happens on all platforms - open the preferences dialog - click on any top-level preference page tree item (eg.- Java) and get the attached exception - the exception does not occur if preference pages in the tree are traversed using the arrow keys instead of the mouse | 2002-05-17 09:25:11 | 1,021,640,000 | resolved fixed | 0b3e3e2 | 1,021,650,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/util/OpenStrategy.java | Eclipse_Platform_UI |
6,232 | 16,146 | Bug 16146 setActiveEditor is not called when last editor closed | Build 20020515 Kai reports that EditorActionBarContributor.setActiveEditor is not getting called with null when the last editor of that type is closed. This used to happen, and they rely on it to properly unhook / dispose things. This may be the cause of some of the NPEs we've been seeing since a disposed editor may be... | 2002-05-16 10:14:41 | 1,021,560,000 | resolved fixed | 25cf6a1 | 1,021,590,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IEditorActionBarContributor.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorActionBars.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorActionBuilder.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorManager.jav... | Eclipse_Platform_UI |
6,233 | 14,238 | Bug 14238 NPE at ViewPane.drawGradient() while restoring workspace | On M5 drive, following error observed several times while restoring workspace. <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Fri Apr 19 10:29:50 EDT 2002"> <status plugin-id="org.eclipse.ui" severity="WARNING" message="Problems occurred when invoking code from plug-in: org.eclipse.ui." code="2"> <except... | 2002-04-19 12:06:40 | 1,019,230,000 | resolved fixed | 6b1a0b6 | 1,021,590,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ViewPane.java | Eclipse_Platform_UI |
6,234 | 7,704 | Bug 7704 Startup perspective from command line | In a standalone install of our product, when our icon on the desktop is double- clicked, our users want to see our windows active on startup. To do this we need a mechanism to specify that our perspective is the active one on start up. We do not want other pages or views to be destroyed. The workbench can persist all t... | 2002-01-16 10:02:09 | 1,011,190,000 | resolved fixed | cdd54b0 | 1,021,580,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
6,235 | 12,758 | Bug 12758 NPE in SelectionEnabler | SelectionEnabler.isEnabledFor(ITextSelection) should do a null check for classes just as SelectionEnabler.isEnabledFor(IStructuredSelection) does. Otherwise, I get an NPE in SelectionEnabler.verifyElement(ITextSelection). | 2002-04-04 03:48:20 | 1,017,910,000 | resolved fixed | b076cd3 | 1,021,580,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SelectionEnabler.java | Eclipse_Platform_UI |
6,236 | 15,413 | Bug 15413 Label lost shortcut text | Build 20020502 + HEAD - you will see this in build I20020508 Using default key bindings 1. Open a new workspace 2. Create a Java project 3. Select the Packages view --> verify that the Search -> Declarations -> Workspace menu item contains the shortcut key (Ctrl+G) 4. Open the editor on a class file 5. Select the Packa... | 2002-05-07 09:47:11 | 1,020,780,000 | resolved fixed | 1b90f84 | 1,021,570,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/LabelRetargetAction.java | Eclipse_Platform_UI |
6,237 | 16,013 | Bug 16013 Working Set icon displayed as red square | There seems to be a problem with the working set icon: a red square is shown instead of the icon. Note: 1) since it is now read it picks up the icon declaration 2) the icon (path) I use is copied from another icon declaration where the icon shows up Therefore I assume there's a problem in the code which picks up the ic... | 2002-05-15 03:46:33 | 1,021,450,000 | resolved fixed | dc5aa1d | 1,021,560,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java | Eclipse_Platform_UI |
6,238 | 16,045 | Bug 16045 Esc key doesn't close the About box | Minor, TRIVIAL little issue: should be able to close the About box with the escape key. | 2002-05-15 11:28:39 | 1,021,480,000 | verified fixed | b736303 | 1,021,560,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutDialog.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java | Eclipse_Platform_UI |
6,239 | 15,799 | Bug 15799 IWorkbenchWindowActionDelegate actions don't honor setText call in first selection change | Build 20020508 I try to change the label of a global action inside of IWorkbenchWindowActionDelegate#selectionChanged but this doesn't have any effect when receiving the selection change event the first time. The problem seems to be the following code: public ActionDecriptor#ActionDescriptor(IConfigurationElement actio... | 2002-05-11 05:47:44 | 1,021,110,000 | resolved fixed | 5d394dd | 1,021,550,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ActionDescriptor.java | Eclipse_Platform_UI |
6,240 | 15,428 | Bug 15428 Need to allow products to override editor associations | For 2.0, we need to allow products to specify which editor should be the default associated with a specific file type. This can be done by using the preference store to specify the order of editor associations. For example, plugin A defines an XML editor. Plugin B defines a better XML editor. The product should be able... | 2002-05-07 10:51:28 | 1,020,780,000 | resolved fixed | ef87750 | 1,021,490,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/IPreferenceConstants.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java | Eclipse_Platform_UI |
6,241 | 5,134 | Bug 5134 Default button in About dialog is wrong | Open the about dialog. The default button is "Plugin Info". It should be "OK". | 2001-10-22 10:17:27 | 1,003,760,000 | resolved fixed | 843b4b9 | 1,021,470,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutDialog.java | Eclipse_Platform_UI |
6,242 | 15,967 | Bug 15967 IndexOutOfBoundsException in Perspective.getViewReferences | build 20020514 No sure how I've got it. Just checked the log and found it. !ENTRY org.eclipse.ui 4 0 5/14/02 3:37 PM !MESSAGE Index: 1, Size: 1 !STACK 0 java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at java.util.ArrayList.RangeCheck(ArrayList.java(Compiled Code)) at java.util.ArrayList.get(ArrayList.java(Compi... | 2002-05-14 15:42:50 | 1,021,410,000 | resolved fixed | 6de9c13 | 1,021,410,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
6,243 | 15,801 | Bug 15801 NPE New class wizard opened on non-Java project | 1) create a simple project ZZZ 2) new>Java>class 3) next NPE !ENTRY org.eclipse.ui 4 0 Sat May 11 13:10:22 GMT+02:00 2002 !MESSAGE java.lang.NullPointerException !STACK java.lang.NullPointerException at org.eclipse.jface.wizard.WizardPage.getShell(WizardPage.java:196) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.set... | 2002-05-11 07:07:33 | 1,021,120,000 | resolved fixed | af0c8db | 1,021,400,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
6,244 | 15,803 | Bug 15803 Classpath preference description is clipped | The full description is: A classpath variable can be added to a project's class path. It can be used to define the location of a JAR file that isn't part of the workspace. The reserved class path variables JRE_LIB, JRE_SRC, JRE_SRCROOT are set internally depending on the JRE setting. However the description ends after ... | 2002-05-11 07:36:34 | 1,021,120,000 | resolved fixed | fabd5657 | 1,021,400,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
6,245 | 15,899 | Bug 15899 Close all saved does not work all the time | Using build 2002-05-08 with latest UI code Close all editors Create a new file f1.txt Select Close All Saved from the file menu. Nothing happens. It should close the file as no changes have been made | 2002-05-13 16:41:40 | 1,021,320,000 | verified fixed | 92c1cc1 | 1,021,390,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PartPane.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,246 | 15,909 | Bug 15909 ReopenEditorMenu should not catch RuntimeException. | ReopenEditorMenu should not catch RuntimeException. It should you SafeRunnableAdapter instead. | 2002-05-13 20:00:15 | 1,021,330,000 | resolved fixed | 955d56d | 1,021,390,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ReopenEditorMenu.java | Eclipse_Platform_UI |
6,247 | 15,915 | Bug 15915 Import from file system does not create new project | Run eclipse. Pop up menu in navigator. Select import... Select some files. Now what...? You can't select a folder because there are none, and it doesn't offer to create a new project for you. Possible solutions: 1. Provide a way to create the project like several of the other imports do or 2. Don't enable the menu if t... | 2002-05-13 21:56:54 | 1,021,340,000 | closed fixed | b85a069 | 1,021,390,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java | Eclipse_Platform_UI |
6,248 | 15,854 | Bug 15854 NullPointerException in Editors Workbook | The following scenario consistently creates a null pointer exception: Create a new project, with two text files under it. Open both files and doc them in separate tab folders side by side. Give the first file focus, and then close the second file. From the explorer view, double click and try to open the second file (or... | 2002-05-13 11:36:09 | 1,021,300,000 | resolved fixed | e72a913 | 1,021,380,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java | Eclipse_Platform_UI |
6,249 | 15,759 | Bug 15759 WSWB not honoring last opened editor | If I open a file with an editor that is not the default editor, the next time I open the file (double-click), WSWB uses the default editor instead of the last used editor. I have seen this problem on both the M4 & M5 stable builds. Steps to reproduce: - open a java file with the text editor - close the editor - double-... | 2002-05-10 12:34:25 | 1,021,050,000 | resolved fixed | c54ae4a | 1,021,330,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,250 | 15,817 | Bug 15817 Workingset wizard needs icon for the different working set kinds | The first wizard page where you select a working set kind should support to assign icons for a working set. | 2002-05-11 17:23:19 | 1,021,150,000 | resolved fixed | 3a85c93 | 1,021,310,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java bundles/org.eclipse.ui/Eclipse UI/org/ec... | Eclipse_Platform_UI |
6,251 | 7,689 | Bug 7689 Eclipse property sheet needs enhanced functionality on multiple selection | The existing functionality of the Properties component in Eclipse is such that on multiple selection only those common properties of same name are displayed. It is not possible to edit their values, however. Eclipse should support the editing of a common property of multiply selected components, which applies to all se... | 2002-01-16 09:37:26 | 1,011,190,000 | resolved fixed | d351636 | 1,021,300,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetEntry.java | Eclipse_Platform_UI |
6,252 | 15,791 | Bug 15791 Can't start external program which is not under plugin folder as editor | Can't start external program which is not placed unser plugin folder as editor. Here is a plugin.xml faragment: <editor name="My External Editor" icon="icons/full/cview16/editor.gif" extensions="test" command="notepad.exe" id="com.ibm.etools.systems.externaleditor"> </editor> and notepad doesn't start. In ExternalEdito... | 2002-05-10 17:05:45 | 1,021,060,000 | closed fixed | 77d7392 | 1,021,300,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/misc/ExternalEditor.java | Eclipse_Platform_UI |
6,253 | 6,513 | Bug 6513 Tasks view filter settings not remembered on startup | 20011127 Johann Compagner asks: Why must i set everytime the property: On Selected Resource and children when i restart Eclipse? | 2001-12-03 13:19:06 | 1,007,400,000 | resolved fixed | 0acd9e4 | 1,021,070,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ViewFactory.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,254 | 15,693 | Bug 15693 Task list filter option for working set could be more compact | Build 20020508 Recommend having the controls all on one line: ( ) Working Set: <selected working set label> [ Select... ] | 2002-05-09 19:25:38 | 1,020,990,000 | resolved fixed | 36fc67c | 1,021,070,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/tasklist/FiltersDialog.java | Eclipse_Platform_UI |
6,255 | 9,910 | Bug 9910 Don't show error message if MRU list is not persisted | 20020214 Presently a message is printed to the log and to the console if an MRU item could not be restored from the persistent store. We should distinguish between the case where there is no MRU list because the workspace is new and the case where a MRU list was read but the MRU item could not be created because a requ... | 2002-02-15 10:30:27 | 1,013,790,000 | resolved fixed | 913ad92 | 1,021,060,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorHistoryItem.java | Eclipse_Platform_UI |
6,256 | 15,727 | Bug 15727 There are 2 WizardNewProjectCreationPages | We have a class called WizardNewProjectCreationPage in both org.eclipse.ui.dialogs and org.eclipse.ui.internal.dialogs. The internal one should be removed and replaced with the main one. | 2002-05-10 09:49:28 | 1,021,040,000 | resolved fixed | da21c63 | 1,021,040,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/CreateProjectStep.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/CreateProjectWizard.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/... | Eclipse_Platform_UI |
6,257 | 11,556 | Bug 11556 Scrolling up and down while dragging in the Navigator is not possible while a horizontal scroll bar is displayed. | If you have the Navigator displayed and a horizontal scroll bar and a vertical scroll bar is displayed you cannot drag and scroll. If you make the Navigator wider so that the horizontal scroll bar disappears you can now drag and scroll. To Reproduce: 1. Open up Eclipse 2. Open the Navigator 3. Create a couple of simple... | 2002-03-18 11:18:07 | 1,016,470,000 | resolved fixed | dfae249 | 1,021,040,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/viewers/ViewerDropAdapter.java | Eclipse_Platform_UI |
6,258 | 15,603 | Bug 15603 Preference page no longer resizes to fit contents | Build 20020508 Linux-Motif The preference page used to grow to fit the contents of the currently visible preference tab. In the latest build it's stopped doing this, making many preferences invisible. This affects many pages. For an example: 1. Go to Window->Preferences such that the "Workbench" page is the first page ... | 2002-05-09 08:33:36 | 1,020,950,000 | resolved fixed | 4e90f06 | 1,020,960,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/preference/PreferenceDialog.java bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/window/Window.java bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
6,259 | 15,086 | Bug 15086 Working set may loose some projects | Build 20020501 I had defined a working set 'jdtcore' containing project 'org.eclipse.jdt.core'. At some later point, I deleted and readded this project (while working in between multiple streams). From thereon, the working set was empty, and all searches did not find anything any longer. A working set should preserve r... | 2002-05-02 09:37:18 | 1,020,350,000 | resolved fixed | 9a1aa58 | 1,020,960,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSetManager.java | Eclipse_Platform_UI |
6,260 | 15,509 | Bug 15509 Wrong input for import/export actions | build 20020502 + newer JDT code Open a file in the editor Select the project in the navigator ==> import/export are fed with the editor element instead of the navigator selection. Note: same applies if the selection is in another view (e.g. Packages view) | 2002-05-08 06:55:23 | 1,020,860,000 | closed fixed | cceccff | 1,020,950,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/ImportResourcesAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
6,261 | 12,646 | Bug 12646 Switching working sets should preserved expanded state | From Nick's working set UI testing notes: "- We should try to preserve the expanded state when switching working sets. E.g. if I have a CU selected in project P, if I switch to a working set showing just P, the CU should still be visible and selected. Any folders which were expanded under P should still be expanded as ... | 2002-04-02 15:40:39 | 1,017,780,000 | resolved fixed | 8a8cbc0 | 1,020,880,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
6,262 | 15,488 | Bug 15488 EditorActionBars and switching between perspectives problem | Build 0502 with UI dev stream. 1. Close all perspectives. 2. Open a CVS Repository perspective. Hide editors. 3. Open a Resources perspective. Open a *.java file. 4. Go to CVS Repository perspective by clicking on the perspective in the shortcut bar. 5. Go to Resources perspective by clicking on the perspective in the ... | 2002-05-07 19:37:47 | 1,020,810,000 | resolved fixed | 775b84e | 1,020,870,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,263 | 15,379 | Bug 15379 WorkingSetManager resource change listener not thread safe | Resource changes can occur in any thread, and so the resource change listener installed by WorkingSetManager can be called in any thread. However, the ResourceNavigator listens to working set changes and tries to update its viewer, which can only happen in the UI thread. The result is an illegal thread access exception... | 2002-05-06 17:33:48 | 1,020,720,000 | resolved fixed | a70571b | 1,020,810,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSetManager.java | Eclipse_Platform_UI |
6,264 | 15,468 | Bug 15468 Invalid thread access | build 20020502 Only noticed when checking log file, so I do not have a reproducible test case. !SESSION !ENTRY org.eclipse.core.resources 2 2 Tue May 07 16:39:30 EDT 2002 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK org.eclipse.swt.SWTException: Invalid thread access at... | 2002-05-07 16:39:23 | 1,020,800,000 | resolved fixed | a0a0b60 | 1,020,810,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSet.java | Eclipse_Platform_UI |
6,265 | 15,273 | Bug 15273 Null pointer exception when double click on a MultiEditor part | I have a TiledEditor that subclass from MultiEditor part. When I double click on the tab to zoom it up, I got the following NPE. I am running on M5. java.lang.NullPointerException at org.eclipse.ui.internal.PerspectivePresentation.partChangeAffectsZoom (PerspectivePresentation.java:1155) at org.eclipse.ui.internal.Work... | 2002-05-04 19:18:31 | 1,020,550,000 | resolved fixed | 4aea198 | 1,020,780,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,266 | 15,021 | Bug 15021 Project info property page should not include "derived" property | Build 20020430 1) Right click on a project, Properties->Info 2) Check off the "derived" check box. Click ok. 3) Go back to the properties page. The box is not checked. The Core API states that it ignores the derived bit for projects, so this option should not even appear on the info property page for projects. Note: it... | 2002-05-01 14:16:01 | 1,020,280,000 | closed fixed | 79978d9 | 1,020,720,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java | Eclipse_Platform_UI |
6,267 | 14,966 | Bug 14966 Decorator description should auto-wrap | The description text field in the decorator pref page should autowrap to properly display long messages. | 2002-04-30 17:03:43 | 1,020,200,000 | closed fixed | 8fe9d3f | 1,020,710,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java | Eclipse_Platform_UI |
6,268 | 15,255 | Bug 15255 -newUpdates dialog displayed while the splash is up | When the workbench is triggered with -newUpdates the workbench and the dialog are displayed before the splash is taken down. The splash stays up until the user clicks-off the dialog. We should be taking the splash down before showing the workbench and the dialog | 2002-05-03 22:35:51 | 1,020,480,000 | resolved fixed | 5c99d01 | 1,020,700,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
6,269 | 6,304 | Bug 6304 cannot synch a .java file and another resource | 1. select a .java file and another resource (a .properties file, for instance) in the package viewer 2. open the context menu the Team entry is not there. it should be. | 2001-11-26 08:35:22 | 1,006,780,000 | closed fixed | ad185e4 | 1,020,440,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ObjectActionContributorManager.java | Eclipse_Platform_UI |
6,270 | 7,840 | Bug 7840 adaptable flag on property pages doesn't work if filtered by nature | (Apologies if this is a dup, I couldn't find such a bug anywhere). org.eclipse.team.cvs.ui defines the following property page: <page name="%CVS" id="org.eclipse.team.ccvs.ui.propertyPages.CVSPropertiesPage" objectClass="org.eclipse.core.resources.IProject" class="org.eclipse.team.internal.ccvs.ui.CVSPropertiesPage" ad... | 2002-01-17 10:47:25 | 1,011,280,000 | closed fixed | a8ab36e | 1,020,440,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java | Eclipse_Platform_UI |
6,271 | 9,322 | Bug 9322 NPE from SelectionEnabler on text selection with no "selection" tag | 20020205++ I have the following XML <viewerContribution id="org.eclipse.jdt.debug.ui.CUPopupActions" targetID="#CompilationUnitEditorContext"> <action id="org.eclipse.jdt.debug.ui.Display" label="%Display.label" menubarPath="additions" icon="icons/full/etool16/disp_sbook.gif" enablesFor="+" class="org.eclipse.jdt.inter... | 2002-02-08 13:21:55 | 1,013,190,000 | closed fixed | 33cca2f | 1,020,430,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SelectionEnabler.java | Eclipse_Platform_UI |
6,272 | 14,441 | Bug 14441 [Tasks] Selective disabling of compiler or enhanced filtering in task view | In large projects, many times there are individual Java files, entire packages and sometimes even entire branches of the source tree that will not compile for one reason or the other. From a particular developer's point of view that may or may not be a problem. However, the (potentially) large numbers of errors that th... | 2002-04-23 13:57:46 | 1,019,580,000 | resolved fixed | cd91e46 | 1,020,380,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/tasklist/FiltersDialog.java bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/tasklist/TaskList.java bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/tasklist/TasksFilter.java | Eclipse_Platform_UI |
6,273 | 15,012 | Bug 15012 Can't use custom perspective | 20020430 I modified the Resource perspective to show the CVS Repo view, then saved it as a custom perspective. Every time I then click on the repository icon at the far left, I get a second icon appearing at the far left, and I get into a state where multiple repository icons appear as selected. | 2002-05-01 12:16:07 | 1,020,270,000 | resolved fixed | 1d6cf27 | 1,020,370,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SetPagePerspectiveAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
6,274 | 15,098 | Bug 15098 Cannot read workbench state if all perspectives closed | If you close all of the perspectives in your workbench, exit and return you get an error that says "Cannot read workbench state". | 2002-05-02 11:12:08 | 1,020,350,000 | resolved fixed | e7d7c3a | 1,020,350,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,275 | 15,023 | Bug 15023 "Select Working Set" doesn't? | Window->Select Working Set. Create a working set and select it. OK. The navigator still shows all projects. On a related note, the java browsing views now let you select working sets individually for each view. If this is the way it will work, then it's confusing to have "Select Working Set" in the main Window menu if ... | 2002-05-01 14:37:33 | 1,020,280,000 | resolved fixed | d979772 | 1,020,280,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ClearWorkingSetAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SelectWorkingSetAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
6,276 | 14,424 | Bug 14424 Allow double-click on type in new Working Set dialog | If I create a new working set I get a dialog with two choices (Resource/Java). I would like to get to the next page by double-clicking one of them. | 2002-04-23 12:03:31 | 1,019,580,000 | resolved fixed | a965c1c | 1,020,270,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java | Eclipse_Platform_UI |
6,277 | 14,492 | Bug 14492 working set wizards override page title | I create my working set page with MyPage(pageId, title, icon). The title is ignored/overwritten by the working set wiazrds. | 2002-04-24 08:26:26 | 1,019,650,000 | resolved fixed | 2e81f30 | 1,020,270,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetEditWizard.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java | Eclipse_Platform_UI |
6,278 | 14,932 | Bug 14932 StringIndexOutOfBoundsException opening Java file | build 20020426 -load org.eclipse.swt and org.eclipse.swt.tests (from the repository in my case) -double click org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Table ->get the attached walkback This works on Windows. I'm going to zip the workspace in case there's something strange about it. | 2002-04-30 11:51:57 | 1,020,180,000 | resolved fixed | 4de42f9 | 1,020,270,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ReopenEditorMenu.java | Eclipse_Platform_UI |
6,279 | 14,768 | Bug 14768 Next problem action is always enabled | The "Next Problem.." action never disables. Clicking it in the toolbar might do nothing. | 2002-04-26 13:40:13 | 1,019,840,000 | resolved wontfix | 7dc1639 | 1,020,200,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PartPane.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ViewPane.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
6,280 | 6,464 | Bug 6464 Fast view button should have menu | Build 20011122. The fast view button should have a menu, as do perspective buttons. It should include at least: | 2001-11-30 09:30:41 | 1,007,130,000 | resolved fixed | 2c919f5 | 1,020,190,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
6,281 | 14,559 | Bug 14559 Editor Action Toolbars acting strangely with Java Browsing Perspective | Not sure if this is UI or JDT. Build 20020418. 1. Open a Java Perspective. 2. Define a new project and package. 3. Define two new classes. Test1 and Test2. Close Test2 editor. 4. Open a Java Browsing perspective. Close Test1. Editor toolbar goes away (expected). 5. Double click on Test2. Editor toolbar appears (expecte... | 2002-04-24 15:53:03 | 1,019,680,000 | resolved fixed | 92e0195 | 1,020,180,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,282 | 13,804 | Bug 13804 WID exception opening on selection | Build 20020412 Linux-motif While debugging, I clicked on a stack frame which opened ASTInstructionCompiler.java. In the method "public boolean visit(ArrayType node)" I put my cursor in the call to "getElementType()" on the line which reads: "ITypeBinding typeBinding= node.getElementType().resolveBinding();" When I hit ... | 2002-04-15 12:19:13 | 1,018,890,000 | resolved fixed | e126574 | 1,020,120,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/action/ToolBarManager.java | Eclipse_Platform_UI |
6,283 | 14,632 | Bug 14632 StringFieldEditor validation strategy mechanism does not work properly | The validateStrategy variable is used in getTextControl()to hook up listeners to perform validation. The method setValidationStrategy(int) sets the value of this variable but does not unhook and rehook the appropriate listeners. Also, there is not way of passing the validation strategy value using a constructor. This m... | 2002-04-25 12:11:04 | 1,019,750,000 | closed fixed | d664855 | 1,019,840,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/preference/StringFieldEditor.java | Eclipse_Platform_UI |
6,284 | 14,730 | Bug 14730 Edit button in working set dialog does nothing | Build 20020425: Open the working sets dialog "Window > Working sets" and select an existing working set and select it from the list then select the edit button nothing happens. This has been working properly for ages, now it's broken. | 2002-04-26 08:51:44 | 1,019,830,000 | resolved fixed | 0f1ec44 | 1,019,830,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSetFactory.java | Eclipse_Platform_UI |
6,285 | 2,496 | Bug 2496 Failing 'open with system editor' should default back (1GFBF3C) | If you try to open a file that does not have a system editor, you will get an error 'Unable to open external editor for <file>'. If this occurs, the default editor should be reset. Right now the editor remains as the System Editor so double clicking on the file again will give the same error. NOTES: | 2001-10-10 22:37:31 | 1,002,770,000 | resolved fixed | 7a41039 | 1,019,830,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,286 | 14,420 | Bug 14420 Error in shuting down workbench | Build 20020412 (WSAD install build 20020423-0100) 1. Startup workbench in Java perspective2. Connect to ClearCase LT 3. Shutdown workbench I got an error dialog while exiting workbench. Here is the .log <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Tue Apr 23 11:32:02 EDT 2002"> <status plugin-id="org.e... | 2002-04-23 11:37:51 | 1,019,580,000 | resolved fixed | 505ee29 | 1,019,740,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/viewers/ContentViewer.java | Eclipse_Platform_UI |
6,287 | 13,631 | Bug 13631 ResourceNavigator does not remove property change listener | The new working set support registers a property change listener on the page which is not removed. | 2002-04-12 10:13:36 | 1,018,620,000 | resolved fixed | 5b06ee7 | 1,019,670,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/navigator/ResourceNavigator.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkingSet.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkingSetManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSet.java... | Eclipse_Platform_UI |
6,288 | 14,500 | Bug 14500 NPE due to ResourceWorkingSetFilter | The private method isEnclosed() gets called from API method select(...). This happens when an element is added to a list/table. Unfortunately isEnclosed() accesses a field which is null. The field is only != null during the filter(...) call. Test Case: 1. Set a working set on a window 2. Add a new package in the Java B... | 2002-04-24 08:59:45 | 1,019,650,000 | resolved fixed | 2718af8 | 1,019,660,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/ResourceWorkingSetFilter.java | Eclipse_Platform_UI |
6,289 | 11,304 | Bug 11304 NPE deleting project | 1. Select a project in the packages view and hit the delete key. 2. In the confirmation dialog, choose to also delete contents. 3. In the deletion progress dialog, click cancel. 4. Select the project again and hit the delete key. The following NPE occurs. java.lang.NullPointerException at org.eclipse.ui.actions.DeleteR... | 2002-03-13 16:49:10 | 1,016,060,000 | resolved fixed | a9acff0 | 1,019,590,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/DeleteResourceAction.java | Eclipse_Platform_UI |
6,290 | 8,064 | Bug 8064 working set: can enter all-spaces names | i think working set names that consist of only spaces should be disallowed. also, names should be trimmed - otherwise you can have a set named 'a' and another one named 'a ' | 2002-01-23 05:24:37 | 1,011,780,000 | resolved fixed | fe0b720 | 1,019,590,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkingSet.java | Eclipse_Platform_UI |
6,291 | 14,197 | Bug 14197 Removing a working set immediatly makes changes | 20020418 1. create a working set with one project and select it -> package view is filtered 2. Open the working set dialog again, create a second working set, delete the first. -> At the moment of delete, the package view in the background refilters. In my opinion refiltering should only happen when closing the working... | 2002-04-19 03:52:17 | 1,019,200,000 | resolved fixed | 68db796 | 1,019,590,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkingSetManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/dialogs/IWorkingSetPage.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SelectWorkingSetAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSet.java bundles/o... | Eclipse_Platform_UI |
6,292 | 14,289 | Bug 14289 usability improvements to import external project | build M5. If a new developer was brought onto a project where they didn't use CVS, they would have to import several projects into their workspace. To do this, they would have to click: File > Import > External Projects. Here they have to browse to the location on disk where projects exist and then import one project a... | 2002-04-21 09:12:37 | 1,019,390,000 | closed fixed | 690d02c | 1,019,580,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java | Eclipse_Platform_UI |
6,293 | 14,335 | Bug 14335 Switching from Resources to Java Perspective causes NPE | Build 04182002 plus current UI code in the repository. Run an inner eclipse on a workspace that has some projects. Go to resources perspective. Go to Java Perspective. I get the following NPE: java.lang.NullPointerException at org.eclipse.ui.actions.RetargetAction.partActivated (RetargetAction.java:89) at org.eclipse.u... | 2002-04-22 12:10:37 | 1,019,490,000 | resolved fixed | f35e00f | 1,019,500,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WWinPluginAction.java | Eclipse_Platform_UI |
6,294 | 13,316 | Bug 13316 Multi-selection in working set dialog ignored | 20020409 - New Working set support - create 2 working sets - select 2 working sets - press OK - reopen dialog ===> only one is selected Multiple-selection should work (ok) and - be applied to views that support working sets (e.g. Navigator) - be selected the next time I open the working set dialog | 2002-04-10 10:41:06 | 1,018,450,000 | resolved fixed | 98986e6 | 1,019,320,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkingSetManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SelectWorkingSetAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkingSetManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSele... | Eclipse_Platform_UI |
6,295 | 13,879 | Bug 13879 Switching working sets can cause NPE in ResourceNavigator | I suggest to always keep the filter an set the working set to null (see PackageExplorerPart or JavaBrowsingPart) org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclips... | 2002-04-16 09:27:46 | 1,018,960,000 | resolved fixed | aa3d7c2 | 1,019,260,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
6,296 | 14,195 | Bug 14195 Can not edit Working Sets | 20020418 1. create a new working set 2. press on details: nothing happens | 2002-04-19 03:42:33 | 1,019,200,000 | resolved fixed | ba1d50d | 1,019,250,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java | Eclipse_Platform_UI |
6,297 | 2,403 | Bug 2403 Changing build order should initiate incremental build (1GEYZPB) | If you change the preference so you can specify build order, and change the order, autobuild should run if enabled (or do full build). NOTES: | 2001-10-10 22:35:46 | 1,002,770,000 | resolved fixed | 3ea185b | 1,019,230,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java | Eclipse_Platform_UI |
6,298 | 14,162 | Bug 14162 Need a perspective switcher | Build 20020416 With the menu changes, and the removal of the numbered perspective items, we need another way of switching between perspectives. We should add a perspective switcher, similar to the editor and view switchers (Ctrl+F8?) It should show just the open ones in MRU order. Note: MRU order for perspective switch... | 2002-04-18 16:19:47 | 1,019,160,000 | resolved fixed | c05df08 | 1,019,170,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/CyclePartAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/CyclePerspectiveAction.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPa... | Eclipse_Platform_UI |
6,299 | 2,955 | Bug 2955 Print toolbar button flashes when switching between editors (1GKXCCY) | When switching between different editor types, e.g. .java and .txt, the toolbar button for print flashes quite noticeably. NOTES: | 2001-10-10 22:46:46 | 1,002,770,000 | resolved fixed | 8749991 | 1,019,160,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/RetargetAction.java | Eclipse_Platform_UI |
6,300 | 14,068 | Bug 14068 Views should not hardcode assumptions about open strategy | Build 20020416 I noticed several places in the code with the following pattern: boolean activate = OpenStrategy.getOpenMethod() == OpenStrategy.DOUBLE_CLICK; page.openEditor(marker,activate); This hardcodes the assumption that the only strategy which activates on open is double click. It would be better to ask OpenStra... | 2002-04-17 21:13:20 | 1,019,090,000 | resolved fixed | 34ee1d2 | 1,019,140,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/util/OpenStrategy.java bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/bookmarkexplorer/OpenBookmarkAction.java bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/tasklist/GotoTaskAction.java bundles/org.eclipse.ui... | Eclipse_Platform_UI |
6,301 | 12,047 | Bug 12047 NPE reordering editors. | Got the following NPE using the JavaBrowing perspective but could not reproduce the problem. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:96) at org.eclips... | 2002-03-21 12:08:00 | 1,016,730,000 | resolved fixed | c14ef27 | 1,019,080,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java | Eclipse_Platform_UI |
6,302 | 13,947 | Bug 13947 "New Item Shortcuts" don't appear in drop down menu | build 20020412 -select Window->Customize Perspective -check the TestCase and TestSuite items under "New Item Shortcuts" ->Note that no menu items appear in the "New Item" toolbar item menu This works for all other items except for the two that are in the JUnit subcategory of the Java category. | 2002-04-16 17:31:20 | 1,018,990,000 | resolved fixed | 21a8498 | 1,019,060,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WizardCollectionElement.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/WizardsRegistryReader.java | Eclipse_Platform_UI |
6,303 | 13,749 | Bug 13749 NPE on opening a multipage editor. MultiPageEditorPart isDirty should check for null | Using the 4/12 integration build, it appears "isDirty" is sometimes called in MulitPageEditorPart before there are any nestedEditors, so it should be checked to be sure its not null, before calling iterator on it. (or alternatively, to make sure nestedEditors is always intialized so iterator would simply return a zero ... | 2002-04-13 18:56:56 | 1,018,740,000 | verified fixed | 513357b | 1,018,990,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java | Eclipse_Platform_UI |
6,304 | 13,925 | Bug 13925 Error reported on stderr when .project is read-only | Build 20020412 1) Create two simple projects, P1 and P2 2) Make the .project file for P1 read-only on the resource info property page 3) Go to the project references property page, and add a reference to P2 An error dialog pops up, saying that .project is read-only. This is good. However, it also prints the following t... | 2002-04-16 14:30:14 | 1,018,980,000 | resolved fixed | 69bc295 | 1,018,980,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java | Eclipse_Platform_UI |
6,305 | 13,198 | Bug 13198 Unable to add Word document to project | Build version: 20020404, 20020409 OS: WindowsXP Traditional Chinese, Office 2000 SR-1 Premium Traditional Chinese Sympton: When adding a Test.doc to a project, first the following error occurs Unable to create part. Test.doc Then internal error with this stack trace: org.eclipse.swt.SWTException: Failed to execute runn... | 2002-04-10 07:39:15 | 1,018,440,000 | resolved fixed | c926be0 | 1,018,970,000 | bundles/org.eclipse.ui/Eclipse UI Editor Support/org/eclipse/ui/internal/editorsupport/OleEditor.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorPane.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Exceptio... | Eclipse_Platform_UI |
6,306 | 13,704 | Bug 13704 Outline View has text in middle of view when there is no outline | On Linux when there are no contents for the Outline View the message to the user is in the middle of the view. It should be top justified like in windows. STEPS 1) Open the PDE Perspective 2) Close all editors | 2002-04-12 15:39:16 | 1,018,640,000 | resolved fixed | dd38797 | 1,018,970,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/part/MessagePage.java | Eclipse_Platform_UI |
6,307 | 13,481 | Bug 13481 Exceptions trying to close a Search View | build 2002-04-09 on WinXP. - one window open - single-stacked Java editor - Outline view docked to the right - Search view docked to the top - tried to close the Search view and got the attached exceptions (forced my workbench to close) | 2002-04-10 21:51:01 | 1,018,490,000 | resolved fixed | 6acf549 | 1,018,970,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,308 | 2,512 | Bug 2512 Save As... on OLE editor doesn't let you choose folder (1GFDCRE) | - new file test.doc - it opens Word or Wordpad - choose File / Save As - it gives you the rename prompter, which only lets you enter a new name, not choose a different folder - Save As on an internal editor does let you choose a folder NOTES: | 2001-10-10 22:37:51 | 1,002,770,000 | resolved fixed | 2979b24 | 1,018,900,000 | bundles/org.eclipse.ui/Eclipse UI Editor Support/org/eclipse/ui/internal/editorsupport/OleEditor.java | Eclipse_Platform_UI |
6,309 | 2,309 | Bug 2309 Moving view has different reveal order than close (1GENS04) | - new resource perspective - show Bookmarks view - it appears docked with Navigator and Repositories view - close Bookmarks view - the Navigator view is revealed - show Bookmarks view - drag it over outline view - the Repositories view is revealed It's surprising that a different view is revealed for close and drag. NO... | 2001-10-10 22:33:44 | 1,002,770,000 | resolved fixed | b5bc102 | 1,018,900,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PartTabFolder.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PerspectivePresentation.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,310 | 10,688 | Bug 10688 Too much work being done in build | Linux only. I20020228 (and previous). If I make changes to any file (e.g. plugin.properties) in my project, and my project has no dependants, saving it still takes almost 3 seconds and the progress messages that appear during that time seem to indicate that all manner of builders are being invoked on many irrelevant pr... | 2002-03-04 12:01:18 | 1,015,260,000 | resolved fixed | 98ed8fc | 1,018,900,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java | Eclipse_Platform_UI |
6,311 | 10,398 | Bug 10398 SWT error causes Workbench meltdown | A few minutes ago I discovered the new dialog for reporting internal errors related to SWT. It said something like: "An SWT error has occurred. You should exit the workbench now. Further errors could cause the workbench to close without notice." This is more or less what happened: Curious, I clicked on Details. No addi... | 2002-02-27 11:56:11 | 1,014,830,000 | resolved fixed | 85910d9 | 1,018,900,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ExceptionHandler.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/InternalErrorDialog.java | Eclipse_Platform_UI |
6,312 | 13,739 | Bug 13739 Problems with import project | Build 20020412 - had an existing workspace - deleted .metadata - tried to import project from the workspace - it complained that the location was under the workspace This is fine for creating a new project, but we should support importing an existing project even if it's under the workspace location. The only other way... | 2002-04-13 07:38:58 | 1,018,700,000 | closed fixed | 8668a0e | 1,018,880,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java | Eclipse_Platform_UI |
6,313 | 13,476 | Bug 13476 fragile code in WorkbenchActionBuilder.propertyChange | The code in WorkbenchActionBuilder.propertyChange assumes that the new value in the change event is (a) always non-null, and (b) always of the expected type. While both condition may hold in the current world, this assumption might lead to breakage in the future. The problem will occur if the property store is changed ... | 2002-04-10 20:25:14 | 1,018,480,000 | resolved fixed | 255ed8a | 1,018,640,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
6,314 | 9,411 | Bug 9411 WorkbenchPart.setInitializationData not safe (leaks) | The API does not specify that this method can be called only once. If it is called more than once then the image is not disposed. Either the method's API should state that it is not safe to call the method twice or (better) the code should be fixed to allow multiple calls. This is preferred because there is no API to r... | 2002-02-11 13:00:07 | 1,013,450,000 | resolved fixed | 4d406f3 | 1,018,640,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/part/WorkbenchPart.java | Eclipse_Platform_UI |
6,315 | 13,374 | Bug 13374 'move editor' - disable when only 1 editor open | 20020409 after i select 'move editor' from the tab context menu i cannot drop it anywhere if there's only 1 editor open the action should be disabled in such cases - to avoid user confusion | 2002-04-10 12:08:55 | 1,018,450,000 | resolved fixed | d494183 | 1,018,620,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorArea.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorPane.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorPresentation.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java bundles/org.... | Eclipse_Platform_UI |
6,316 | 13,600 | Bug 13600 npe on running tests | 20020411 when running our test we get an npe (stack lower) it is due to the fact that field listeners in org.eclipse.jface.resource.FontRegistry is nullified in org.eclipse.jface.resource.FontRegistry::handleDisplayDispose() java.lang.NullPointerException at org.eclipse.jface.resource.FontRegistry.removeListener (FontR... | 2002-04-12 06:09:43 | 1,018,610,000 | resolved fixed | 48a278b | 1,018,620,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/resource/FontRegistry.java bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/util/ListenerList.java | Eclipse_Platform_UI |
6,317 | 2,428 | Bug 2428 Welcome: icons not aligned (1GF5SQG) | The round blue right-arrows on the welcome page are not aligned with the text to which they point. NOTES: | 2001-10-10 22:36:13 | 1,002,770,000 | resolved fixed | 0c51de8 | 1,018,560,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WelcomeEditor.java | Eclipse_Platform_UI |
6,318 | 12,856 | Bug 12856 Missing common interface ISite | Build 20020402 Currently thr workbench provides the sides IPageSite, IWorkbenchPartSite. Although they have common methods they miss a common interface. This makes writing actions that work in the outline and a normal view hard. Please introduce a common interface. | 2002-04-05 03:56:29 | 1,018,000,000 | resolved fixed | 9d3e5a5 | 1,018,550,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkbenchPartSite.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkbenchSite.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/part/IPageSite.java | Eclipse_Platform_UI |
6,319 | 13,295 | Bug 13295 F2 does not work in Outline view | Edit -> Show Javadoc does not work from Outline view but does not when using the shortcut key (F2). I assume this is because of the new editor key binding support. | 2002-04-10 10:16:06 | 1,018,450,000 | resolved fixed | 5c3ac50 | 1,018,530,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/EditorMenuManager.java | Eclipse_Platform_UI |
6,320 | 13,131 | Bug 13131 Extra "Writable" indicators in status bar | Build: 20020409 Open two editors on writable files in the Resource perspective, switch between them many times. Each time you switch, you will get another "Writable" indicator in the status bar. I have seen this on both Windows 2000 and Linux Motif. | 2002-04-09 19:16:51 | 1,018,390,000 | resolved fixed | 686c461 | 1,018,480,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/action/StatusLineManager.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
6,321 | 13,305 | Bug 13305 A suspicious System.out.println in org.eclipse.internal.ui.WorkbenchActionBuilder | Build: M5 candidate Description: The protected method addManualIncrementalBuildAction in org.eclipse.internal.ui.WorkbenchActionBuilder catches IllegalArgumentException in a few places, and, in the last such catch block, it makes a call to System.out.println("build action not found");. Perhaps it should be reviewed. | 2002-04-10 10:24:25 | 1,018,450,000 | resolved fixed | 98e583a | 1,018,460,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
6,322 | 13,133 | Bug 13133 New Project Option for Replace Perspective should be relabeled | Build 20020404 The New Project Option for Replace Perspective doesn't actually replace the current perspective. The option should be "Open Perspective in same window" and should be first since it's the default. Also, there's no need to capitalize Perspective. We don't elsewhere except in action names. Must fix for M5. | 2002-04-09 21:35:02 | 1,018,400,000 | resolved fixed | 957609e | 1,018,450,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | Eclipse_Platform_UI |
6,323 | 12,996 | Bug 12996 open multipage editor causes Invalid thread access when exporting to a jar | This also happens in Eclipse 2.0 build 20020214 1. install the mulitpage editor example into the workspace 2. in a project create a file of type .mpe 3. a multipage editor opens on this new file. Leave the editor open. 4. select File/Export/Jar File. Fill in the jar file and click finish. You get the following Jar Expo... | 2002-04-08 10:49:21 | 1,018,280,000 | resolved fixed | 607bd85 | 1,018,360,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java | Eclipse_Platform_UI |
6,324 | 12,028 | Bug 12028 NPE in Team actions on welcome page | Build 20020319 Selecting any of the CVS/Team links on the Welcome page causes NPEs. | 2002-03-21 10:58:17 | 1,016,730,000 | resolved fixed | 137038c | 1,018,360,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java | Eclipse_Platform_UI |
6,325 | 2,536 | Bug 2536 Window lifecycle needed (1GFL2TW) | From Eclipse Corner (6/13/2001): It seems some obvious functionality is missing from IWorkbench. We need to know when a new workbench window is opened or an existing one closed. For example: IWorkbench.addWorkbenchListener(IWorkbenchListener) IWorkbenchListener would contain, among other methods, windowOpened(IWorkbenc... | 2001-10-10 22:38:19 | 1,002,770,000 | resolved fixed | e9e9161 | 1,018,360,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWindowListener.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
6,326 | 12,751 | Bug 12751 Open in new window action should be API | The action for opening an element in a new window is currently internal. It needs to be API in order to avoid internal references from the views. The same action is used for the Window / New Window action. This aspect does not need to be public. Suggest using different classes. | 2002-04-04 00:22:33 | 1,017,900,000 | resolved fixed | af386f7 | 1,018,320,000 | bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/navigator/OpenActionFactory.java bundles/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/navigator/OpenActionGroup.java bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/OpenInNewWindowAction.java bundles/org.eclipse.ui... | Eclipse_Platform_UI |
6,327 | 13,002 | Bug 13002 Internal error dialog focus default | Build: 20020404 The internal error dialog defaults the focus to the "Yes" answer, it should default to "No". The main problem I have with defaulting to "Yes" is that an absentminded Enter causes the entire workspace to shutdown. | 2002-04-08 11:41:09 | 1,018,280,000 | resolved fixed | 5d72966 | 1,018,320,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ExceptionHandler.java | Eclipse_Platform_UI |
6,328 | 12,779 | Bug 12779 (0321) Workbench silently catching exceptions and removing listeners | In SafeRunnable.handleException(Throwable e), there is a boolean check that is inverted. Instead of showing Errors, it *NEVER* shows errors. As a result, I had my ISelectionListener silently removed from the selection service. Also, I got into a state where the JDT's F4 action stopped following selection, and kept open... | 2002-04-04 09:23:04 | 1,017,930,000 | resolved fixed | f0c3c6c | 1,018,300,000 | bundles/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/SafeRunnableAdapter.java | Eclipse_Platform_UI |
6,329 | 11,393 | Bug 11393 ImageDescriptor should allow creating an Image on a Device other than Display.getCurrent() | Use Case: A user wants to use ImageDescriptor to create an Image with the intent of rendering that image on a GC constructed on a Printer. Current state: Currently, ImageDescriptor's createImage always uses Display.getCurrent() to create images. Solution: Enhance ImageDescriptor to provide the ImageDescriptor#createIma... | 2002-03-14 15:02:01 | 1,016,140,000 | closed fixed | d86f333 | 1,018,290,000 | bundles/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/resource/ImageDescriptor.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.