issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
58,910 | Bug 58910 [Contexts] [Javadoc] org.eclipse.ui.contexts issues | Assertions about the design do not help understanding in class comments Collections should mention the types they contain I have no idea what IContextBinding is binding to Not sure what an IMutableContextManager is for IWorkbenchContextSupport is missing much of its javadoc WorkbenchPartSite has deprecated code and nee... | verified fixed | 322f1c6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/ContextEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/ContextException.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/ContextManagerEvent.java", "bundles/org.eclipse.ui.workbenc... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-23T18:40:15Z | 2004-04-16T18:26:40Z |
59,782 | Bug 59782 [Progress] Deadlock in reentrant workspace.run | build I20040420-1300 - started eclipse in Java perspective - I believe I selected a project in the packager explorer, then chose Window > Preferences - when the prefs dialog came up (with the Workbench page selected), I then got a progress dialog - it showed a waiting user operation and a waiting workspace build Full t... | verified fixed | d0485e8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDia... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-23T16:00:54Z | 2004-04-23T14:20:00Z |
58,861 | Bug 58861 [Javadoc] Activities API doc problems | IActivity The handle-based nature of this API allows it to work well with runtime plugin activation and deactivation, which can cause dynamic changes to the extension registry. isDefined give no idea what defined means removeActivityListener unregisters is not a word IActivityActivityBinding really bad name but it may ... | closed fixed | a589b4e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityManagerEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/CategoryEvent.java", "bundles/org.eclipse.ui.wor... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-23T14:27:55Z | 2004-04-16T15:40:00Z |
59,595 | Bug 59595 Clean does not work | I2004041300 Clean and build operations no longer work: I can select all or some projects but nothing happens. I tried several of my existing workspaces. Using auto-build on or of does not help. And to make it worse: the preference to bring back the old Rebuild All... actions has gone. Nothing in .log or console. | resolved fixed | d6ceae4 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-22T20:20:07Z | 2004-04-22T07:46:40Z |
56,637 | Bug 56637 [Preferences] DialogMessageArea image is too large | Is the background color of the error shown by DialogMessageArea to be changed? Or do you intend to leave it as it is right now? The error message looks a little out of place in the current implementation (being surrounded by white space). | resolved fixed | c81847d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-22T20:15:37Z | 2004-03-29T19:53:20Z |
56,375 | Bug 56375 [EditorMgmt] Editor dropdown shortcut not working when dropdown button not shown | When using the keyboard it makes sense to have access to the dropdown even if all tabs of the open editors are shown. | resolved fixed | b0026c3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/EditorPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-22T02:00:00Z | 2004-03-26T16:53:20Z |
56,535 | Bug 56535 [Workbench] No separator between part trim and its content is difficult on the eyes | I'm finding the console view in Milestone 8 of Eclipse 3.0 is difficult on the eyes as the default blue text in the console appears to blur into the grey console header (see current.PNG). A dark line (something like in proposed.PNG) between the header and console output would provide some much needed visual separation. | resolved fixed | 7f5de39 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/TabFolderLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-22T00:53:06Z | 2004-03-29T08:46:40Z |
58,901 | Bug 58901 [Commands] [Javadoc] org.eclipse.ui.commands issues | All classes have an assertion about being handle based which offers no functional information. Many are also listed as experimental - this should be removed. Should use deregister rather than unregister. ICategory not detailed enough in description ICategoryListener does not mention how it is used. ICommand should ment... | verified fixed | 556480d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/AbstractHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/CategoryEvent.java", "bundles/org.eclipse.ui.workbench/Ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-21T21:41:32Z | 2004-04-16T18:26:40Z |
45,811 | Bug 45811 [Dialogs] Problematic behavior of WorkbenchPreferenceDialog.setShellSize() | I20031023 MacOS X 10.3 - in Panther open Window > Preferences > Ant > Editor Observe: all hell breaks loose... I had to restart my machine and lost work! Two problems here: - a width of 12902 and a height of 16909 is passed to WorkbenchPreferenceDialog.setShellSize() (why this is the case needs further investigation) -... | closed fixed | fe47672 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-21T20:07:13Z | 2003-10-30T16:06:40Z |
47,586 | Bug 47586 [Jobs] EventLoopProgressMonitor should use an exception handler | null | closed fixed | c22a905 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-21T14:22:33Z | 2003-11-26T20:53:20Z |
58,597 | Bug 58597 [Workbench] EditorPresentation throws NPE when EditorPart returned null for ToolTip | When an Editor Part returns null from getToolTip() method EditorPresentation.getLabelText() throws NPE if the "Show Multiple Editor Tabs" preference is not checked. java.lang.NullPointerException at org.eclipse.ui.internal.presentations.EditorPresentation.getLabelText (EditorPresentation.java:146) at org.eclipse.ui.int... | resolved fixed | 77b02fd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PresentableEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PresentableViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java", "bu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-21T04:02:34Z | 2004-04-15T03:33:20Z |
58,042 | Bug 58042 NPE in BasicStackPresentation$10.handleEvent | build I20040407 While playing around with the browser example under debug, I saw the following in the console. Not sure exactly what gesture caused it, but I wasn't doing anything fancy. Just opening and closing views. Looks like the currentListener is not getting properly nulled out. !SESSION Apr 09, 2004 15:09:29.925... | resolved fixed | 0f87031 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/PresentationUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-21T02:10:43Z | 2004-04-09T19:46:40Z |
58,095 | Bug 58095 [Preferences] Selecting pref page moved dialog to other screen | When I move the preferences dialog to my secondary screen and change a prefpage, the entire dialog moves back to my primary screen and "hugs" the right border of the main screen. | resolved fixed | b97823b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-20T17:50:19Z | 2004-04-11T10:40:00Z |
59,151 | Bug 59151 [Intro] NPE from Help -> Introduction | eclipse-SDK-N20040416-win32.zip 1) Launch clean workspace. 2) close Resource perspective (ie: no persectives are open). 3) Go to Help-> Introduction NullPointerException in console. | closed fixed | 61343cd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IntroAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-20T16:04:38Z | 2004-04-19T21:26:40Z |
45,438 | Bug 45438 [Dialogs] TwoPaneElementSelector doesn't respect validator | TwoPaneElementSelector doesn't properly update button enablement if setValidator(ISelectionStatusValidator) is used. AbstractElementListSelectionDialog declares: protected void handleSelectionChanged() { validateCurrentSelection(); } TwoPaneElementSelector overrides this with: protected void handleSelectionChanged() { ... | resolved fixed | 597a28c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-20T15:54:00Z | 2003-10-23T11:53:20Z |
59,030 | Bug 59030 Where did exit code 15 go? | Build: I-20040313 Once upon a time, if you launch Eclipse on a workspace that is already in use, the launch used to fail with exit code 15. The runtime would then display an informative message. Similarly, in the runtime workbench situation, PDE would display a message like: "Launch failed because the the workspace ass... | resolved fixed | 243d3a3 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-20T14:21:37Z | 2004-04-19T07:33:20Z |
50,963 | Bug 50963 CheckedTreeSelectionDialog: Select All/Deselect all not working | 20040130 - Open a CheckedTreeSelectionDialog with setContainerMode(false). - Press select all / deselect all: Only the root element is selected/deselected (Note that this is the right thing to do in the setContainerMode(true)) | closed fixed | dcbf37c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T20:33:36Z | 2004-01-30T13:40:00Z |
58,981 | Bug 58981 [Progress] ErrorNotificationDialog didn't find the detail information | I didn't find the detail error information for an error in the ErrorNotificationDialog. The support to get at this information is "hidden" in a context menu of the table. The patch below makes the action more easily accessible from a button. Changes: * adds a Show... button to show the currently selected error * adds a... | closed fixed | b98f3f6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T20:27:29Z | 2004-04-17T13:53:20Z |
59,049 | Bug 59049 [Contexts] WorkbenchContextSupport doesn't register new dialog shells as TYPE_DIALOG | null | resolved fixed | 01c74c7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T20:20:32Z | 2004-04-19T10:20:00Z |
58,991 | Bug 58991 [intro] [Javadoc] review ui.intro API | Review the ui.intro API. | closed fixed | 68513f9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/intro/IIntroManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/intro/IIntroPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/intro/IIntroSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T19:44:40Z | 2004-04-17T19:26:40Z |
56,860 | Bug 56860 [WorkingSets] Not Display Working Set Wizard Banner Image | I create new Resource Working Set when, display mini red box. Not display banner image for resource working Set wizard dialog. | closed fixed | a729553 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T19:29:12Z | 2004-03-31T05:13:20Z |
58,662 | Bug 58662 System Jobs showing in progress viewers | We should not show system jobs outside of the progress viewer | verified fixed | 308967b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsD... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T18:47:11Z | 2004-04-15T14:40:00Z |
58,942 | Bug 58942 Rewording in blocked jobs dialog | Attached are the patches I made to the BlockedJobsDialog to achieve the wording we agreed on. It also removes the cancel button when the new progress viewer is being used, and left-justifies the centre-justified text that Erich pointed out as being unusual. | verified fixed | 110a443 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T17:58:47Z | 2004-04-16T21:13:20Z |
58,542 | Bug 58542 Dangerous change to setSystem in MarkersViews | In MarkerView.refresh() there is the line uiJob.setSystem(true); Which may happen after the uiJob has run. As a result it is possible that it is not being used to decrement the count of jobs and the progress monitor can run forever. | closed fixed | af7e34a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-19T14:51:30Z | 2004-04-14T19:13:20Z |
54,450 | Bug 54450 requestInUI seems to have a race condition (fails most times) | I'm trying to exercise the job API that lets me query the user via a UI job and the requestInUI call. I get no Status back from the call unless I step through the logic in the debugger. Only then do I get a non-null return from the method. This is my logic: private boolean askUserForHelp() { UIJob uiJob = new UIJob("He... | resolved wontfix | 1d25b7d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressFeedbackManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-15T23:01:22Z | 2004-03-11T13:00:00Z |
48,660 | Bug 48660 DeferredTreeContentManager hard to reuse | I20031210 If this class had the option of passing in a custom IElementCollector, it would be much easier to reuse for custom tree viewers. Currently the IElementCollector calls a private method that cannot be overridden. In fact, it is impossible to subclass this class because most of its implementation is private. I a... | closed fixed | 083fe94 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-15T20:23:53Z | 2003-12-12T20:13:20Z |
58,297 | Bug 58297 Need to invert wording of Run In Background preference | Show user dialog should be run in background | closed fixed | e4cb654 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java", "bundles/org.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-15T19:53:59Z | 2004-04-13T15:26:40Z |
56,196 | Bug 56196 [Progress] Cannot create file when using repository | I200304250010 1) Create a new workspace 2) Add a repository connection 3) Create project A 4) Check out a larger project B While the check out is running 5) File>New>File 6) Select project B 7) Add a name 8) Press Finish -> File cannot be created because this is blocked by a background operation | verified fixed | 25befbe | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-15T12:15:53Z | 2004-03-25T18:40:00Z |
58,558 | Bug 58558 [ActivityMgmt] defaultEnabled activities do not have their state persisted properly | M8 If an activity has a defaultEnabled setting, the activity persistance helper sets the default as true. However, a few lines later we check to see if the store.getBoolean() is true and enable the activity. We also need to confirm that it's not default, otherwise defaultEnabled activities are turned on with every rest... | closed fixed | 46b9ca5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-14T20:50:27Z | 2004-04-14T22:00:00Z |
58,309 | Bug 58309 workspace builds are not completing | Build I20040413 (0800) Builds are behaving poorly. I did Build All. The progress dialog says that it is WAITING: Building Workspace, but it's not doing a thing for several minutes now. I hit Cancel; the progress dialog disappears. Do a Build All. Same thing, but now there are two WAITING: Building Workspace entries. | verified fixed | 011a48b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-14T18:08:41Z | 2004-04-13T15:26:40Z |
56,282 | Bug 56282 [FastView] Cannot drag tab folder onto fastview bar | It should be possible to turn all the views in a tab folder into fastviews by dragging the folder onto the fast view bar. This was possible in 2.1 but is no longer possible. | resolved fixed | 3022096 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-14T03:54:50Z | 2004-03-26T03:00:00Z |
17,242 | Bug 17242 [View Mgmt] Inconsistency dragging fast views | Build: 20020521 Steps: 1. Make a view a fast view (leaving several views as non-fast views). 2. Maximize an editor. 3. Minimize the fast view. 4. Drag the fast view icon over the maximized editor. The editor should be restored to it's original size so the user has the oppertunity to drag the fast view over one of the o... | resolved fixed | 456d7d7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-14T01:58:17Z | 2002-05-23T13:20:00Z |
58,216 | Bug 58216 [Progress] should show busy cursor first when #showInDialog | It seems that when a user job runs the dialog shows immediately. It results in a flashy dialog when the jobs run quickly. I thought you had suggested that the busy cursor should be shown for a while first. | closed fixed | c88b168 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSitePro... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-13T18:22:15Z | 2004-04-13T01:33:20Z |
58,203 | Bug 58203 Leak from ProgressManager.runnableMonitors | ProgressManager and its static var runnableMonitor cause many objects to be leaked. On line 438 of ProgressManager, the JobMonitor is stored in the map with a key of the job. The only remove that occurs is on line 175 but the key that is used to remove is the JobManager instance and not the job. I believe line 175 shou... | verified fixed | 8c1bb05 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-13T12:04:31Z | 2004-04-12T20:00:00Z |
54,928 | Bug 54928 NPE on switching perspective for debugging | I received this NPE when switching from the Java perspective to the debug perspective after launching a program and hitting a breakpoint. I have set to switch always. In my target on the HEAD code. java.lang.NullPointerException at org.eclipse.ui.internal.PerspectivePresentation.addPart (PerspectivePresentation.java:20... | resolved fixed | 66313ff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-13T01:47:38Z | 2004-03-16T01:20:00Z |
50,627 | Bug 50627 [Preferences] Bug when disabling RadioGroupFieldEditor | If I disable a RadioGroupFieldEditor in the initialize of a FieldEditorPreferencePage, the label of the group gets added to the preference page at the bottom. The problem is that the method FieldEditor#getLabelControl (Composite) creates a label control. In general, this is correct but a radio button group uses a diffe... | resolved fixed | eb29100 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/RadioGroupFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T18:33:06Z | 2004-01-26T18:00:00Z |
48,400 | Bug 48400 [Dialogs] MessageDialog needs javadoc for returnCode == -1 | org.eclipse.jface.dialogs.MessageDialog extends handleShellCloseEvent() and sets a returnCode of -1 when the dialog is closed without pressing a button (pressed esc key or clicked close box). This special returnCode needs to be commented in JavaDocs, since it is an unexpected result (and already caused problems). I sug... | closed fixed | 42fd12c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T18:12:19Z | 2003-12-10T09:53:20Z |
57,457 | Bug 57457 Should "Customize Perspective..." show non-enabled activities. | M8 - turn off the PDE actvities - open the Window > Customize Perspective... dialog - note that the PDE items appear in the list should they? If so why? | closed fixed | 1321d18 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T16:19:23Z | 2004-04-05T15:46:40Z |
58,041 | Bug 58041 [ActivityMgmt] Activites not filtering org.eclipse.ui.popupMenus contributions | I've got several popupMenu contributions that I can't get activities to filter. I've stepped through the code and haven't seen any place where activities are checked. | closed fixed | 19248a1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T15:39:53Z | 2004-04-09T19:46:40Z |
57,600 | Bug 57600 New user progress dialog needs to check if it needs to close | The done() method on the ProgressMonitorFocusJobsDialog is still running even if the workbench is shutdown. java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule (JobManager.java:639) at org.eclipse.core.internal.jobs.InternalJob.schedule (InternalJob.jav... | verified fixed | 905d93c | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/GlobalBuildAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T15:22:43Z | 2004-04-06T16:46:40Z |
34,819 | Bug 34819 [CellEditors] DialogCellEditor incorrectly displayed in TableViewer - RC2 bug | Bug appeared on migration from M4 to RC2 - Linux GTK platform, JDK 1.3.1 Table has 2 columns, multiple rows column 0 : text display with TextCellEditor (arbitary text) column 1 : text display with subclass of DialogCellEditor - opens a FileDialog Steps: 1 - all rows/column have data set 2 - select column 1 - DialogCell... | verified fixed | e290bdb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T15:16:42Z | 2003-03-12T14:40:00Z |
57,484 | Bug 57484 [Progress] User jobs should be top priority | We should set user jobs to highest priority in our sorting for the progress viewers | verified fixed | 44ea573 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-12T14:26:49Z | 2004-04-05T18:33:20Z |
57,456 | Bug 57456 [Activities] New Wizard should show items from enabled actiivties by default | without checking the "Show All Wizards" button the items that are part of the enabled activities should also appear in the dialog below the Primary items. | closed fixed | 4cf956c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/FilterableObject.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardActivityFilter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-11T19:05:58Z | 2004-04-05T15:46:40Z |
56,484 | Bug 56484 [Fonts/Colors] Theme API cannot rely on JFaceResources. | I've been poking around and it seems like the theme code would be much better off living in JFace. We currently have a lot of JFace code that directly accesses JFaceResources.blah() and thereby bypasses the theme logic entirely. Certain dialogs wont respond to theme changes because of this. However, if we moved the bul... | closed fixed | fe009a8 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IThemePreview.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ExtensionEventHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-10T23:41:57Z | 2004-03-27T23:26:40Z |
56,281 | Bug 56281 [ViewMgmt] View message is now the full title instead of the string between ()'s | 200403251651 Note that all views that add a message (via using "()"'s in their title) now show the entire title string instead of the contents of the "()"'s. This is hard to explain. Image forthcoming. | resolved fixed | 415067e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PresentableEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PresentableViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java", "bu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-09T05:25:45Z | 2004-03-26T03:00:00Z |
56,829 | Bug 56829 CBanner not sized correctly after coolbar wraps | I20040330 If I resize my eclipse window such that one of the toolbars in coolbar on the left side of the CBanner wraps to the next line, the size of the client area below does not get reisized smaller. The CBanner then cuts off the title bars on the views. A screenshot is attached. Similarly, by maximizing from this st... | verified fixed | 52e96a7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-09T00:09:23Z | 2004-03-30T20:53:20Z |
57,907 | Bug 57907 [Progress] NPE in workbenchsiteprogressmanager | I got a bunch of these in my log. Running from HEAD today. Not sure what triggered this. ===================================================================== java.lang.NullPointerException at org.eclipse.ui.internal.progress.WorkbenchSiteProgressService.incrementBusy(WorkbenchSiteProgressService.java:265) at org.eclip... | verified fixed | 98b4c21 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-08T15:43:51Z | 2004-04-08T16:00:00Z |
52,159 | Bug 52159 [ActivityMgmt] Activity entry in window menu needs to be defined in object contribution | We should move the activity configuration menu entry to an object contribution in the IDE plug-in so that other applications do not have to have it or hack the UI. | closed fixed | 017e0fe | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ActivityEnablerAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-08T14:07:58Z | 2004-02-16T16:46:40Z |
49,700 | Bug 49700 [Dialogs] creating working set leaks an image | M6 - press the Search toolbar button - in the subsequent dialog select Working Set, press Choose... - in the subsequent dialog press New... - in the subsequent dialog select either Java or Resource, press Next - Cancel, Cancel, Cancel sleak says that the Image in the wizard's banner is leaked each time this is done. He... | verified fixed | 512ed5f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-07T13:40:32Z | 2004-01-08T16:40:00Z |
57,532 | Bug 57532 IllegalStateException disposing theme manager | build I20040330 + latest from head - ran the StartupTest suite - on shutdown, I got the following. The problem is that it is trying to access the Workbench during a disposeExec, but the Workbench has already been shut down by the time the Display is disposed. Recommend calling the theme manager's dispose directly from ... | closed fixed | d9f96fc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T18:58:53Z | 2004-04-06T02:53:20Z |
57,579 | Bug 57579 [Progress] Run in Background should animate to progress indicator | We need to animate the pressing of the Run In Background button down to the progress indicator | verified fixed | ef74004 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T16:02:54Z | 2004-04-06T14:00:00Z |
56,961 | Bug 56961 [Workbench] EarlyStartupRunnable.getExecutableExtension() references runtime internals | M7 build The reflect code in EarlyStartupRunnable.getExecutableExtension() refers to classes that are internal to the runtime: private static final String EXTENSION_CLASS = "org.eclipse.core.internal.registry.Extension"; //$NON-NLS-1$ private static final String PLUGIN_DESC_CLASS = "org.eclipse.core.internal.plugins.Pl... | resolved fixed | 935afa4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EarlyStartupRunnable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T14:06:44Z | 2004-03-31T19:06:40Z |
57,384 | Bug 57384 [RCP] Main window not active on startup, IWindowListeners never receive windowActivated | I created a plugin that uses the org.eclipse.ui.startup extension point. In earlyStartup(), I add myself as a window listener. At this point, getWorkbench().getActiveWorkbenchWindow() returns null, but I never receive a windowActivated event. It seems like one of these things should be working differently. | resolved fixed | f765643 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T04:05:59Z | 2004-04-04T09:13:20Z |
56,010 | Bug 56010 [Workbench] Startup extension point should handle multiple <startup> elements | null | resolved fixed | 71d12e3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EarlyStartupRunnable.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T03:45:41Z | 2004-03-24T20:26:40Z |
56,028 | Bug 56028 [Preferences] Move startup/shutdown prefs from Workbench pref page to Startup | build I20040324 Q from Julian: Do you think the Prompt for Workspace and Refresh workspace options are better placed one the "Startup" preference page? A from Nick: Not a bad idea. It would help clean up some of the clutter on the main page. I'd be inclined to move "Confirm exit when closing last window" there too and ... | resolved fixed | 47a95e1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEStartupPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T03:12:16Z | 2004-03-24T20:26:40Z |
54,548 | Bug 54548 [About] About dialog should obtain info from IProduct and IBundleGroup instead of platform configuration | null | resolved fixed | 922a37e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/AboutBundleData.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/AboutBundleGroupData.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/AboutData.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/Abo... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-06T02:11:45Z | 2004-03-11T21:20:00Z |
57,454 | Bug 57454 "show intro" preference not saved until shutdown | M8 As a general rule of thumb, if a plug-in changes a preference value then it should save it immediately. (or when the user hits OK/Apply in the prefs page, etc etc) When you start M8 and close the Intro page, I noticed that the ui.ide preferences are not saved until the workbench is shutdown. | closed fixed | 43001cd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-05T20:49:22Z | 2004-04-05T15:46:40Z |
54,445 | Bug 54445 [Jobs] Duplicate search marker jobs | Build 20040310 While doing operations, I got locked while a build was running. Looking at the progress, I observed there were 3 instances of a searching marker job in the queue, awaiting to proceed. The scheduling of these search jobs should be smart enough to avoid stepping on itself. If it is already scheduled, it sh... | verified fixed | 6801238 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/RestartableJob.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-05T19:12:55Z | 2004-03-11T13:00:00Z |
50,723 | Bug 50723 [Preferences] Autorefresh polling preference presentation | Build 20040127 The way the polling preference is presented makes it look like the autorefresh feature relies on polling to do its job. Unless things have changed since Jed wrote it, however, autorefresh normally doesn't poll at all, but relies on natives for "interrupt-driven" updates. The polling preference should som... | verified fixed | d9f077f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/WorkInProgressPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-05T17:12:14Z | 2004-01-27T21:46:40Z |
57,425 | Bug 57425 TreeViewer doesn't implement IFontProvider | TableViewer implements IFontProvider to support the new SWT feature to set the font for items. TreeViewer doesn't provide a corresponding implementation. Patch: Index: TreeViewer.java =================================================================== RCS file: /home/eclipse/org.eclipse.jface/src/org/eclipse/jface/view... | closed fixed | 3e1a55d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-05T16:13:24Z | 2004-04-05T07:26:40Z |
57,314 | Bug 57314 [Workbench] [Contexts] Dialog Shell retained in memory by EnabledSubmissions | Using OptimizeIt, each time I open and close the Debug launch configurations dialog, 1 Shell is leaked, 20 EnabledSubmission are leaked. The shell is referenced as the active shell from the 20 EnabledSubmissions that remain in the enabledSubmissionsByContextId map of WorkbenchContextSupport. On the close of the launch ... | resolved fixed | b2d2afc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-05T15:07:42Z | 2004-04-02T21:06:40Z |
46,996 | Bug 46996 [Jobs] Machine Speed Preference | I20031119 It seems that teams are now using that preference to decide whether a job is run in the background or not. This is not what the preference tells me: it says it controls how many jobs can be run in the background and not which kind of jobs. If this really controls which kind of jobs run in the background then ... | verified fixed | ee5c00a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/WorkInProgressPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-05T14:57:36Z | 2003-11-19T16:40:00Z |
55,162 | Bug 55162 IPresentablePart needs to be able to opt out of done state | 20040317 We need to be able to allow an IPresentablePart to opt out of showing bold when it is done. Currently any part that is not the focus part will show bold when it is done. For the marker views in particular this is only desired when the markers change. | verified fixed | 2c6a1fc | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-02T21:48:25Z | 2004-03-17T21:46:40Z |
55,090 | Bug 55090 [Progress] How to show busy in multiple instances of the same view | Currently to get the view busy indicator you have to schedule a job in a workbench part. But what happens when there are multiple instances of a view created, which view should be busy. Ideally, you could instead associate a view type with a job. | verified fixed | cd7c319 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/IJobBusyListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-02T21:14:21Z | 2004-03-17T13:26:40Z |
54,748 | Bug 54748 progress, background operations, and novice users | Build I20030304 There has been much discussion elsewhere about insufficiently visible progress indications for builds. I'd like to raise a more general issue about the kind of feedback that will help novice users of Eclipse. If it helps, think of my mom as the user (you can imagine that she's not too comfortable with c... | verified fixed | 4c26d9e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-02T16:11:36Z | 2004-03-13T23:20:00Z |
54,231 | Bug 54231 [EditorMgmt] CTabFolder now adds margin around page controls | Something happened in I20040309. The new CTabFolder adds what looks like a 5- pixel margin to the controls. For example, create a new Hello, WOrld plug-in and take a look at PDE multi-page editor. You can easily notice the margin at the top-right corner because the gradient image does not start at 0,0. This is a regres... | resolved fixed | c1d7439 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-02T14:50:12Z | 2004-03-10T00:53:20Z |
55,243 | Bug 55243 [Colors/Fonts] Configuring colors when a theme is active is problematic | Currently the color/font page uses the default definitions for determining whether a color or font is set to the default value. This is wrong - the definitions needs to be the base definitions merged with teh theme overrides. | closed fixed | 352be4e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-01T19:54:30Z | 2004-03-18T17:13:20Z |
56,887 | Bug 56887 [KeyBindings] StyledText gets key event when pressing Ctrl+O | null | verified fixed | 30cb25d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-01T16:18:27Z | 2004-03-31T10:46:40Z |
53,492 | Bug 53492 NPE in FastViewBar$3.handleEvent | build 20040225 - new window - close all perspectives - click on fast view bar Get the following in the log. It should check for null from getActiveWorkbenchPage() and getActivePerspective(). !ENTRY org.eclipse.ui 4 0 Mar 02, 2004 11:03:55.140 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerExcepti... | resolved fixed | fe50358 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-01T02:00:01Z | 2004-03-02T15:06:40Z |
55,213 | Bug 55213 [FastView] The "orientation" option for fastviews is too hard to find | I20040317 Title says it all. It happened after updating and old workspace to I20040317. After starting it I had the fast view bar at the bottom, also I closed the workbench the last time with having the bar at the left | resolved fixed | b032793 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse",... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-01T01:35:49Z | 2004-03-18T14:26:40Z |
54,390 | Bug 54390 [KeyBindings] Delete prompts twice | I20040310 1) Create a simple project with a text file 2) Select the file in the navigator and hit DEL key 3) At the confirm prompt, click no -> It prompts a second time. Perhaps the delete key is now being dispatched twice? | verified fixed | d7697c1 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/RefactorActionGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-31T21:45:43Z | 2004-03-10T20:20:00Z |
56,593 | Bug 56593 TableItem.setFont() causes cels to be rendered with ellipsis even when they aren't necessary | M8 See the following example and note that the second table (with the fonts set) has ellipis even when there is plenty of space. /** * @since 3.0 */ public class TableItemTest { public static void main(String [] argv) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLay... | resolved fixed | 5a6ad00 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-30T20:26:53Z | 2004-03-29T17:06:40Z |
56,722 | Bug 56722 [Fonts/Colors] Confirm Activity dialog does not use dialog font | Reached through: clean workspace File/Import... External Plug-ins and Fragments | closed fixed | 633b72b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/EnablementDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-30T18:48:09Z | 2004-03-30T12:33:20Z |
55,226 | Bug 55226 [Intro] Finish javadoc/schema doc | null | closed fixed | 20361d9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IIntroConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IIntroDescriptor.java", "bundles/org.eclipse.ui.workbench/E... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-30T16:15:26Z | 2004-03-18T14:26:40Z |
55,201 | Bug 55201 [FastView] Clicking on empty editor area does not close fast view | I200403171300 Clicking on empty editor area does not close fast view | resolved fixed | 0b0544c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-30T03:03:19Z | 2004-03-18T08:53:20Z |
56,396 | Bug 56396 View titlebars waste 1 pixel | When a view toolbar is aligned with the tabs, there is 1 pixel of empty space below the toolbar. | resolved fixed | f5677f5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/TabFolderLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T23:14:47Z | 2004-03-26T19:40:00Z |
55,412 | Bug 55412 [DND] Editor drop target too small | Grabbing an editor tab and dragging it towards a border of the container makes it possible to split the editor pane and attach the dragged editor to the desired side. I find that the drop target area is too small. It frequently takes several passes with the mouse to get the little arrow to show. This appears to be less... | resolved fixed | 629b7d0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui.workbench/E... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T22:54:18Z | 2004-03-19T18:13:20Z |
52,957 | Bug 52957 [KeyBindings] Keybinding Service consumes keystrokes for unregistered commands | null | verified fixed | 7dab5f5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RetargetAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Command.java", "bundles/org.eclipse.ui.workbench/Ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T19:47:46Z | 2004-02-24T16:26:40Z |
56,616 | Bug 56616 [Wizards] Description area of new wizard should eat all vertical space if there is no image | M8 As it is, it will only take up (roughly) the top half of the window. This needs to be bigger. | closed fixed | 5fe4981 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T18:58:10Z | 2004-03-29T19:53:20Z |
56,615 | Bug 56615 [Wizards] New Project Wizard Dialog Labels are Staggered by 4 Pixels | This has been bugging me for a bit. The "Wizards:" and "Description:" labels do not align vertically. The "Wizards:" label is positioned four pixels above the "Description:" label. | closed fixed | 92ba296 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T18:35:51Z | 2004-03-29T19:53:20Z |
56,577 | Bug 56577 [Colors/Fonts] Importing color preferences is not applied until restart | null | closed fixed | 6949311 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/CascadingColorRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/CascadingFontRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferenc... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T17:51:15Z | 2004-03-29T14:20:00Z |
56,454 | Bug 56454 [Activities] Configure Activities dialog does not use dialog font | Reached through: Window/Configure Activities... | closed fixed | 2d2ce6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ActivityEnablerAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T16:43:36Z | 2004-03-27T12:20:00Z |
55,894 | Bug 55894 [ActivityMgmt] IDEWorkbenchActivityHelper is initialized too early | 200403240010 The IDEWorkbenchActivityHelper is initialized via Workbench.init() (in a call to advisor.basicInitialize(getWorkbenchConfigurer())) Several lines later activityHelper = ActivityPersistanceHelper.getInstance() is called. This has the effect of storing the saved activity enablement states. The IDE helper sho... | closed fixed | 0018676 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T15:39:04Z | 2004-03-24T14:53:20Z |
55,799 | Bug 55799 [Intro] When new welcome is available, don't show the old one | One of the M8 candidate builds (any): 1) Open Eclipse on a new workspace 2) Close the new Welcome when it opens 3) Close Eclipse 4) Open Eclipse again. Observe: the old Welcome editor is opened. Expectation: when a product has a valid Intro, old welcome should never be shown. | closed fixed | 28b859f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T15:30:51Z | 2004-03-23T22:13:20Z |
55,877 | Bug 55877 [preferences] Remove temporary rebuild preference | I200403240010 It is not clear whether this preferences enables the feature just for some minutes or until it gets finally removed (I assumed the latter). | verified fixed | 226f30d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/WorkInProgressPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-29T14:19:20Z | 2004-03-24T14:53:20Z |
56,455 | Bug 56455 [Preferences] Appearance Pref Page "Current Theme" label does not use dialog font | null | closed fixed | e747957 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-27T22:52:16Z | 2004-03-27T12:20:00Z |
56,075 | Bug 56075 [Wizards] New project wizard; Next enabled with no selection | I200403240800 In a new workspace, File>New>Project Click "Show All Wizards" In Simple, select "Project" Click "Show All Wizards" to turn it off No selection but Next is still enabled. | closed fixed | 943bf56 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-27T13:14:37Z | 2004-03-24T23:13:20Z |
55,905 | Bug 55905 [EditorMgmt] WorkbenchPage#lastActiveEditor keeps reference on editor after closing all editors | I200403240800 After opening/using ~6 editors and then closing all, I found WorkbenchPage#lastActiveEditor referencing an editor. | resolved fixed | 704a8e6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-26T04:45:47Z | 2004-03-24T14:53:20Z |
56,166 | Bug 56166 Defaults for M8 | Need to be multiple tabs for editors Traditional Look | resolved fixed | ff7e606 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-26T03:41:23Z | 2004-03-25T15:53:20Z |
55,933 | Bug 55933 [DetachedView] detached views associated with wrong window | Build id: 200403240800 - open a second IDE with Window -> New Window - detach a view in the new window by dragging The view cannot be reattached to the new window, but will go into the original window. As a side effect, closing the second window will not close the detached view (closing the original window will close t... | verified fixed | b95a802 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T21:41:29Z | 2004-03-24T17:40:00Z |
56,112 | Bug 56112 mainwindow freezes when maximizing fastview | i2004-03-24 + pluginexport + quickfixpatch steps to reproduce: - open clean workbench - open a view (e.g. problems view) - make view a fastview - open the fastview - maximize view with ctrl-m observed behavior: the menubar and the fastviewbar are still updated and usable, the editorarea and the area where the views are... | verified fixed | 5b182cc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MaximizePartAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T21:22:31Z | 2004-03-25T10:20:00Z |
55,927 | Bug 55927 [ViewMgmt] [RCP] Should not be able to detach fixed views | Build id: 200403220800 Using the RCP browser example I was able to drag the view away from the RCP window to get a detached view. The perspective was declared as fixed, so this should not be possible. Also, I was not able to reattach the view by dragging it back to the window. The system menu -> move -> tab group is st... | verified fixed | c3d4f98 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuMove.java", "bundles/org.eclipse.ui.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T20:45:54Z | 2004-03-24T17:40:00Z |
56,193 | Bug 56193 View toolbar is being repainted when the console is displaying something | I200404250800 I have a script that displays a lot of things in the console, and it appears that whenever something is being displayed in the console, the view toolbar and the tabs are being repainted. I believe this is regression since the build from I200403240800 does not blink at all or very few. | verified fixed | 7c7280d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T19:59:22Z | 2004-03-25T18:40:00Z |
55,486 | Bug 55486 Alt+- does not open a proper system menu | Since the presentation work began I suppose, Alt+- no longer opens the system menu. Trying it on views gives a rather strange menu in a strange location, trying it on editors gives nothing. | verified fixed | de87f99 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.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/presentations/BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T19:32:24Z | 2004-03-21T23:00:00Z |
55,931 | Bug 55931 [Workbench] NullPointerException in WorkbenchPage.setPerspective | Here are the steps (USING A NEW BUILD FOR THE FIRST TIME): 0) ./eclipse 1) Say "yes" to create default workspace dialog 2) Say "go to workbench" to welcome screen 3) Use popup menu to say "Close All" to default resource perspective in tool bar 4) NullPointerException NOTES: Eclipse catches it and keeps running. Here is... | verified fixed | 341d43d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T16:16:03Z | 2004-03-24T17:40:00Z |
56,038 | Bug 56038 NPEs and other errors loading custom perspective | I20040324 (0800) 1) Create a new workspace 2) Close all perspectives 3) Import a 2.1 preference file that has a custom perspective (pref file attached) 4) Using the "open a perspectivee" button, open the "Sumatra" perspective -> Error A) the workbench window resizes -> Error B) Concurrent modification exception in the ... | verified fixed | 0ecb97c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/RegistryManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T15:14:38Z | 2004-03-24T20:26:40Z |
55,581 | Bug 55581 [KeyBindings] pressing Ctrl-F6 again closes editor list | i20040322 Pressing Ctrl-F6 opens a list of open editors for easily switching between them. With this build, after the list is appearing, pressing Ctrl-F6 again closes it (it used to traverse the list of editors). | verified fixed | f1f2697 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T14:57:55Z | 2004-03-22T21:13:20Z |
56,097 | Bug 56097 [RCP] RCP apps should have traditional tabs by default | build I20040324-0800 + latest from HEAD WorkbenchPlugin.initializeDefaultPreferences has been changed to have store.setDefault(IPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, true); I previously changed it to store.setDefault(IPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS, false); so that RCP apps would get traditi... | resolved fixed | 2508bba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T07:17:54Z | 2004-03-25T04:46:40Z |
56,100 | Bug 56100 [Perspectives] [RCP] NPEs in WorkbenchWindow when perspective bar not showing | build I20040324-0800 + latest from head - run the browser example with the BrowserAdvisor.createWindowControls method deleted, and with setShowPerspectiveBar(false) (the default) - you get an NPE in WorkbenchWindow.createDefaultContents when it tries to add a mouse listener to the perspective bar's control - if this on... | resolved fixed | 521fa7f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-25T07:06:56Z | 2004-03-25T07:33:20Z |
56,005 | Bug 56005 [DND] npe during part drop. | I200403240800, close all perspectives, new java perspective. select outline view. drag tab to bottom edge of outline view. notice down arrow and tracking rect over bottom half of view. this was to be the subject of my bug which i had noticed a number of times previously, as this should never occur considering the outli... | resolved fixed | 5509a01 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RootLayoutContainer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-24T20:33:16Z | 2004-03-24T20:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.