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]
71,026
Bug 71026 [DragDrop] lot's of objects created.
Looking at implementers of the following IDragOverListener#drag(Control currentControl,... The following classes create a new dragdrop target each time drag is called. This seems unnecessary, would it not be possible to create one and update it with new information each time. This would reduce the amount of garbage cre...
resolved fixed
f438239
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.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/PartStack.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-08-04T22:58:38Z
2004-07-28T21:26:40Z
70,377
Bug 70377 [DnD] DND should reorder or detach perspectives.
As suggested by mvm the perspectivebar should reorder perspective buttons on drag and drop over another perspective button, similar to what ViewStacks do with views. Additionally, if you drag a perspective button outside of the main eclipse window (or initiate by some other method of detachment), it would be useful if ...
resolved fixed
04aabdd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-04T19:28:22Z
2004-07-19T20:46:40Z
70,882
Bug 70882 EnablementDialog grows too big
In org.eclipse.ui.internal.activities.ws.EnablementDialog, the deatilsText is a Text with SWT.WRAP. However, the GridData for the Text is set to fill both. So, if you have a capability with a lengthy description, when the Details>> button is pressed, the dialog can grow to many screen widths in size. This is extremely ...
closed fixed
a82178c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/EnablementDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-08-03T13:10:05Z
2004-07-27T06:33:20Z
71,053
Bug 71053 [ActivityMgmt] IllegalArgException in Capability preference page
I declare a activity include a catagory and a activity plugin with EMPTY description respectively. And I ran the plugin with a "runtime workbench". Open the windown->perferences->capabilities to change the check state of the activity and category. A dialog jump and say there is a error. And the log stack is belowing: -...
verified fixed
e0426a1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/Persistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ActivitiesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/PersistanceTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-29T20:09:15Z
2004-07-29T08:33:20Z
71,025
Bug 71025 [PerspectiveBar] Add drag and drop support for re-ordering perspective items
It should be possible to re-order items in the perspective bar since the bar will occasionally change the order when ensuring perspectives remain visible.
verified fixed
7488c44
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-28T20:22:56Z
2004-07-28T21:26:40Z
70,829
Bug 70829 [Workbench] Perspective names not sorted in preference page
Eclipse R3.0. open the preferneces dialog and go to Workbench > Perspectives page. Note that they names are not sorted. This might get difficult to search if there were a lot of perspectives.
verified fixed
7f09699
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-26T15:11:17Z
2004-07-26T16:40:00Z
67,891
Bug 67891 [Workbench] potential NPE in WorkbenchWindow.isCoolBarLocked
The body of this method is protected boolean isCoolBarLocked() { return getCoolBarManager().getLockLayout(); } The javadoc for getCoolBarManager says that it may return null so we need to check here. I haven't seen this in any real product, just in one of my test cases. However only when the LockToolBarAction has been ...
resolved fixed
18a5075
["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-07-22T19:06:04Z
2004-06-18T20:20:00Z
70,278
Bug 70278 [Navigator] Adding a nature with associated natureImage does not refresh folder overlay.
I have a nature with my own natureImage associated with it. I wrote a Wizard to "convert" exisiting projects to contain my nature. Everything works fine, but the overlay icon does not show on the project folder until I do one of the following: 1) restart the workbench 2) "Go into" and back out of the project folder 3) ...
verified fixed
701fbde
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/model/WorkbenchContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-22T18:11:39Z
2004-07-16T20:33:20Z
55,564
Bug 55564 [FastViews Animate transition for views from restored->zoomed state (and vice versa)
As I was working with the build I0322, I switched a view from normal to fast state. The view went to the fast view docking area through a series of animated steps. It made it more clear where the view went. Can you do the same for IIntroPart? It is very important to highlight when active state switches to standby to un...
resolved wontfix
905a4c6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RectangleAnimation.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-07-21T22:14:07Z
2004-03-22T18:26:40Z
70,048
Bug 70048 [DND] Testing coverage needed for detached windows.
There is currently no coverage for detached windows in the dnd test suite.
resolved fixed
4f6b37e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dnd/DetachedDropTarget.java", "tests/org.eclipse.ui.tests/E...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-21T17:23:28Z
2004-07-14T18:33:20Z
70,027
Bug 70027 [Wizards] New wizard "Show All Wizards" selection change collapses tree
I do File-->New and the New wizard comes up. I drill down the category tree to find and expand the category I want. Oops, the wizard I'm looking for isn't visible, so I select "Show All Wizards". The category tree is replaced by a totally collapsed tree, so I now have to drill down the category tree again to find and e...
closed fixed
43b0c35
["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-07-21T16:02:19Z
2004-07-14T15:46:40Z
70,498
Bug 70498 Initial drag-over affordance is wrong
Eclipse 3.0 When starting a drag, the initial drag rectangle and cursor are wrong. To reproduce: 1. Drag a view tab very slowly (1 pixel at a time) 2. Stop dragging as soon as the drag rectangle appears. Notice that the initial rectangle covers the entire view stack rather than just the currently selected view tab and ...
resolved fixed
ad7a76d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dnd/DragUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-20T22:25:37Z
2004-07-20T21:46:40Z
53,649
Bug 53649 [Workbench] Minimized views should yield real estate
Consider opening Java perspective with: 1. package explorer on the left (as usual) 2. an editor and the problems view stacked on top of each other on the right (as usual) If you 'minimize' the problems view, the editor gets the real estate previously occupied by it. If you 'minimize' the package explorer, it collapses ...
resolved fixed
ba0fdd9
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Geometry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.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-07-20T21:57:23Z
2004-03-03T18:53:20Z
65,712
Bug 65712 Activities - show all checkbox
I don't think the Show All checkbox in the New Project Wizard should maintain state. Assuming no activities are on, when the user initially enters this page he needs to check that checkbox to find the wizard he is looking for. Once he hits the next button the activity for that wizard is automatically enabled. The next ...
closed fixed
25e289b
["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-07-20T18:10:10Z
2004-06-04T14:40:00Z
70,080
Bug 70080 [RCP] Reset Perspective does not work if no perspective toolbar shown (RCP)
In my small Rich Client Platformt (RCP) app I support only one perspective and so do not show the perspective toolbar, but would like to allow the user to reset the perspective if they stuff it up by closing views etc. When no perspective toolbar is shown the standard reset perspective action does nothing. The method b...
verified fixed
1980e6c
["tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/RcpTestSuite.java", "tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/util/EmptyView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-20T15:50:56Z
2004-07-15T05:40:00Z
70,375
Bug 70375 [Viewers] DeferreTreeContentProvider can update when workbench is shutdown
R3.0 Got this exception running the suites java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule (JobManager.java:787) at org.eclipse.core.internal.jobs.InternalJob.schedule (InternalJob.java:341) at org.eclipse.core.runtime.jobs.Job.schedule(Job.java:399...
closed fixed
017de58
["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-07-19T20:27:16Z
2004-07-19T20:46:40Z
70,046
Bug 70046 No progress when copying project
Build: 3.0 final 1) Create a large project (I imported org.eclipse.jdt.ui as a source plugin) 2) In the Navigator view, select the project, and pick "Copy" 3) Right click again and select paste -> The copy operation occurs, but there is never any progress message, and the progress bar is stuck at 50% for the entire dur...
closed fixed
8e5d4e2
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyProjectOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveProjectAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-19T19:09:06Z
2004-07-14T18:33:20Z
66,405
Bug 66405 Activities Dialog - empty categories should not be visible
If a Category has no activities in it, the category should be hidden. Why might somebody do this you ask? We have a core product that other products build on top of and have been looking to stub out categories for other dependent products to contribute their activities to.
closed fixed
c1bd44d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityCategoryContentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-19T15:29:36Z
2004-06-09T19:40:00Z
42,375
Bug 42375 [Preferences] Import preferences could be more intuitive
Build 3.0M3 Why can't I simply select a *.epf file, and simply import it (if it is a resource).
closed fixed
ae83570
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-15T15:59:05Z
2003-09-02T10:53:20Z
67,811
Bug 67811 Need support for adding separators to the help menu
null
verified fixed
ade6268
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-15T15:06:37Z
2004-06-18T14:46:40Z
68,804
Bug 68804 [Preferences] Always Run in background not restored to default in Workbench preference page
R 3.0 If you select Restore defaults on the Workbench preference page always Run in background is not affected.
closed fixed
038741e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-14T15:51:14Z
2004-06-28T19:13:20Z
68,579
Bug 68579 [Progress] Cleared error still in progress error list
3.0 I get a dialog when there are problems synchronizing my workspace via Synchronize view (see picture 1). I select the error and click "Clear". Observe: the error stays in the progress icon (bottom right) Click on the progress icon (bottom right) ==> I get exactly the same error presented (see picture 2) that I alrea...
closed fixed
c232e61
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-14T13:03:07Z
2004-06-25T07:53:20Z
16,329
Bug 16329 [EditorMgmt] Activate editor (F12) does not set focus in editor
activate editor shortcut (f12) not always work: for example, moving with ctrl+tab from the java editor to the toolbars and then pressing f2 doesnt activate the editor
verified fixed
38d6ac9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-13T20:49:09Z
2002-05-18T00:00:00Z
40,965
Bug 40965 [Workbench] Tool bar buttons require mouse focus to get read using MSAA
20030730 When you cycle through buttons using the mouse the tooltip value will not be given to the MSAA interface. If you select using a mouse it will. STEPS 1) Start up Inspect Objects 2) Tab through Eclipse until you get focus on a tool bar button. There will be no name or value 3) Move the button over with the mouse...
closed fixed
95cd7fe
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-13T16:02:38Z
2003-07-30T18:33:20Z
52,506
Bug 52506 [Workbench] minimize needs keyboard shortcut and menu entry
I20040219 1. I start to like the new look - a lot more polished than the previews a couple weeks back. 2. I *love* the minimze capabilities of views - this enables a "docking" like interaction with, say, the console when put to the bottom of the screen. -> Minimize needs a shortcut as Maximize has Ctrl+M. How about Ctr...
resolved fixed
4516460
["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/FastViewPane.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-07-13T00:53:48Z
2004-02-19T17:00:00Z
69,885
Bug 69885 FastViewPane should not force the view part to be visible
When a fastview is opened, FastViewPane calls part.setVisible(true). This prevents the presentation from making its own decisions about part visibility.
resolved fixed
d6b2bff
["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-07-12T22:27:32Z
2004-07-12T22:06:40Z
69,541
Bug 69541 [Dialogs] TVT3.0: Task List Description text entry widget truncated in Korean
Must fix: Yes Severity: 3 Build date: 20040707 Blocking: No Language: KOR 1) Enter a Korean locale and install Language Pack 2) Run Eclipse 3) Right click in the Task List View and select Add Task 4) With a resolution of 1024x768, the text entry widget for the Description is truncated.
closed fixed
9156799
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/TaskPropertiesDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-12T19:50:21Z
2004-07-07T22:40:00Z
68,505
Bug 68505 [Progress] Progress view shows waiting job which doesn't exist anymore
200406240800 After doing some testing with Search/Replace and background locking of the workspace I encountered a situation where the progress view dialog shows a waiting search job, also there isn't any Seach Job in the Job Manager. Here the data structure of the ProgressManager: this= ProgressManager (id=903064) chan...
verified fixed
52534ef
["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-07-12T18:48:55Z
2004-06-24T18:00:00Z
67,716
Bug 67716 [ProblemsView] Trying to sort in Problems View removes all items from view
Configure the problems view to display "selected resource and it children". Open a file with a couple of warnings. Sort by any of the columns in the table. All table items are removed and the view is displaying ZERO hits.
verified fixed
1530895
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-07T21:15:43Z
2004-06-17T19:20:00Z
68,379
Bug 68379 [FastView] wrong target for restore fastview animation
june 23 - 12a - open a view along the bottom of the window (e.g., console) - make it a fast view - open the fast view (with vertical orientation) - close the fast view - use the context menu to untoggle fast view The restoration animation will be aimed at where the fast view was opened (i.e., the vertical space directl...
resolved fixed
05518e8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-07T19:58:07Z
2004-06-23T19:46:40Z
53,635
Bug 53635 [FastView] Pinned fastview doesn't get focus
build i0303, winxp, j9sc20031212 In my customized Debug perspective, I have JUnit test results as a fast view. When I open it and "pin it", it gets stacked behind my Outline and Variables view and I have to go to the "stacked view" icon to bring down the list to make it visible. I would expect it to get focus when firs...
resolved fixed
dbefd77
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-07T19:49:32Z
2004-03-03T16:06:40Z
64,612
Bug 64612 [Presentations] Tabs flash/flicker during long running operation that modifies hidden view
3.0M9 To reproduce, turn on Window > Preferences > Team > CVS > Console > Show CVS output in the Console View. Open a console view but hide it behind another view (i.e., open another view on top of it, for example I have Search, Problems, and Site Explorer in the same stack with Console). In the Package Explorer, right...
resolved fixed
708865f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-07T19:24:21Z
2004-05-28T18:46:40Z
67,028
Bug 67028 [Workbench] Window > Show View should be disabled if all perspectives closed
3.0 RC2 Test Pass When all perspectives are close the Window > Show View menu item should be disabled since there are no entries.
verified fixed
9f1ee5f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-07T14:58:14Z
2004-06-14T16:20:00Z
68,444
Bug 68444 [Import/Export] cannot fill project name in Import Project wizard
i200406230010 SuSE Linux 9.0 (i586) I cannot import an existing project from the file system. The project name field is not editable (although it seems to get the keyboard focus). Steps: - right click navigator, "Import..." - select "Existing project into Workspace", next - try to fill project name - the field does not...
closed fixed
72458cd
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-07T14:47:50Z
2004-06-24T01:20:00Z
61,869
Bug 61869 [JFace] JFace does not reflect the new color options for SWT Table and tree
The IColorProvider can be implemented by a label provider to provide background and foreground colors to a viewer. This should be changed to set the colors for individual cells, as is possible with the new SWT functionality already implemented in SWT. Changes: 1) IColorProvider - two supplementing methods Color getFore...
verified fixed
dca5ba5
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITableColorProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-06T19:40:17Z
2004-05-12T08:20:00Z
67,293
Bug 67293 [Themes] Setting inital theme to a bad theme id results in IThemeManager.getCurrentTheme() == null
RC2 I get the following stack when trying to launch the browser example in RC2. It's happening because PlatformUI.getWorkbench().getThemeManager().getCurrentTheme(); is returning null and it should never do that. Thread [main] (Suspended (exception NullPointerException)) DefaultEditorPresentation.updateGradient() line:...
verified fixed
1268f36
["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-07-06T13:05:09Z
2004-06-15T17:20:00Z
67,221
Bug 67221 [Themes] Cannot customize values of colors/fonts when theme is used.
RC2 Changing and applying values in the colors/fonts page has no effect when you're using a theme other than the default. Exiting and rentering the page shows the original values, yet the reset button is enabled.
verified fixed
d94edf0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/Theme.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeElementHelper.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/themes/ThemeAPITest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-06T12:56:00Z
2004-06-15T14:33:20Z
69,365
Bug 69365 Non NLS'd string shipped with eclipse 3.0
Version 1.10 of BasicStackList introduced a non-NLS'd string ("motif"). This should probably be addressed in 3.0.1. I've fixed it in HEAD.
resolved fixed
c5d4a9e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-06T12:40:40Z
2004-07-06T13:20:00Z
62,970
Bug 62970 Layout problem when the user presses details in the error dialog
In org.eclipse.ui.internal.ide.dialogs.InternalErrorDialog, When the user presses the details button, the dialog's layout gets corrupted and the user will not be able to see the buttons. I will attach a snapshot of the problem.
resolved fixed
7e9ae12
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-07-05T19:24:23Z
2004-05-19T15:20:00Z
38,547
Bug 38547 [Preferences] Changing preferences ignored after "Restore defaults" pressed.
e.g. 1) Go to Workbench->Preferences->Debug->Console 2) Change the colour of console output (you can show the console and see the colour change) and press "Apply" <don't leave the dialog> 3) Press "Restore Defaults" and "Apply" and the colour will be reset to default in the console 4) Now change the colour to something...
closed fixed
ef51983
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditorPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-30T18:36:07Z
2003-06-05T21:53:20Z
65,724
Bug 65724 NPE in UILockListener.doPendingWork
I found this in my log while testing RC1. Not sure what I was doing at the time or how to reproduce. Go ahead and close this if the stack trace isn't useful. !ENTRY org.eclipse.ui 4 0 Jun 03, 2004 17:06:15.958 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.UIL...
closed fixed
671d335
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UILockListener.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-30T18:33:11Z
2004-06-04T14:40:00Z
63,255
Bug 63255 [Preferences] some pages cannot be displayed in high contrast
STEPS 1) Switch to High Contrast by selecting Window->Control Panl->Accessibility Resources 2) Start Eclipse 3) Open the preferences page 4) Select Colors and Fonts 5) Select a diffrent page 6) new page not displayed.
verified fixed
6d38cd2
["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-06-30T18:00:29Z
2004-05-20T16:20:00Z
63,546
Bug 63546 [OLE] In-place editor fails with: Class ID not found in registry
Try and open a file with the "In-place Editor". I tried opening both a Java file and a text file, both failed and resulted in the following stack trace: !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Class ID not found in registry result =...
verified fixed
823d3dc
["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java", "bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-30T17:56:43Z
2004-05-22T18:20:00Z
66,065
Bug 66065 Test to verify that EditorReferences are still working
null
resolved fixed
528a428
["tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/EditorsReferencesTest.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/PartsReferencesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/ec...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-29T18:06:47Z
2004-06-08T02:00:00Z
58,476
Bug 58476 [Workbench] Scrollbars in popups
In Build 200404131323, all the next/previous editor/view/perspective popups have a tiny size and scrollbars which make them VERY uncomfortable to use.
verified fixed
ae816f9
["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-06-23T19:09:54Z
2004-04-14T13:40:00Z
65,660
Bug 65660 [Markers] markerHelp does not seem to be working - probable regression
markerHelp does not seem to be working - probable regression I'm trying out my own markerHelp implementation and not getting anywhere, so I dropped back to try and see if the example in the readmetool was working; it is not. I can take a 2.1.1 system and just add the examples, create a readme file, use the add> context...
verified fixed
407dd55
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-23T16:50:22Z
2004-06-04T00:46:40Z
62,995
Bug 62995 [Progress] scheduled synchronizations stay in the progress view when terminated
I thought that the belongsTo call would get rid of all matching synchronizations. But it appears that with scheduled syncs, they stay in the view. Also, the timestamp isn't shown for when they terminated.
verified fixed
d754201
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/FinishedJobs.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-23T15:35:37Z
2004-05-19T15:20:00Z
67,574
Bug 67574 [Progress] KEEPONE doesn't remove duplicate jobs from the progress view
null
verified fixed
2ca1858
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/FinishedJobs.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-23T14:31:11Z
2004-06-17T02:40:00Z
65,992
Bug 65992 [Progress] Rescheduled jobs are not shown in the progress view
3.0 RC1 Update to the latest ui jobs example and create a job that reschedules. The first invocation of the job will show in the progress view, but subsequent ones will only show in verbose mode. Although the status line does correctly show the job.
verified fixed
db058c1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/NewProgressViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-23T12:26:18Z
2004-06-07T14:53:20Z
67,742
Bug 67742 inadequate spec for some IProductConstants
null
verified fixed
392ef25
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IBundleGroupConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IProductConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/AboutBundleGroupData.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T20:15:08Z
2004-06-17T22:06:40Z
67,950
Bug 67950 [RCP] [doc] ui.workbench.compatibility methods should have deprecation warnings
Build 3.0 RC3 The old IWorkbenchPage methods declared in o.e.ui.workbench.compatibility.ICompatibleWorkbenchPage should have deprecation warnings in case someone imports the plug-in fragment into the workspace and arranges to compile code against it.
verified fixed
f5f936e
["bundles/org.eclipse.ui.workbench.compatibility/src/org/eclipse/ui/internal/CompatibleWorkbenchPage.java", "bundles/org.eclipse.ui.workbench.compatibility/src/org/eclipse/ui/internal/ICompatibleWorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T20:09:50Z
2004-06-20T19:33:20Z
68,033
Bug 68033 popup menu has no size in ctrl+e drop down editor list
null
verified fixed
af4c162
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T19:42:46Z
2004-06-21T15:00:00Z
68,055
Bug 68055 IIntroManager.closeIntro() does not work properly
null
closed fixed
7167804
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest.java", "tests/org.eclipse.ui.te...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T18:08:52Z
2004-06-21T17:46:40Z
68,031
Bug 68031 Graphic is disposed error in Ctrl+e editor dropdown
build 3.0 RC3 - open more editors then are visible in the editer area - press Ctrl+e to open the drop down - arrow down to an item and press the "del" key - graphic is disposed error is logged Graphic is disposed Unhandled event loop exception Reason: Graphic is disposed
verified fixed
ddd8b59
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T18:07:18Z
2004-06-21T15:00:00Z
68,114
Bug 68114 IDE does not contribute a product extension
The 3.0 product model uses extensions to define products. There is a compatibility layer mechanism that transforms primary features into products. As part of the work to get the UI off of using features to present the About dialog and determine branding, there was to be an IDE product extension defined in a plugin.xml....
resolved fixed
92204c0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProductProperties.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T17:54:46Z
2004-06-21T20:33:20Z
68,013
Bug 68013 Blank perspective after downloading SWT examples
Build: 3.0 RC3 I cannot reproduce this, but I got into a state where perspectives would no longer be visibly displayed. I could still open/close/switch/reset perspective, but they would never be visible. Ctrl+F7 could still toggle between views within that perspective, and status line contributions would still work. Ro...
closed fixed
8549762
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-22T15:38:50Z
2004-06-21T15:00:00Z
67,721
Bug 67721 need API spec for product preference customization key
null
resolved fixed
2318552
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IProductConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-18T20:16:48Z
2004-06-17T22:06:40Z
67,843
Bug 67843 [Progress] IProgressService.busyCursorWhile() doesn't show progress dialog from modal dialogs
null
verified fixed
bdeffdf
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-18T19:30:38Z
2004-06-18T17:33:20Z
67,731
Bug 67731 NPE on startup (part 2)
null
closed fixed
c769bf3
["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-06-17T22:16:25Z
2004-06-17T22:06:40Z
67,729
Bug 67729 NPE on startup (all the time!)
I was moving from RC2 to i0617 and got the following stack trace on startup of my pre-existing workspace. Eclipse *appeared* to hang. On inspecing the stack trace I saw that it was doing some error dialog so I started closing various windows I had open. Eventually I got to an error dialog saying that the workspace layo...
closed fixed
67a4815
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-17T22:10:23Z
2004-06-17T22:06:40Z
62,217
Bug 62217 [EditorMgmt] Editor tabs lose their order when the workbench is saved
null
closed fixed
d9dd592
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java", "bundles/org.eclipse.ui.workben...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-17T19:53:34Z
2004-05-14T04:46:40Z
67,330
Bug 67330 [Wizards] New Wizard fails with no categories
NewWizardNewPage throws a NullPointerException when you come back in a second time if there are no categories or all wizards are primary wizards. The offending line is NewWizardNewPage.java:147. The NPE shows up at line 566.
verified fixed
434e56d
["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-06-17T19:39:09Z
2004-06-15T17:20:00Z
67,612
Bug 67612 [Progress] Searching dialog not closing
I200406162000 1. Start on a new workspace 2. Create a new Java project 3. Search for '*' Type Declarations in Workspace Observe: When the search is done, the Searching dialog is still up. You have to press Run in background to dismiss it.
verified fixed
b540c90
["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-06-17T14:44:24Z
2004-06-17T11:00:00Z
65,835
Bug 65835 [ViewMgmt] (regression) View tabs open in random order
build I20040604-0800 - new window in Java perspective - in the left view stack, the order is: Hierarchy, Package Explorer - it should be: Package Explorer, Hierarchy - in the bottom right view stack, the order is: Javadoc, Declaration, Problems - it should be: Problems, Javadoc, Declaration - see JavaPerspectiveFactory...
closed fixed
3553872
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-17T02:08:07Z
2004-06-04T23:00:00Z
65,339
Bug 65339 [FAstView] FastViews added to fixed perspectives are still closeable.
null
verified fixed
26233fa
["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-06-17T01:31:11Z
2004-06-02T15:26:40Z
66,820
Bug 66820 [Workbench] Perspective bar empty after restart
3.0 RC 2 The perspective bar appears empty after restarting Eclipse. The only button visible is "Open a perspective" (see screenshot). When dragging the bar to the left (I have it top-right), the buttons of the other opened perspective appear again.
verified fixed
a58ba25
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-17T00:02:02Z
2004-06-12T14:20:00Z
66,224
Bug 66224 [Workbench] Got Assertion failed using build I200406080800
I checked existing PR, but this one seems to be different. I got this restarting an existing workspace using I200406080800. eclipse.buildId=I200406080800 java.fullversion=J2RE 1.4.2 IBM J9 build 20040422 (JIT enabled) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_CA Command-line arguments: -showlocation !EN...
verified fixed
6e5b486
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentatio...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T22:39:06Z
2004-06-08T21:26:40Z
67,496
Bug 67496 [Tests] Add a perspective with a fast view test to the suites
null
verified fixed
a1ee49e
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/PerspectiveWithFastView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T21:32:53Z
2004-06-16T18:20:00Z
63,595
Bug 63595 [FastView] IPageLayout.addFastView does not seems to work at all in 3.0M9
Here's my code... public class RPCCorePerspective implements IPerspectiveFactory { public RPCCorePerspective() { super(); } public void createInitialLayout(IPageLayout layout) { defineLayout(layout); } public void defineLayout(IPageLayout layout) { layout.addFastView("customer.views.CustomerView", .8f); } } This code w...
verified fixed
af943a1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T20:50:37Z
2004-05-23T19:20:00Z
65,444
Bug 65444 [R21PRES] Close button shown when views not closeable
RC1 build - run the browser example using the R2.1 presentation - the views have close buttons in the titlebar, but should not because the perspective has fixed="true" (meaning that all initial views are non-moveable and non-closeable)
verified fixed
d84c675
["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/r21/widgets/R21PaneFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T20:28:55Z
2004-06-02T21:00:00Z
63,362
Bug 63362 [KeyBindings] [ViewMgmt] Key bindings do not work in detached views
build I20040520-1914 - new workspace - detach the navigator - Ctrl+N - it has no effect
verified fixed
9992580
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T19:27:14Z
2004-05-21T03:26:40Z
67,267
Bug 67267 [Progress] PROPERTY_IN_DIALOG needs to be API and needs to be documented
ProgressManager#PROPERTY_IN_DIALOG was supposed to be moved to public IProgressConstants because it is referenced by clients. Also, there seems to be no documentation on when this property can be tested by clients. For example, when can a job query this property and be ensured that the progress dialog has set the prope...
verified fixed
d2fca74
["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/progress/IProgressConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T18:24:10Z
2004-06-15T14:33:20Z
66,476
Bug 66476 [Fonts/Colours] Text font change not propagated to Java editor
I200406092000 When Java editor uses the default text font and text font gets changed the Java editor font is not changed.
closed fixed
b112784
["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-06-16T16:34:14Z
2004-06-10T09:33:20Z
67,262
Bug 67262 [EditorMgmt] Add new file association for external programs adds duplicates
I am using Eclipse 3.0RC2. Steps: - Add a new file association (i.e.: *.ines) - To that file association, add an External program and press OK. - Re-open the preference page and inspect the programs for *.ines: the external program is duplicated - Press OK and re-open the preference page. Inspect the programs for *.ine...
verified fixed
cea92f3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T15:58:19Z
2004-06-15T14:33:20Z
67,325
Bug 67325 [Progress] Jobs that should be marked "system".
Steps to see the problem (using RC2): 1) Go to CVS repo view 2) Expand head of eclipse.org 3) Click on "Refresh View" icon Notice that, many jobs named "Adding children" and "Open progress monitor" are added to the progress view. The number of these varies based on how fast your machine is. On my Mac I can get 5 or 6 o...
verified fixed
40407bd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "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-06-16T15:06:50Z
2004-06-15T17:20:00Z
66,819
Bug 66819 [Workbench] fastview refresh leaves lines behind
observed with version rc2 steps to reproduce: - make problems view a fastview - drag the fastviewbar to the right side of the screen - expand the fastview - change the width of the fastview see attached screenshot
verified fixed
1eb5582
["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-06-16T15:02:47Z
2004-06-12T11:33:20Z
65,136
Bug 65136 [RCP] [ViewMgmt] Multi-view instances not persisted properly across sessions
build I20040529-0105 - change the browser example to allow multiple browser views to be created, and configure the workbench to save its state between sessions - open 3 browser views on different URLs - shutdown/restart - the multi-instance views are not restored properly In the <views>/<view> element, it is not saving...
verified fixed
4637508
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.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-06-16T14:54:31Z
2004-06-01T20:00:00Z
66,810
Bug 66810 ClassCastException in WorkbenchIntroManager
RC2 If the intro part cannot be created we create the error view. However, in WorkbenchIntroMananager.getViewIntroAdapterPart we blind cast to ViewIntroAdapterPart
closed fixed
2c923fb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T13:20:22Z
2004-06-12T00:26:40Z
66,782
Bug 66782 IntroPart setInitializationData can die on an NPE
RC2 If you supply a bad image, it's possible that imageDescriptor.createImage() can return null. We don't check for this.
closed fixed
f97ac16
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/IntroPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-16T13:01:13Z
2004-06-11T21:40:00Z
66,773
Bug 66773 Hangs every time I add a new feature/site
null
verified fixed
846698a
["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-06-15T16:30:30Z
2004-06-11T18:53:20Z
66,750
Bug 66750 [Progress] Progress Dialog for jobs no longer opens
I have not enabled "Always run in background so I expect to see a progress dialog each time I run an operation. However, I got into a state where this is not occuring for me in I200406110010.
verified fixed
5324bf1
["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/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-15T15:01:31Z
2004-06-11T18:53:20Z
66,439
Bug 66439 Copy of Class causes update error in package explorer
RC1 RHEL JDK 1.4.2_02 Motif I have experienced a problem where I copy a java file and paste it into the same package, accepting the default new name (CopyOfClass.java) However, the package view does not list the class, but it does list 2 instances of the last class in the package (note that I am using the hierarchical ...
verified fixed
8a9e9f0
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "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-06-15T13:06:09Z
2004-06-09T22:26:40Z
65,276
Bug 65276 [Preferences] Preference dialog should disable OK when okPressed
null
verified fixed
d6099be
["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-06-15T13:04:52Z
2004-06-02T12:40:00Z
65,606
Bug 65606 [ViewMgmt] IPerspectiveListener2 is notified too late
When a view is hidden, the new IPerspectiveListener2 listeners are notified after dispose events have been received. This affects the DisplayView, which wants to persist its contents on closure. The events look like so: 1. IPartListener notified. 2. The ViewPane's DisposeListeners notified. 3. IPerspectiveListener2 not...
verified fixed
658e966
["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-06-14T20:35:21Z
2004-06-03T19:13:20Z
66,357
Bug 66357 Eclipse stops opening editors
I200406082000 1) start with an empty workspace 2) create a simple project A 3) create a file f.txt in A 4) tranfer focus to the Navigator 5) modify f.txt externally 6) activate Eclipse without changing the active part 7) press close box of editor open for f.txt -> A file changed dialog is posted by the editor. While th...
verified fixed
9d8f4ff
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSashContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-14T20:00:29Z
2004-06-09T16:53:20Z
63,563
Bug 63563 DCR: view-id for progress monitor
M9 Is the view-id of the progress view available as a constant? We plan to add it to the default perspective.
verified fixed
3fb1eb2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressConstants.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-10T21:28:12Z
2004-05-23T02:40:00Z
66,653
Bug 66653 NPE on window close
I200406110010 Quite often I find this NPE in the log: !ENTRY org.eclipse.ui 4 0 Jun 11, 2004 13:14:37.292 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Control.kEventControlSetFocusPart(Control.java:1369) at org.eclipse.swt.widgets.Composite.kEventControlSetF...
resolved fixed
7cc88f1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationResult.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-10T18:25:30Z
2004-06-11T13:20:00Z
65,095
Bug 65095 MessageDialogWithToggle returns wrong value for yes_to_all
I'm using MessageDialogWithToggle class with 4 buttons: MessageDialogWithToggle dialog = new MessageDialogWithToggle( Display.getCurrent().getActiveShell(), RSCCoreUIPlugin.getString("ConfirmDeleteDialog.title_UI_"), null, message, MessageDialog.QUESTION, new String[] { IDialogConstants.YES_LABEL, IDialogConstants.YES_...
verified fixed
a3f8b66
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-10T15:36:56Z
2004-06-01T17:13:20Z
65,716
Bug 65716 [Commands] R3.0 RC1 Closing Eclipse exceptions
This below may be helpful to track some problems!? This is the workspace\.metadata\.log when trying to close Eclipse. This is after a lot of selections of the top-level Edit menu and context (pop-up) menu under various key scopes. Closing Eclipse does not complete, must now be killed from the Task Manager. !SESSION Jun...
verified fixed
8911e78
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Command.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-10T14:29:30Z
2004-06-04T14:40:00Z
66,498
Bug 66498 ProgressMonitorJobsDialog should not sync exec using parent shell
As it can be null. We should do the following if(!PlatformUI.isWorkbenchRunning()) return; PlatformUI.getWorkbench().getDisplay()
verified fixed
e0b0fec
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-10T13:13:45Z
2004-06-10T12:20:00Z
64,908
Bug 64908 [Tasks] Task tag creation and locked workspace
RC1 - lock workspace - select some text in editor - execute edit->Task Tag observe: the workbench dialog pops up to create task tags - press OK observe: nothing happens - press Cancel You get the following exception in the log: !ENTRY org.eclipse.ui 4 0 Jun 01, 2004 12:32:42.886 !MESSAGE Widget is disposed !STACK 0 org...
verified fixed
4df2f34
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerProperties.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-09T18:31:22Z
2004-06-01T11:40:00Z
65,464
Bug 65464 [Problems] (regression) Not possible to add contributions to ProblemMarker or ConcreteMarker without referencing internal classes
I have a plugin which assigns a popup action to problem IMarkers. This worked fine in Eclipse 2.1.x but in Eclipse 3.0, as you know, the problems view has been separated from the tasks view. In doing so a ProblemMarker class was created which extends the ConcreteMarker class. Neither of these classes implement IMarker....
closed fixed
f2bf8de
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-08T20:28:09Z
2004-06-02T23:46:40Z
66,000
Bug 66000 [ViewMgmt] AssertionFailedException in DefaultPartPresentation.getTabFolder
build I20040604-1600 Noticed several occurrences of the following in my .log from Friday: Should investigate for RC2. org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse...
verified fixed
726ee09
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/DefaultPartPresen...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-08T19:46:21Z
2004-06-07T14:53:20Z
65,665
Bug 65665 [ViewMgmt] [RCP] View in fixed perspective should not be minimizable
null
verified fixed
96871cb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewStack.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-08T19:29:50Z
2004-06-04T03:33:20Z
64,821
Bug 64821 [Decorators] NoClassDefFoundError on shutdown, from decoration scheduler job
build I20040529-0105 - ran the browser example under debug - exited - saw the following in the log In this case, the decoration scheduler should not have even been running since there were no installed decorators. java.lang.NoClassDefFoundError: org/eclipse/ui/internal/progress/SubTaskInfo at java.lang.ClassLoader.defi...
verified fixed
f7f332e
["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", "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-06-08T19:03:13Z
2004-05-31T19:00:00Z
64,757
Bug 64757 [Progress] Details of Operation blocked dialog is empty is blocked by a system job
I tried to delete a project and got an Operation blocked dialog. However, the blocking job was a system job so it did not appear in the dialog. In this case, it may be worth while to show the system jobs.
verified fixed
73a41a7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-08T17:11:21Z
2004-05-31T16:13:20Z
64,097
Bug 64097 Loading icons always lookup the bundle
When UI and IDE are loading the icons, they are looking up the bundle for every icon they are trying to load. Looking up a bundle is not specially slow but is not the fastest operation either, therefore it could be great if you could lookup the bundle once and use it to load all the icons. Doing that will probably slig...
verified fixed
3ecaa8a
["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-06-08T15:12:46Z
2004-05-26T14:00:00Z
65,354
Bug 65354 [Perspectives] Perspective bar incorrectly updated when opening new perspective
build I20040529-0105 - dock perspective bar on left - Window > New Window - open a different perspective - it replaces the previous perspective icon in the bar (wrong) - change the docking location - it updates properly
verified fixed
f686167
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveBarManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-08T15:02:38Z
2004-06-02T15:26:40Z
41,224
Bug 41224 [Dialogs] Switch to Editor dialog does not rearrange layout on resize
Eclipse 3.0 I20030806 When resizing the "Switch to Editor" dialog, the layout isn't adjusted. This means that making the dialog smaller is not useful as long as the buttons on the bottom immediately disappear.
verified fixed
a590ae4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-07T20:31:01Z
2003-08-06T20:00:00Z
65,711
Bug 65711 [Problems] Problems View takes too long to show
null
verified fixed
ec9e8c3
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldFolder.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMessage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/v...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-06-07T19:01:35Z
2004-06-04T14:40:00Z