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 |
|---|---|---|---|---|---|---|---|---|---|---|
5,730 | 42,010 | Bug 42010 Group created with SWT.CENTER style | 3.0 M3 test candidate The first line of ViewsPreferencePage.createButtonGroup(...) creates a Group with style SWT.CENTER, which isn't a valid style for a Group. This problem was actually causing Eclipse to GP on Motif because another swt constant which IS meant to be used in this context has the same value. We've made ... | 2003-08-26 15:32:11 | 1,061,930,000 | closed fixed | ff79bf2 | 1,062,620,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java | Eclipse_Platform_UI |
5,731 | 42,151 | Bug 42151 [KeyBindings] Some key bindings don't appear in menus when Eclipse first started | When Eclipse is opened without an editor open, some key bindings are not initialized. Losing and restoring focus on the window seems to set all of the bindings. Opening Eclipse with an editor already open seems to set all the bindings as well. STEPS TO REPRODUCE: 1.) Open Eclipse with no editors open. (If editors are o... | 2003-08-27 12:19:03 | 1,062,000,000 | resolved fixed | de6bd57 | 1,062,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
5,732 | 42,139 | Bug 42139 ConcurrentModificationException | I20030826-rebuild Just found this in my log. At that time, I was probably doing a CVS update in the background. Error Aug 27, 2003 16:53:00.72 Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(Abs... | 2003-08-27 11:32:18 | 1,062,000,000 | closed fixed | 7e21bc0 | 1,062,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java | Eclipse_Platform_UI |
5,733 | 41,925 | Bug 41925 dead lock when organizing imports | i20030820 This seems to be always reproducible (regardless the VM in use): when doing a massive organize imports operation on a project, if you try to cancel it, a dead lock will occur. Steps: 1 - select a Java project in the Project Explorer 2 - press Ctrl-Shift-O (Organize imports) 3 - when the progress dialog appear... | 2003-08-25 11:46:54 | 1,061,830,000 | resolved fixed | 26bb3bf | 1,062,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/UILockListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/UIJob.java | Eclipse_Platform_UI |
5,734 | 41,926 | Bug 41926 Ctrl+V getting the wrong focus | 20030825 When I try and do a paste into a find dialog Ctrl+V always pastes into the editor behind it and not into the dialog. STEPS 1) Open an editor 2) Copy something 3) Hit Ctrl+F to open the Find Dialog 4) Highlight on of the fields 5) Hit Ctrl+V - it will paste into the dialog behind | 2003-08-25 11:47:13 | 1,061,830,000 | resolved fixed | c982c62 | 1,061,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
5,735 | 31,700 | Bug 31700 [Key Bindings] Ctrl+Tab not received by CyclePartAction popup dialog | Try to Map "Next Editor" to Control+TAB. Just joking. For some reason, Control+TAB isn't a choice, even if I want to break TAB traversal. OK, try mapping "Next Editor" to Control+Shift+q, then try invoking it on 3+ Editors repeatedly. It doesn't work. | 2003-02-12 15:14:34 | 1,045,080,000 | resolved fixed | 6eade39 | 1,061,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CyclePartAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
5,736 | 41,901 | Bug 41901 NPE upon startup | Build: I-20030820 Upon startup, I found about the NPE pasted below was logged 12 times. Error Aug 24, 2003 12:59:06.784 An internal error occurred during: "Open Progress View". java.lang.NullPointerException at org.eclipse.swt.widgets.Display.asyncExec(Display.java:461) at org.eclipse.ui.progress.UIJob.run(UIJob.java:7... | 2003-08-24 13:05:32 | 1,061,740,000 | verified fixed | 2cd5f19 | 1,061,840,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/markers/internal/MarkerView.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressUtil.java | Eclipse_Platform_UI |
5,737 | 41,927 | Bug 41927 [Dialogs] Selecting in PreferenceDialog generates too many invalid entries | 20030825 If you select an entry, close the dialog and then reopen it selecting anotehr entry will result in a "this page has invalid values" although you selected nothing. | 2003-08-25 11:48:41 | 1,061,830,000 | closed fixed | a55b45e | 1,061,840,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
5,738 | 41,916 | Bug 41916 Progress View: Status Line updates too much in verbose mode | When there is an animation going on the status line update runs constantly when verbose mode is on as it is constantly showing the Animation job. We should make sure that the update only occurs if there has been a change and not honour the debug mode as it is not interesting for the status line. | 2003-08-25 09:31:37 | 1,061,820,000 | closed fixed | 28dff01 | 1,061,820,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/IJobProgressManagerListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobProgressManager.java bundles/or... | Eclipse_Platform_UI |
5,739 | 41,589 | Bug 41589 [Properties View] Combo boxes in property sheets do not retain new values | Build: I20030813 It seems to be impossible to change the values of tracing options in a runtime workbench launch configuration. This was working last week, but doesn't work in yesterday's build. Steps: 1) Checkout org.eclipse.core.boot, org.eclipse.core.runtime, and org.apache.xerces 2) Setup target platform to include... | 2003-08-14 15:01:00 | 1,060,890,000 | resolved fixed | 38b9fc6 | 1,061,580,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxCellEditor.java | Eclipse_Platform_UI |
5,740 | 41,715 | Bug 41715 [Jobs] Background job feedback should be in status line | It would be nice to be able to see what background job is running without using the view. I'd really like to see the label of the currently running job displayed somewhere. Either in a status area at the top or the bottom of the Eclipse window. If that would take up too much screen real estate, I think it would be good... | 2003-08-19 15:47:34 | 1,061,320,000 | closed fixed | 5a4f9ee | 1,061,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobProgressManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/StatusLineProgressListener.java | Eclipse_Platform_UI |
5,741 | 40,499 | Bug 40499 [CVS UI] GTK: Can't browse repository with new CVS option enabled | Build 20030717 Enabling the option to fetch resources in the background makes it impossible to browse a repository in the CVS Repositories view. 1. Enable background fetching of resources in the CVS Repositories view. 2. In the CVS Repositories view, click to expand the HEAD node. 3. The HEAD node expands to show a "Pe... | 2003-07-18 15:08:54 | 1,058,560,000 | resolved fixed | ac660dd | 1,061,490,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java | Eclipse_Platform_UI |
5,742 | 41,311 | Bug 41311 Deadlock? on exit | I20030806 It does not look like a deadlock since the CPU runs at 100% Full thread dump Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode): "Worker-201" prio=7 tid=0x1DD114E8 nid=0xab4 waiting on condition [1e73f000..1e73fd8c] at java.util.AbstractList.iterator(AbstractList.java:332) at org.eclipse.ui.internal.progres... | 2003-08-08 03:54:43 | 1,060,330,000 | resolved fixed | ee8dbe8 | 1,061,380,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationManager.java | Eclipse_Platform_UI |
5,743 | 41,377 | Bug 41377 [Progress] NPE in progres view while cancelling a job | I20030806 I was trying to cancel a job that was running in the progress view. I was going a bit balistic on the cancel button because the job wasn't terminating as quickly as I would like. Here is the stack trace: Thread [main] (Suspended (exception NullPointerException)) ProgressView$4.run() line: 189 ProgressView$4(A... | 2003-08-11 10:10:44 | 1,060,610,000 | closed fixed | 3545952 | 1,060,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressView.java | Eclipse_Platform_UI |
5,744 | 41,312 | Bug 41312 ClassCastException in ProgressContentProvider | I20030806 !SESSION Aug 08, 2003 10:02:36.367 --------------------------------------------- java.version=1.4.1_02 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH Command-line arguments: -update -showlocation -data c:\eclipse\workspaces\Development_2_2\plugins -install file:... | 2003-08-08 04:22:42 | 1,060,330,000 | closed fixed | 3dc2acd | 1,060,620,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/SubTaskInfo.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/TaskInfo.java | Eclipse_Platform_UI |
5,745 | 41,304 | Bug 41304 Progress indicator stays red after error is cleared. | In the eclipse-SDK-I20030806-macosx-carbon.tar.gz build, I got an error in a CVS background job. The Progress view appeared, and I selected the error and picked Delete in the context menu. At this point, the error indicator went grey, since no other jobs were running. However, now whenever a new job runs, the progress ... | 2003-08-07 20:01:41 | 1,060,300,000 | closed fixed | 69de33e | 1,060,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationManager.java | Eclipse_Platform_UI |
5,746 | 40,570 | Bug 40570 [Dialogs] New Project wizard throws NPE with two backslashes | null | 2003-07-21 16:58:08 | 1,058,820,000 | closed fixed | eadd1ee | 1,060,350,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java | Eclipse_Platform_UI |
5,747 | 40,638 | Bug 40638 [Dialogs] TitleAreaDialog is not initialized in the usual way. | When the TitleAreaDialog is constructed, it isn't ready to handle all of its mutators. In this snippet, the create() line is required, because otherwise setMessage() will throw a NullPointer when it attempts to modify the messageLabel; but it shouldn't be (according to Eclipse conventions). TitleAreaDialog titleAreaDia... | 2003-07-22 21:46:09 | 1,058,920,000 | resolved wontfix | 2bf0794 | 1,060,280,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
5,748 | 41,153 | Bug 41153 [Dialogs] Open resource not showing results | I20030730 - create a simple project, with files a.txt and b.txt - with the navigator active in the resource perspective, hit Ctrl+Shift+R. - in the open resource dialog, type "*.txt" Observe: the dialog shows no matches - move the cursor left and right in the text field Observe: it now shows the results. | 2003-08-05 12:14:15 | 1,060,100,000 | closed fixed | b902bd9 | 1,060,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java | Eclipse_Platform_UI |
5,749 | 40,851 | Bug 40851 Add flashing red icon when there is an error shown | When there is an error shown the icon should be flashing red. | 2003-07-28 13:10:58 | 1,059,410,000 | closed fixed | cc72ec8 | 1,060,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationItem.java | Eclipse_Platform_UI |
5,750 | 40,900 | Bug 40900 [Jobs] Jobs not always shown on startup | 20030723 Jobs are not always shown the first time the view is. Switching to verbose mode handles this. The easiest way to replicate is to run the Error jobs - they only show up when you switch the verbosity. John you also have another case correct? | 2003-07-29 12:01:53 | 1,059,490,000 | closed fixed | 6a17712 | 1,059,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/IJobProgressManagerListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobProgressManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java | Eclipse_Platform_UI |
5,751 | 40,853 | Bug 40853 Need hover help for Animation Icon | That mentions double click opens a view. | 2003-07-28 13:12:50 | 1,059,410,000 | closed fixed | d9bafd8 | 1,059,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationItem.java | Eclipse_Platform_UI |
5,752 | 40,855 | Bug 40855 Need a clear all option for errors in the progress view | null | 2003-07-28 13:14:50 | 1,059,410,000 | closed fixed | 0046f6e | 1,059,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobProgressManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressView.java | Eclipse_Platform_UI |
5,753 | 40,524 | Bug 40524 Expansion of package view causes ConcurrentModificationException | Eclipse 3.0M2 The following exceptions occured in my log after opening and closing some nodes of the package explorer (having the progress view open) The ClassCastException appeared when changing to verbose mode while there was content in the progress view (stale content from the ConcurrentModificationException I assum... | 2003-07-19 16:46:21 | 1,058,650,000 | closed fixed | ce999a6 | 1,058,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java | Eclipse_Platform_UI |
5,754 | 38,092 | Bug 38092 build configuration view instantiation problem | after invoking build configuration view, an error popup window displayed this message : "Unable to instantiate view : org.eclipse.cd.ui.builder.internal.BuildConfigView Reason : Unable to instantiate view : org.eclipse.cd.ui.builder.internal.BuildConfigView" | 2003-05-25 17:18:48 | 1,053,900,000 | resolved fixed | fb417c0 | 1,058,800,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java | Eclipse_Platform_UI |
5,755 | 40,128 | Bug 40128 Decorators sometimes take two attempts to disable | Sometimes when you turn off the CVS Decorator there will still be a few items that have their decorated values. This is because in the case of the CVS decorator the disablement of it causes a refresh of the values and the result of these values may still be cached pending an update. This is not a problem if there is an... | 2003-07-15 13:08:29 | 1,058,290,000 | closed fixed | 28f0084 | 1,058,290,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java | Eclipse_Platform_UI |
5,756 | 38,782 | Bug 38782 TreeViewer add calls a refresh | Our implementation of TreeViewer.add is naive and can all a refresh of the entire tree. It should be more like TableViewer. | 2003-06-11 11:47:53 | 1,055,350,000 | closed fixed | 1c8f382 | 1,056,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
5,757 | 38,734 | Bug 38734 [Navigator] PasteAction should get clipboard contents only when needed | build 20030605 PasteAction.updateSelection checks whether there is a valid paste target after getting the clipboard contents. The paste target check does not involve the clipboard content and should therefore be done earlier, before reading the clipboard. The method also reads the FileTransfer data from the clipboard t... | 2003-06-10 16:46:56 | 1,055,280,000 | resolved fixed | e30426d | 1,055,860,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/PasteAction.java | Eclipse_Platform_UI |
5,758 | 38,729 | Bug 38729 [Preferences] NPE PreferencePage isValid | getContainer may return null | 2003-06-10 15:37:34 | 1,055,270,000 | closed fixed | 4a580d7 | 1,055,520,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
5,759 | 37,253 | Bug 37253 [Dialogs] Font to text control of InputDialog is not set | Look at org.eclipse.jface.dialogs.InputDialog.createDialogArea() | 2003-05-06 04:12:46 | 1,052,210,000 | closed fixed | 84f9f53 | 1,054,240,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java | Eclipse_Platform_UI |
5,760 | 38,009 | Bug 38009 [Wizards] Wizard banner text should wrap | Currently if wizard banner text is too long for the line, it's truncated. Hovering over it produces a pop-up with the complete text (unless I suppose it's too long to fit on the screen). In any case this looks really bad. If the text is too long for one line, it should be wrapped to multiple lines. A good UI designer i... | 2003-05-22 23:18:52 | 1,053,660,000 | closed fixed | dfffb8a | 1,054,240,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
5,761 | 38,072 | Bug 38072 [Wizards] Broken layout in the Logic Example creation wizard | See the attached screenshots. On the first screenshot, the layout is cut off at the top and right side (the title area). Moreover, there is a lot of wasted space below the "Logic Model Samples" group in the lower part (this is how the dialog opens, it is not resizable). The second screenshot shows what happens after cl... | 2003-05-24 08:37:25 | 1,053,780,000 | closed fixed | 14d85ba | 1,054,230,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
5,762 | 38,171 | Bug 38171 PageLayout contains non NLS-ed strings | The class PageLayout contains 2 non-NLSed strings: "Referenced part does not exist yet: " and "Part already exists in page layout: " These areas should be using WorkbenchMessage.getString() or WorkbenchMessage.getFormat() depending on whether or not arguments are involved. There is also a comment for a NON_NLS-ed strin... | 2003-05-27 15:52:48 | 1,054,070,000 | closed fixed | 681fb79 | 1,054,220,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java | Eclipse_Platform_UI |
5,763 | 38,148 | Bug 38148 Reference to internal core package in DecoratorDefinition | InternalPlatform is referred to in DecoratorDefinition for the log. This should be replaced by a reference to the log in the WorkbenchPlugin. | 2003-05-27 09:36:50 | 1,054,040,000 | closed fixed | b6c3083 | 1,054,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java | Eclipse_Platform_UI |
5,764 | 33,347 | Bug 33347 [Linked Resources] Advanced button comes before options added by subclasses | build I20030221 - Run the Readme example's new Readme File wizard - the "Advanced >>" button appears before additional options added by this subclass (e.g. "Automatic sample section generation", "Open file for editing when done") - click Advanced - the linking UI appearas after the additional options The Advanced butto... | 2003-02-26 15:24:31 | 1,046,290,000 | verified fixed | 53ed0df | 1,053,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.workbench/Eclip... | Eclipse_Platform_UI |
5,765 | 37,787 | Bug 37787 [Import/Export] Flashing Cursor appears in description in Eclipse 2.1.1 | A flashing cursor appears in the description of many Wizard Pages. For example, the File->Import Wizard. It also occurs on many of our WSAD wizards. Also, you can click on the description, and have the cursor placed there. I'm not sure if this is desired behaviour or not. This is with Eclipse 2.1.1 | 2003-05-16 16:11:09 | 1,053,120,000 | closed fixed | ce08571 | 1,053,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
5,766 | 35,335 | Bug 35335 README: [Fonts] DBCS: customized font won't be saved | Driver : RC2 and I20030319 Platform: RedHat 8.0 Professional ja_JP.eucjp locale Steps 1. at Preferences - font, select Text Font, click change button 2. select "jisx0208.1983" for char set, "fixed (kochi)", "12" for size, then click OK button. make sure "kochi-fixed-regular-12" is displayed. 3. click OK 4. get back to ... | 2003-03-20 01:23:26 | 1,048,140,000 | closed fixed | 3e3c36d | 1,053,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java | Eclipse_Platform_UI |
5,767 | 22,274 | Bug 22274 [DND] Navigator should not sync selection with editor on drag | If I have two resources A and B open in their editors, and I try to drag A into B from the navigator view, I cannot. The navigator will flip the active active editor to A, making it impossible to drop on B. It is possible to avoid this by checking the dragsourceevent.doit value during the dragStart callback, and storin... | 2002-08-08 14:16:37 | 1,028,830,000 | resolved fixed | 41f3d9f | 1,053,120,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
5,768 | 37,596 | Bug 37596 [DND] EditorArea DropAdapter not handling DROP_DEFAULT correctly | 1) DND.DROP_DEFAULT is not a valid style - DND.DROP_DEFAULT | DND.DROP_COPY is what you want. In 3.0, with the style DND.DROP_DEFAULT, you will not get any drag and drop events in the DropTarget. DND.DROP_DEFAULT simply means that if there are no modifier keys pressed, the application can choose what operation will be ... | 2003-05-14 11:29:39 | 1,052,930,000 | resolved fixed | c52e4ea | 1,053,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorArea.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java | Eclipse_Platform_UI |
5,769 | 37,463 | Bug 37463 [Navigator] Should not sync with selection in Navigator and Editor | If the resource A is opened by Editor, and the resource B is opened by Editor, whenever the selection is changed bewteen A and B on Navigator, the active Editor is switched. This is very very annoying if the editor supports Drag and Drop. The previous eclipse could control this sync by its preference but this prefs see... | 2003-05-10 11:55:06 | 1,052,580,000 | verified fixed | 1170139 | 1,052,940,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
5,770 | 37,323 | Bug 37323 [Dialogs] Wrong Javadoc for TypeFilteringDialog | R2.1 The Javadoc for TypeFilteringDialog reads: /** * The TypeSelectionDialog is a ... ^^^^^^^^^ | 2003-05-07 09:52:45 | 1,052,320,000 | closed fixed | 90e3216 | 1,052,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java | Eclipse_Platform_UI |
5,771 | 37,155 | Bug 37155 [Preferences] StringButtonFieldEditor should disable button when disabled. | setEnabled() should not only enable/disable the text string, it should also enable/disable the button, or should provide the capability for enabling/disabling the button separately. This problem is most evident when using a DirectoryFieldEditor. After disabling it, the user can still press on the "Browse..." button. | 2003-05-01 18:06:22 | 1,051,830,000 | closed fixed | fcaeabe | 1,052,410,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/StringButtonFieldEditor.java | Eclipse_Platform_UI |
5,772 | 34,245 | Bug 34245 [Preferences] DBCS: "Use System Font" button truncated | Driver: RC2 Platform : RedHat 8.0 Professional, motif, gtk2.2.1 locale : ja_JP.eucjp, ko_KR.euckr, zh_CN.gb18030, zh_TW.big5 Steps get into Preferences - Workbench - Fonts The button "Use System font" is truncated on motif, most of it isn't shown on gtk. | 2003-03-10 02:30:16 | 1,047,280,000 | closed fixed | c3215d2 | 1,052,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java | Eclipse_Platform_UI |
5,773 | 37,277 | Bug 37277 Title Area Dialog requires navigation to the error message | 2.1 it is currently not possible to navigate to an error message. Sceen reader users need to use the JAWS cursor to find the error message and continue. We should 1) Make the label navigable 2) Make the label the next element in the tab order after the next button (we may get this for free). | 2003-05-06 11:57:05 | 1,052,240,000 | closed fixed | 7e9967c | 1,052,250,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
5,774 | 36,780 | Bug 36780 [Dialogs] ElementTreeSelectionDialog does not come up | I created a dialog of type ElementTreeSelectionDialog. I then called open() to open the dialog. But the platform was giving an IlegalArgumentException. I found that there is a field "message" in SelectionDialog(which is an ancestor of ElementTreeSelectionDialog). This is by default set to null. At some point while crea... | 2003-04-22 21:49:08 | 1,051,060,000 | closed fixed | e4acea8 | 1,051,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java | Eclipse_Platform_UI |
5,775 | 36,663 | Bug 36663 IEditorInput.getPersistable() should have a javadoc comment | Now it has a simple /* */ comment. It's a matter of adding another asterisk. | 2003-04-18 13:41:14 | 1,050,690,000 | resolved fixed | 844a30a | 1,051,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IEditorInput.java | Eclipse_Platform_UI |
5,776 | 36,526 | Bug 36526 ErrorDialog leaks a clipboard | Build: 2.1 The JFace ErrorDialog leaks a clipboard instance in the copyToClipboard method: private void copyToClipboard(){ StringBuffer statusBuffer = new StringBuffer(); populateCopyBuffer(status,statusBuffer,0); Clipboard clipboard = new Clipboard(list.getDisplay()); clipboard.setContents( new Object[] {statusBuffer.... | 2003-04-15 14:18:30 | 1,050,430,000 | closed fixed | 6728662 | 1,050,930,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java | Eclipse_Platform_UI |
5,777 | 36,525 | Bug 36525 [DND] ViewerDropAdapter catches Throwable | build R2.1 The drag*/drop* methods overiding DropTargetAdapter in ViewerDropAdapter catch all Throwables and print out the stack trace. Comment in the handleException method states this is a workaround for VAJ. Should remove the exception handling code and allow exceptions to fall through. | 2003-04-15 14:05:15 | 1,050,430,000 | resolved fixed | 7db825a | 1,050,590,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java | Eclipse_Platform_UI |
5,778 | 36,257 | Bug 36257 [Dialogs] ContainerSelectionDialog returns array with null element | null | 2003-04-08 18:09:04 | 1,049,840,000 | closed fixed | c2d8e03 | 1,049,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ContainerSelectionDialog.java | Eclipse_Platform_UI |
5,779 | 36,141 | Bug 36141 Misbehaving property page causes property dialog to fail to open | null | 2003-04-07 11:25:37 | 1,049,730,000 | closed fixed | 862938d | 1,049,900,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
5,780 | 34,769 | Bug 34769 [Navigator] F2/F5 actions not enabled/disabled properly when closing/opening project | null | 2003-03-11 18:37:00 | 1,047,430,000 | resolved fixed | cd413d7 | 1,049,470,000 | 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 bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/PasteAction.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/Works... | Eclipse_Platform_UI |
5,781 | 34,648 | Bug 34648 [DND] file deleted when dropped in editor on Solaris | When a file is dragged from the Navigator view and dropped in an editor on Solaris, it is first deleted from the workspace then the workbench attempts to open the file withing an editor. This attempt is unsuccessful since the file has been deleted. | 2003-03-11 11:32:40 | 1,047,400,000 | resolved fixed | 324caf7 | 1,049,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java | Eclipse_Platform_UI |
5,782 | 35,501 | Bug 35501 [Dialogs] NPE in Organize Imports preference page | RC3a - start an eclipse workspace that contains no projects - Window -> Preferences - go to the Java - Organize Imports page - press New... - in the subsequent dialog press Browse... - in the subsequent dialog press OK - will get the attached exception | 2003-03-21 13:24:21 | 1,048,270,000 | closed fixed | e8040e8 | 1,049,300,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java | Eclipse_Platform_UI |
5,783 | 35,917 | Bug 35917 [JFace] StringConvertor.asDisplayableString should be deprecated | R2.1 This is the same as asString - there is no need to keep it around any longer. It is also not currently in use in the workbench. | 2003-04-01 10:51:37 | 1,049,210,000 | closed fixed | 39d8049 | 1,049,290,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java | Eclipse_Platform_UI |
5,784 | 35,666 | Bug 35666 [JFace] FontRegistry does not provide old/new values when firing changes | I am using RC3b. I am listening to JFaceResources to monitor changes in default dialog font. However, when a property change is fired, the PropertyChangeEvent does not contain the old value. Is there a reason for this? Is this going to be fixed anytime soon? | 2003-03-25 14:43:21 | 1,048,620,000 | closed fixed | 1e70692 | 1,049,230,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java | Eclipse_Platform_UI |
5,785 | 35,117 | Bug 35117 [Key Bindings] Missing command for Project > Properties | build I20030313 The command entry for Project > Properties is missing. In the code, the action has its actionDefinitionId set, but the command is missing from the plugin.xml. The command id is org.eclipse.ui.project.property. Erich, since you reported this, I'm assuming you approve that this be fixed for RC3. | 2003-03-16 23:13:43 | 1,047,870,000 | resolved fixed | 8fb3b43 | 1,048,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ProjectPropertyDialogAction.java | Eclipse_Platform_UI |
5,786 | 35,192 | Bug 35192 Dialog.applyDialogFont should protect itself against null arguments | RC2 Now that many plugins use this method to apply the dialog font to widgets the method should protect itself against null arguments. Normally clients create their widget tree in a method createControl and there are changes that the returned control might be null. Adding a statement Dialog.applyDialogFont (result) wit... | 2003-03-18 05:16:26 | 1,047,980,000 | closed fixed | 3548ffd | 1,048,000,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java | Eclipse_Platform_UI |
5,787 | 34,729 | Bug 34729 [Tasks] [Bookmarks] [Help] F1 help missing for Sort actions | 2.1 RC2 build I20030307 The Sort By and Ascending/Descending actions in the view menu of the Tasks view are missing F1 help. Need to ensure they have a help context id for RC3. Content can go in later for 2.1. They can all share the same help context id. | 2003-03-11 15:26:15 | 1,047,410,000 | resolved fixed | 6da20e6 | 1,047,870,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkNavigator.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/EditBookmarkAction.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/IBookmarkHelpContextIds.java bundles/org.eclipse.ui.views/sr... | Eclipse_Platform_UI |
5,788 | 34,048 | Bug 34048 [Editor Mgmt] reusing editor jiggles | build I20030304 - set reuse editors to 1 - click on a bunch of different files - the editor area jumps around Not sure if this is a workbench or text editor problem. | 2003-03-06 22:52:24 | 1,047,010,000 | resolved fixed | 68316fd | 1,047,660,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java | Eclipse_Platform_UI |
5,789 | 5,297 | Bug 5297 [SWT] GTK does not draw images in table column headers correctly | Width of the columns (left 3 columns) of Task List entries are not resizable, and a DB character will not fit in the same space as a single "C". I suggest that the columns either be made resizable (I know, less desirable), or that the pixel width be parameterized into the properties file. If you choose the latter, plea... | 2001-10-26 14:03:03 | 1,004,120,000 | resolved fixed | 5caf2e3 | 1,047,600,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java | Eclipse_Platform_UI |
5,790 | 34,159 | Bug 34159 [Tasks] First three columns of Task List too wide w/native table | The type, completion, and priority columns of the Task list using the native table widget on MacOS X are much wider than are necessary for displaying the icons in those columns and appear not to be resizable. | 2003-03-07 16:46:22 | 1,047,070,000 | resolved fixed | 4437cb6 | 1,047,590,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java | Eclipse_Platform_UI |
5,791 | 34,453 | Bug 34453 [Key Bindings] Commands within categories are not sorted | null | 2003-03-10 15:51:31 | 1,047,330,000 | resolved fixed | d80aaf5 | 1,047,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeyPreferencePage.java | Eclipse_Platform_UI |
5,792 | 34,715 | Bug 34715 [Linked Resources] [Help] Missing F1 help on Linked Resources pref page | 2.1 RC2 build I20030307 F1 has no effect on the LInked Resources pref page. Need to set a help context id (check other pref pages). | 2003-03-11 14:58:43 | 1,047,410,000 | resolved fixed | 4d6ca57 | 1,047,580,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHelpContextIds.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/LinkedResourcesPreferencePage.java | Eclipse_Platform_UI |
5,793 | 34,646 | Bug 34646 'Advanced>' vs 'Advanced>>' | rc2 any reason why sometimes we have 1 '>' and sometimes 2 '>'s ? example for 1: jproject build properties > source > add folder > create new folder example for 2: select the project, 'New > folder' | 2003-03-11 11:25:40 | 1,047,400,000 | resolved fixed | 99ba9a9 | 1,047,570,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java | Eclipse_Platform_UI |
5,794 | 34,702 | Bug 34702 [Editor Mgmt] Shell title shows file name when closed | Eclipse 2.1 RC2 Attached is an image where you can see all editors are closed, yet the shell title displays the name of a file. I have only seen this happen with linked resources, but it is not 100% reproducable. | 2003-03-11 14:12:40 | 1,047,410,000 | verified fixed | eb95288 | 1,047,570,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
5,795 | 33,942 | Bug 33942 [Decorators] Javadoc for IDecoratorManager#update should state threading requirements | I get an SWTException if I call IDecoratorManager form a thread other then the UI thread. The javadoc should be updated to mention this restriction. | 2003-03-05 23:35:09 | 1,046,930,000 | closed fixed | d75846f | 1,047,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IDecoratorManager.java | Eclipse_Platform_UI |
5,796 | 33,151 | Bug 33151 [Navigator] F2 in Outline does not work | RC1 build - new workspace - new Java project, say no to perspective switch prompt - new Java class Test - position cursor over Test class name in editor - F2 - you get the popup - select class Test in Outline - F2 - no effect - choose Edit / Show Tooltip Description - it works | 2003-02-25 17:07:13 | 1,046,210,000 | resolved fixed | ba7388b | 1,047,500,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/RefactorActionGroup.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java | Eclipse_Platform_UI |
5,797 | 34,690 | Bug 34690 [Editor Mgmt] (regression) Pin gone from editor menu | RC2 Pin is no longer on the editor menu. I consider this a fairly important regression, as it means I can no longer pin an editor with the keyboard. The toolbar item still exists and works fine. | 2003-03-11 13:38:02 | 1,047,410,000 | resolved fixed | 30374a0 | 1,047,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
5,798 | 34,142 | Bug 34142 [Editor Mgmt] Unable to read workbench state due to ArrayIndexOutOfBoundsException in NavigationHistory.restoreState | Build id: 200303071024 Reopening a workspace I created today for testing this build, I got a message saying: "Unable to read workbench state. Workbench UI layout will be reset." I had no crashes in previous sessions. Unfortunately, I couldn't reproduce it anymore. Here is the log file: !SESSION Mar 07, 2003 15:12:59.90... | 2003-03-07 15:42:12 | 1,047,070,000 | resolved fixed | 30fa537 | 1,047,480,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/NavigationHistory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/NavigationHistoryEntry.java | Eclipse_Platform_UI |
5,799 | 34,108 | Bug 34108 build all action is available when auto-build is on | Build id: 200303071024 "Build All" tool bar button and menu option (under Project menu) appear when opening a new workspace, while auto-build preference is on (default). If you turn auto-build preference off, you will end up with two "Build All" buttons and menu options. | 2003-03-07 12:11:05 | 1,047,060,000 | resolved fixed | c212d3c | 1,047,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
5,800 | 6,091 | Bug 6091 [Editor Mgmt] Opening editor can trigger autobuild with no progress | By convention opening an editor does a refreshFromLocal. This can trigger an autobuild as a side effect. I had a workspace that was not built and and autobuild got triggered when opening the first editor. Since there is no progress the workbench was not responsive during around 10 minutes. | 2001-11-20 03:37:08 | 1,006,250,000 | resolved fixed | 3f48c2d | 1,047,000,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
5,801 | 33,912 | Bug 33912 [Properties dialog] Project / Properties menu item | RC1 There have been several requests to have a Project / Properties menu item which opens the properties dialog on the project for the selected resource. This could be done in two ways: 1) A retargetable action, which views and/or editors can implement. 2) An action which tracks the selected resource itself (checking t... | 2003-03-05 16:42:53 | 1,046,900,000 | resolved fixed | 2e4c437 | 1,046,980,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ProjectPropertyDialogAction.java | Eclipse_Platform_UI |
5,802 | 32,038 | Bug 32038 Use shared images for properties, tasks, bookmarks views | null | 2003-02-17 13:01:38 | 1,045,500,000 | verified fixed | 1f8924e | 1,046,980,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkNavigator.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/MarkerUtil.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/taskl... | Eclipse_Platform_UI |
5,803 | 33,938 | Bug 33938 [Linked Resources] IllegalArgumentException in PathVariablesGroup.editSelectedVariable | build I20030304 Was testing out the Linked Resources pref page. Later noticed two occurrences of the following in the log. Managed to reproduce it with: - add a path variable - deselect it (Edit and Remove are disabled) - disable linked resources - reenable them - Edit and Remove are enabled even though the selection i... | 2003-03-05 21:36:21 | 1,046,920,000 | resolved fixed | 251b12a | 1,046,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java | Eclipse_Platform_UI |
5,804 | 33,908 | Bug 33908 [Editor Mgmt] Show file name in title bar | RC1 Due to tab compression, it is sometimes hard to see the name of the file being edited. We should show the current editor's file name in the titlebar. Some issues: A) Should we show the simple name or the full path? I think we should just show the simple name since there's too much other info in the titlebar for a f... | 2003-03-05 16:23:21 | 1,046,900,000 | resolved fixed | 65247b9 | 1,046,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
5,805 | 33,881 | Bug 33881 NPE clicking OK in preferences | I changed the CVS default keyword substitution and got an error when clicking OK. The preference was set and the error is not reproducable. !ENTRY org.eclipse.jface 4 2 Mar 05, 2003 13:30:17.452 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at o... | 2003-03-05 13:38:43 | 1,046,890,000 | closed fixed | 503adcf | 1,046,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorManager.java | Eclipse_Platform_UI |
5,806 | 33,801 | Bug 33801 [Linked Resources] No linked resource info in properties view | build 20030227 The properties view does not show any information specific to linked resource. There is no resolved location item and no linked state item. On the other hand there is no location item either, like there is on the properties dialog info page. Is this simply an oversight or is the properties view intention... | 2003-03-04 14:52:30 | 1,046,810,000 | verified fixed | 676a185 | 1,046,900,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/FilePropertySource.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/IResourcePropertyConstants.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/ResourcePropertySource.java | Eclipse_Platform_UI |
5,807 | 33,858 | Bug 33858 Decorator thread reactivats plugins on shutdown | When the platform shuts down, the decoratgor thread can cause plugins to be reactivated when it is calling dispose on it's decorators. Below is the stacktrace. Can the decorator thread be killed before plugin deactivation begins? Thread [main] (Suspended (breakpoint at line 68 in TeamPlugin)) TeamPlugin.startup() line:... | 2003-03-05 11:46:08 | 1,046,880,000 | closed fixed | a41483f | 1,046,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java | Eclipse_Platform_UI |
5,808 | 32,819 | Bug 32819 eclipse plugin creation crashed - eclipse subsequently hangs on restart | null | 2003-02-24 16:38:45 | 1,046,120,000 | resolved fixed | fd027ef | 1,046,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
5,809 | 32,766 | Bug 32766 [Preferences] Can not map font back to its original setting. | Build id: 200302211557 Open Preference->Workbench->Fonts Select "debug console text" and change it Select "java editor" and change it. Click Apply. Try to map the "java editor" back to its original setting. Note the "Restore Defaults" is going to change all fonts to the default setting which is not the desired behaviou... | 2003-02-24 14:34:53 | 1,046,120,000 | closed fixed | 5610f7c | 1,046,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java | Eclipse_Platform_UI |
5,810 | 32,366 | Bug 32366 Next Editor, Next View, Next Perspective incorrectly centering on multi-monitor systems | The "list widget" that displays when the hot key for "Next Editor", "Next View", and "Next Perspective" is pressed, centers itself across the whole desktop area. For multi-monitor systems (assuming a side by side layout), this means the list appears half on one monitor and half on the other, even though the main workbe... | 2003-02-20 12:38:50 | 1,045,760,000 | resolved fixed | b06879f | 1,046,740,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CyclePartAction.java | Eclipse_Platform_UI |
5,811 | 33,438 | Bug 33438 [Editor Mgmt] Empty error dialog when trying to open a deleted file | RC1 - start with a fresh workspace - create a project and a file - open the file in an editor -> it appears in the history of the File menu - close the editor - delete the project - try to open the deleted file using the history of the File menu -> you get an empty error dialog | 2003-02-27 09:41:33 | 1,046,360,000 | resolved fixed | 5f7db67 | 1,046,730,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ReopenEditorMenu.java | Eclipse_Platform_UI |
5,812 | 31,512 | Bug 31512 [View Mgmt] Fast views missing border | M5 build In Java perspective, converted Package Explorer to fast view, among other views. When activated, it was missing its border (1 pixel wide all the way around). See attached screenshot. Closing the view and re-converting it to a fast view fixed the problem. Problem is not specific to the Package Explorer. Another... | 2003-02-10 22:34:23 | 1,044,930,000 | resolved fixed | eecb923 | 1,046,730,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java | Eclipse_Platform_UI |
5,813 | 33,318 | Bug 33318 [Linked resources] Resolved location should only be shown for linked resources bound to a variable | build RC1 The new folder and new file wizards were changed recently to only show the resolved location when a variable is used. The resolved location field is redundant when a linked resource is not bound to a variable. The location field should show the "(does not exist)" suffix when the link target does not exist. Th... | 2003-02-26 14:06:28 | 1,046,290,000 | verified fixed | 790a31d | 1,046,730,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java | Eclipse_Platform_UI |
5,814 | 33,634 | Bug 33634 NPE on startup of java debug ui plug-in | While launching a runtime workbench, this appeared: ENTRY org.eclipse.core.runtime 4 2 Mar 02, 2003 17:14:54.262 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at at org.eclipse.ui.internal.WorkbenchPage.getActivePartReference (WorkbenchP... | 2003-03-02 18:24:31 | 1,046,650,000 | resolved fixed | 961e299 | 1,046,730,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
5,815 | 33,398 | Bug 33398 [DND] Disable drag copy when multiple selected items do not have the same parent | build RC1 In a file structure: P1 F1 file1 F2 When file1 and F2 are selected the copy menu item is disabled. Drag copy is allowed and works fine. The copy menu item should be enabled. Package Explorer has the same problem. | 2003-02-26 18:30:15 | 1,046,300,000 | verified fixed | 18a343e | 1,046,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java | Eclipse_Platform_UI |
5,816 | 33,488 | Bug 33488 [Preferences] [Help] F1 help should always give help about the selected page | build I20030227 - Window / Preferences - focus is in tree at left - F1 - it gives you help about the dialog, not the selected page - give the selected page focus - F1 - it gives you help about the page F1 should always give you help about the selected page. It should also give help about the dialog at the same time, if... | 2003-02-27 14:55:58 | 1,046,380,000 | closed fixed | 510b0ee | 1,046,720,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
5,817 | 33,309 | Bug 33309 [Linked Resources] Copy/move linked resources with non-existent link targets | build RC1 Copying a project that contains an unresolved linked resource fails with the message "Cannot create linked resource: Local location <link target location> does not exist". Copying an unresolved linked resource fails with the message "Resource is out of sync with the file system: <link name>" | 2003-02-26 13:18:03 | 1,046,280,000 | verified fixed | 83acad2 | 1,046,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java | Eclipse_Platform_UI |
5,818 | 31,913 | Bug 31913 Editor Workbook does not keep selected item visible when switching perspectives | Build id: RC1 Open lots (24 files). Open two perspectives (A and B) in the same window. Layout perspective A to have the outline in the right size of the editor area. Layout perspective B without any view in the right size of the editor area. Select the last editor in perspective A. Switch to perspective B. Switch back... | 2003-02-14 15:53:55 | 1,045,260,000 | resolved fixed | a85e574 | 1,046,450,000 | 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 bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
5,819 | 32,511 | Bug 32511 [Editor Mgmt] DND from task list to Editor causes ClassCastException | Eclipse 20030219 Create a task that is not associated with a file. Drag that task to the editor area The following exception is generated. !ENTRY org.eclipse.ui 4 4 Feb 21, 2003 14:48:51.350 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Feb 21, 2003 14:48:51.366 !MESSAGE org.eclipse.core... | 2003-02-21 14:51:57 | 1,045,860,000 | verified fixed | 74d6bac | 1,046,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
5,820 | 33,085 | Bug 33085 [Preferences] Last page not remembered the second time | RC1 build - Window / Preferences - select the Appearance page - OK - Window / Preferences - Appearance page is still selected - OK - Window / Preferences - Workbench is selected It should always remember the last page, even if the page isn't changed. | 2003-02-25 14:33:05 | 1,046,200,000 | closed fixed | 15c9e41 | 1,046,440,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
5,821 | 33,386 | Bug 33386 [Working Sets] ok disabled in working set selection dialog after editing working set | build RC1 -open the working set selection dialog and create a new working set -select the new working set and close the selection dialog -open the selection dialog again and edit the selected working set without changing the selection -close the working set edit dialog by selecting ok ->The ok button in the working set... | 2003-02-26 17:20:40 | 1,046,300,000 | verified fixed | 092b42f | 1,046,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java | Eclipse_Platform_UI |
5,822 | 32,610 | Bug 32610 Java Editor Font Does not change when Text Editor font changes | 2.1 RC1 The Java editor should use the text font unless explicitly set. 1. Open Java editor 2. Change text font Observe: The Java editor does not use the font indicated on the preference page Note: After restarting the workbench the new font is used. Changing the text editor font resets the Java editor font again. | 2003-02-24 06:02:03 | 1,046,080,000 | closed fixed | b84817a | 1,046,370,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java | Eclipse_Platform_UI |
5,823 | 32,319 | Bug 32319 [Wizards] Changes to New Example wizard | build I20030218 The New Example wizard (File > New > Example...) needs the following changes. 1. Omit top-level Examples category (flatten one level) if there are no direct wizards in that category, only subcategories. 2. If Examples category shown, expand it for free. 3. Change title to "New Example" (name of triggeri... | 2003-02-19 23:02:58 | 1,045,710,000 | closed fixed | 6e3d555 | 1,046,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/NewExampleAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java | Eclipse_Platform_UI |
5,824 | 32,283 | Bug 32283 [Dialogs] widget is disposed in open type dialog | 20030218 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2316) at org.eclipse.swt.SWT.error(SWT.java:2246) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Control.getDisplay(Control.java:731) at org.eclipse.swt.widgets.Widget.isValidThread(Widge... | 2003-02-19 15:19:56 | 1,045,690,000 | closed fixed | 37dd38e | 1,045,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredList.java | Eclipse_Platform_UI |
5,825 | 30,751 | Bug 30751 [Viewers] Closing all projects doesnt clear package browser list [browsing] | In the java browsing perspective, if you close all projects, the packages browser still has a list of all the packages from the last opened project. | 2003-01-31 17:04:04 | 1,044,050,000 | resolved fixed | 6085581 | 1,045,770,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java | Eclipse_Platform_UI |
5,826 | 28,094 | Bug 28094 [MPE] Ruler menu actions do not work on multi-page editor | When a mutli-page editor that contains a text editor as one of its pages contributes actions to the editors ruler menu, these actions do not run when selected. An example of this is in the multi-page editor example (org.eclipse.ui.examples.multipageeditor). To recreate: Install the multi-page editor example. Create and... | 2002-12-11 09:59:42 | 1,039,620,000 | resolved fixed | f5b996f | 1,045,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java | Eclipse_Platform_UI |
5,827 | 32,354 | Bug 32354 LabelProvider dispose() is not called when provider disabled | If you disable the CVs decorator from the preferences the dispose() method is not called on LabelProvider. we would like to hook here to clear some caches when the decorator is not needed. In addition, we expect the lightweight decorator constructor to be called when it is re-activated (which currently isn't the case e... | 2003-02-20 11:19:56 | 1,045,760,000 | closed fixed | 271b6be | 1,045,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java bundles... | Eclipse_Platform_UI |
5,828 | 31,712 | Bug 31712 [Icons] Decorator icon for linked resource with missing/undefined target | null | 2003-02-12 16:20:31 | 1,045,080,000 | resolved fixed | 995a5d4 | 1,045,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LinkedResourceDecorator.java | Eclipse_Platform_UI |
5,829 | 32,198 | Bug 32198 Status line delays 'Cancel' button too much | When application window is used as a runnable context, 'cancel' button does not appear right away. Instead, it is shown when the first progress is drawn. Since it make take a while to call 'internalWorked', this button may not appear for too long an interval. Update UI has the following problem: before connecting to th... | 2003-02-18 21:56:23 | 1,045,620,000 | resolved fixed | cc96853 | 1,045,700,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.