id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
5,330
58,845
Bug 58845 [Viewers] Error while debugging but no log
I was debugging an IllegalArgumentException. I clicked on one of the traceback lines after the breakpoint was hit and got a dialog informing me that an error occurred and that I should see the log for details but the log was empty. After this, the debuuger no longer opens files (i.e. it still stps at breakpoints but I ...
2004-04-16 11:10:24
1,082,130,000
closed fixed
c3f7330
1,083,090,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java
Eclipse_Platform_UI
5,331
58,985
Bug 58985 [Dialogs] WizardDialog.getButton( IDialogConstants.CANCLE_ID ) always returns null
Here's a test case for this bug. Watch the stdout of the program. --WizardDialogBug import org.eclipse.jface.dialogs.IDialogConstants; import org.eclipse.jface.wizard.IWizard; import org.eclipse.jface.wizard.Wizard; import org.eclipse.jface.wizard.WizardDialog; import org.eclipse.jface.wizard.WizardPage; import org.ecl...
2004-04-17 10:34:11
1,082,210,000
closed fixed
c400e9b
1,083,090,000
bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
Eclipse_Platform_UI
5,332
60,156
Bug 60156 [Commands] This warning is really suspicious
From 200404270800 compiler logs, I think this warning is really suspicious. I believe it is hiding a bug. There is no local variables called contextBindingDefinitions. ---------- 1. WARNING in /builds/I/src/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/PreferenceCommandRegistry.java (at l...
2004-04-27 14:01:50
1,083,090,000
verified fixed
80bdac9
1,083,090,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/AbstractCommandRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/ExtensionCommandRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/ICommandRegistry.java bundles/...
Eclipse_Platform_UI
5,333
59,348
Bug 59348 [EditorMgmt] list of editors does not add a scrollbar when larger then the screen
If I open > 50 editors then open the drop down list, it should have a scrollbar, however it is just larger then the screen and the top is not visible. It should have a maximum number of editors it will show before adding a scrollbar and a max height (the screen height) ... maybe 20 or so.
2004-04-20 16:47:22
1,082,490,000
verified fixed
b4afc26
1,083,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/EditorList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/EditorPresentation.ja...
Eclipse_Platform_UI
5,334
56,049
Bug 56049 [Wizards] potential NPE in WorkbenchWizardListSelectionPage
Build id: 200403240800 I haven't observed this in actual code, but noticed it when doing testing for RCP. The javadoc for IWizard.getDialogSettings says it can return null, but WorkbenchWizardListSelectionPage.restoreWidgetValues does not seem to check for that case.
2004-03-24 17:16:50
1,080,170,000
closed fixed
dd8dee3
1,083,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardListSelectionPage.java
Eclipse_Platform_UI
5,335
56,431
Bug 56431 [ViewMgmt] Placeholder is lost when a multi-view instanced view is opened
Steps to reproduce: 1) Create a placeholder for a view that supports multiple instances. 2) Open the view programmatically with page.showView(.... 3) Open another instance of the same view. Bug: The perpsective presentation opens the second instance of the view in what it considers to be the "bottomRight" container. On...
2004-03-26 19:24:18
1,080,350,000
resolved fixed
3b559c9
1,083,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectivePresentation.java
Eclipse_Platform_UI
5,336
59,993
Bug 59993 Opening Eclipse with multiple editors leaves some blank
If Eclipse is opened with multiple editors already open (i.e., restored with the workbench state), then only the top-most editor will have any contents. The other editors will have no contents (painted with background colour). Closing on of those editors and opening it again, corrects the problem. The problem does not ...
2004-04-26 15:32:24
1,083,010,000
resolved fixed
511a715
1,083,020,000
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
5,337
59,361
Bug 59361 [Workbench] AbstractUIPlugin should have start(...) and stop(...) methods
Build I20040420 AbstractUIPlugin should have start(...) and stop(...) methods. Currently, it only has startup() and shutdown() methods. A plug-in's startup() and shutdown() methods get called only if that plug-in explicitly requires org.eclipse.core.runtime.compatibility. A plug-in's start(..) and stop(..) methods get ...
2004-04-20 18:48:39
1,082,500,000
verified fixed
3dae5f2
1,083,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java
Eclipse_Platform_UI
5,338
53,571
Bug 53571 IAction.setAccelerator(int) deprecated, any other method instead?
Hi, I only use SWT & JFACE(not RCP), and I want assign the accelerator keycode to the action. Is there another way to assign the accelerator keycode? Regards, Eric
2004-03-02 23:09:59
1,078,290,000
closed fixed
82a0ad6
1,083,000,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/IAction.java
Eclipse_Platform_UI
5,339
54,654
Bug 54654 [KeyBindings] Edit in place in the navigator does not support the delete key
In a navigator, select a file name, type F2 (to edito the name), click in the middle of the name and try to delete characters using the "delete" key. You will notice that it does not work.
2004-03-12 10:56:37
1,079,110,000
verified fixed
e471a64
1,083,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java
Eclipse_Platform_UI
5,340
51,837
Bug 51837 [Progress] Bad message in progress dialog
I20040210 I got a bogus message when running a pile of jobs. A progress dialog appeared that read: "The operation cannot proceed because it is blocked by a background" A background what? :)
2004-02-12 09:48:08
1,076,600,000
verified fixed
cf8db6b
1,082,990,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java
Eclipse_Platform_UI
5,341
58,788
Bug 58788 [Progress] ProgressMonitor leaks
I20040413 It looks like that the ProgressMonitor keeps a reference to jobs which are already completed. To reproduce do the following: - create workspace with content - open all types dialog - add new type - open all types dialog. What happens is that the progress monitor still has a reference to the Job that computed ...
2004-04-16 04:23:18
1,082,100,000
verified fixed
dfcf648
1,082,990,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java
Eclipse_Platform_UI
5,342
59,847
Bug 59847 [intro] Help > Introduction disabled
Build N20040423 Help > Introduction is disabled. I don't know how it got that way, and I don't know how to fix it.
2004-04-23 16:49:35
1,082,750,000
closed fixed
c5389a9
1,082,850,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IntroAction.java
Eclipse_Platform_UI
5,343
59,682
Bug 59682 [Colors/Fonts] [Presentation] Need to bind theme elements to presentations
Text of original email: We need to think about how the default presentation (and colors/fonts it relies on) are packaged with workbench. As it stands, the default (and native) factories are declared in the org.eclipse.ui plugin along with the workbench colors/fonts. The problem is that the workbench colors/fonts were d...
2004-04-22 14:38:49
1,082,660,000
closed fixed
3412409
1,082,750,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindowConfigurer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java bundles/org.eclipse.ui.workbe...
Eclipse_Platform_UI
5,344
59,727
Bug 59727 [Progress] ProgressDialog hides modal dialog
1) in shared project modify a file 2) switch to the synchronize perspective and into the outgoing mode 3) select the modified file 4) execute Override and Update ->the progress dialog hides the confirmation from Override and Update ->the confirmation dialog is not responding and you have to put the Update into the back...
2004-04-22 18:55:06
1,082,670,000
verified fixed
da4de69
1,082,750,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java
Eclipse_Platform_UI
5,345
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...
2004-04-16 15:02:41
1,082,140,000
verified fixed
322f1c6
1,082,750,000
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.workbench/Eclipse UI/org/ecl...
Eclipse_Platform_UI
5,346
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...
2004-04-23 10:19:09
1,082,730,000
verified fixed
d0485e8
1,082,740,000
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/ErrorNotificationDialog.java bundles/...
Eclipse_Platform_UI
5,347
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 ...
2004-04-16 11:55:39
1,082,130,000
closed fixed
a589b4e
1,082,730,000
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.workbench/Eclipse UI/or...
Eclipse_Platform_UI
5,348
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.
2004-04-22 05:08:38
1,082,620,000
resolved fixed
d6ceae4
1,082,670,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java
Eclipse_Platform_UI
5,349
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).
2004-03-29 15:03:23
1,080,590,000
resolved fixed
c81847d
1,082,660,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
5,350
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.
2004-03-26 11:35:49
1,080,320,000
resolved fixed
b0026c3
1,082,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/EditorPresentation.java
Eclipse_Platform_UI
5,351
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.
2004-03-29 04:06:15
1,080,550,000
resolved fixed
7f5de39
1,082,600,000
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
5,352
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...
2004-04-16 14:26:07
1,082,140,000
verified fixed
556480d
1,082,580,000
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/Eclipse UI/org/eclipse/u...
Eclipse_Platform_UI
5,353
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) -...
2003-10-30 11:21:41
1,067,530,000
closed fixed
fe47672
1,082,580,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
5,354
47,586
Bug 47586 [Jobs] EventLoopProgressMonitor should use an exception handler
null
2003-11-26 16:32:02
1,069,880,000
closed fixed
c22a905
1,082,560,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java
Eclipse_Platform_UI
5,355
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...
2004-04-14 23:20:11
1,082,000,000
resolved fixed
77b02fd
1,082,520,000
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 bundles/org.eclipse.ui...
Eclipse_Platform_UI
5,356
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...
2004-04-09 15:25:42
1,081,540,000
resolved fixed
0f87031
1,082,510,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
Eclipse_Platform_UI
5,357
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.
2004-04-11 05:24:37
1,081,680,000
resolved fixed
b97823b
1,082,480,000
bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java
Eclipse_Platform_UI
5,358
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.
2004-04-19 16:50:14
1,082,410,000
closed fixed
61343cd
1,082,480,000
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
5,359
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() { ...
2003-10-23 09:16:00
1,066,910,000
resolved fixed
597a28c
1,082,480,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java
Eclipse_Platform_UI
5,360
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...
2004-04-19 02:47:23
1,082,360,000
resolved fixed
243d3a3
1,082,470,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java
Eclipse_Platform_UI
5,361
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))
2004-01-30 09:18:01
1,075,470,000
closed fixed
dcbf37c
1,082,410,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java
Eclipse_Platform_UI
5,362
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...
2004-04-17 09:41:10
1,082,210,000
closed fixed
b98f3f6
1,082,410,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java
Eclipse_Platform_UI
5,363
59,049
Bug 59049 [Contexts] WorkbenchContextSupport doesn't register new dialog shells as TYPE_DIALOG
null
2004-04-19 06:18:21
1,082,370,000
resolved fixed
01c74c7
1,082,410,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java
Eclipse_Platform_UI
5,364
58,991
Bug 58991 [intro] [Javadoc] review ui.intro API
Review the ui.intro API.
2004-04-17 14:42:32
1,082,230,000
closed fixed
68513f9
1,082,400,000
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/eclipse/ui/part/IntroPart....
Eclipse_Platform_UI
5,365
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.
2004-03-30 22:50:43
1,080,710,000
closed fixed
a729553
1,082,400,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java
Eclipse_Platform_UI
5,366
58,662
Bug 58662 System Jobs showing in progress viewers
We should not show system jobs outside of the progress viewer
2004-04-15 10:55:57
1,082,040,000
verified fixed
308967b
1,082,400,000
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/ProgressMonitorJobsDialog.java bundle...
Eclipse_Platform_UI
5,367
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.
2004-04-16 17:23:10
1,082,150,000
verified fixed
110a443
1,082,400,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java
Eclipse_Platform_UI
5,368
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.
2004-04-14 15:03:37
1,081,970,000
closed fixed
af7e34a
1,082,390,000
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
5,369
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...
2004-03-11 08:49:20
1,079,010,000
resolved wontfix
1d25b7d
1,082,070,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressFeedbackManager.java
Eclipse_Platform_UI
5,370
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...
2003-12-12 14:15:50
1,071,260,000
closed fixed
083fe94
1,082,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java
Eclipse_Platform_UI
5,371
58,297
Bug 58297 Need to invert wording of Run In Background preference
Show user dialog should be run in background
2004-04-13 10:57:26
1,081,870,000
closed fixed
e4cb654
1,082,060,000
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.ui.workbench...
Eclipse_Platform_UI
5,372
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
2004-03-25 13:47:59
1,080,240,000
verified fixed
25befbe
1,082,030,000
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
5,373
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...
2004-04-14 16:41:22
1,081,980,000
closed fixed
46b9ca5
1,081,980,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java
Eclipse_Platform_UI
5,374
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.
2004-04-13 11:29:40
1,081,870,000
verified fixed
011a48b
1,081,970,000
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
5,375
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.
2004-03-25 20:50:00
1,080,270,000
resolved fixed
3022096
1,081,910,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java
Eclipse_Platform_UI
5,376
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...
2002-05-23 09:35:39
1,022,160,000
resolved fixed
456d7d7
1,081,910,000
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
5,377
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.
2004-04-12 20:47:01
1,081,820,000
closed fixed
c88b168
1,081,880,000
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/WorkbenchSiteProgressService.java...
Eclipse_Platform_UI
5,378
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...
2004-04-12 17:01:28
1,081,800,000
verified fixed
8c1bb05
1,081,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java
Eclipse_Platform_UI
5,379
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...
2004-03-15 20:25:01
1,079,400,000
resolved fixed
66313ff
1,081,820,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectivePresentation.java
Eclipse_Platform_UI
5,380
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...
2004-01-26 12:48:08
1,075,140,000
resolved fixed
eb29100
1,081,790,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/RadioGroupFieldEditor.java
Eclipse_Platform_UI
5,381
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...
2003-12-10 05:11:26
1,071,050,000
closed fixed
42fd12c
1,081,790,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java
Eclipse_Platform_UI
5,382
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?
2004-04-05 10:45:55
1,081,180,000
closed fixed
1321d18
1,081,790,000
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
5,383
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.
2004-04-09 15:16:09
1,081,540,000
closed fixed
19248a1
1,081,780,000
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
5,384
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...
2004-04-06 12:54:59
1,081,270,000
verified fixed
905d93c
1,081,780,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/GlobalBuildAction.java
Eclipse_Platform_UI
5,385
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...
2003-03-12 10:34:04
1,047,480,000
verified fixed
e290bdb
1,081,780,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerImpl.java
Eclipse_Platform_UI
5,386
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
2004-04-05 13:26:26
1,081,190,000
verified fixed
44ea573
1,081,780,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java
Eclipse_Platform_UI
5,387
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.
2004-04-05 10:40:46
1,081,180,000
closed fixed
4cf956c
1,081,710,000
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.java bundles/org.e...
Eclipse_Platform_UI
5,388
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...
2004-03-27 18:47:30
1,080,430,000
closed fixed
fe009a8
1,081,640,000
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/eclipse/ui/internal/W...
Eclipse_Platform_UI
5,389
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.
2004-03-25 20:37:57
1,080,270,000
resolved fixed
415067e
1,081,490,000
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 bundles/org.eclipse.ui...
Eclipse_Platform_UI
5,390
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...
2004-03-30 16:43:35
1,080,680,000
verified fixed
52e96a7
1,081,470,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
5,391
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...
2004-04-08 11:03:58
1,081,440,000
verified fixed
98b4c21
1,081,440,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java
Eclipse_Platform_UI
5,392
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.
2004-02-16 11:36:27
1,076,950,000
closed fixed
017e0fe
1,081,430,000
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
5,393
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...
2004-01-08 10:59:55
1,073,580,000
verified fixed
512ed5f
1,081,350,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetNewWizard.java
Eclipse_Platform_UI
5,394
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 ...
2004-04-05 23:39:50
1,081,220,000
closed fixed
d9f96fc
1,081,280,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java
Eclipse_Platform_UI
5,395
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
2004-04-06 10:17:43
1,081,260,000
verified fixed
ef74004
1,081,270,000
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
5,396
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...
2004-03-31 14:59:24
1,080,760,000
resolved fixed
935afa4
1,081,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EarlyStartupRunnable.java
Eclipse_Platform_UI
5,397
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.
2004-04-04 04:37:44
1,081,070,000
resolved fixed
f765643
1,081,220,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
5,398
56,010
Bug 56010 [Workbench] Startup extension point should handle multiple <startup> elements
null
2004-03-24 15:09:18
1,080,160,000
resolved fixed
71d12e3
1,081,220,000
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
5,399
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 ...
2004-03-24 16:06:14
1,080,160,000
resolved fixed
47a95e1
1,081,220,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEStartupPreferencePage.java
Eclipse_Platform_UI
5,400
54,548
Bug 54548 [About] About dialog should obtain info from IProduct and IBundleGroup instead of platform configuration
null
2004-03-11 17:15:19
1,079,040,000
resolved fixed
922a37e
1,081,220,000
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/AboutAction.ja...
Eclipse_Platform_UI
5,401
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.
2004-04-05 10:26:17
1,081,180,000
closed fixed
43001cd
1,081,200,000
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
5,402
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...
2004-03-11 06:47:34
1,079,010,000
verified fixed
6801238
1,081,190,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/RestartableJob.java
Eclipse_Platform_UI
5,403
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...
2004-01-27 17:48:39
1,075,240,000
verified fixed
d9f077f
1,081,190,000
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
5,404
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...
2004-04-05 03:39:49
1,081,150,000
closed fixed
3e1a55d
1,081,180,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
5,405
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 ...
2004-04-02 16:39:27
1,080,940,000
resolved fixed
b2d2afc
1,081,180,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java
Eclipse_Platform_UI
5,406
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 ...
2003-11-19 12:01:05
1,069,260,000
verified fixed
ee5c00a
1,081,180,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/WorkInProgressPreferencePage.java
Eclipse_Platform_UI
5,407
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.
2004-03-17 16:00:42
1,079,560,000
verified fixed
2c6a1fc
1,080,940,000
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/eclipse/ui/internal/pre...
Eclipse_Platform_UI
5,408
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.
2004-03-17 08:55:49
1,079,530,000
verified fixed
cd7c319
1,080,940,000
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.ui.workbench/Eclip...
Eclipse_Platform_UI
5,409
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...
2004-03-13 17:17:42
1,079,220,000
verified fixed
4c26d9e
1,080,920,000
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.ui.workbench/Eclip...
Eclipse_Platform_UI
5,410
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...
2004-03-09 20:06:24
1,078,880,000
resolved fixed
c1d7439
1,080,920,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java
Eclipse_Platform_UI
5,411
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.
2004-03-18 12:05:16
1,079,630,000
closed fixed
352be4e
1,080,850,000
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
5,412
56,887
Bug 56887 [KeyBindings] StyledText gets key event when pressing Ctrl+O
null
2004-03-31 05:31:43
1,080,730,000
verified fixed
30cb25d
1,080,840,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java
Eclipse_Platform_UI
5,413
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...
2004-03-02 11:06:46
1,078,240,000
resolved fixed
fe50358
1,080,780,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java
Eclipse_Platform_UI
5,414
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
2004-03-18 08:38:15
1,079,620,000
resolved fixed
b032793
1,080,780,000
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 UI/org/eclipse/ui/int...
Eclipse_Platform_UI
5,415
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?
2004-03-10 16:26:03
1,078,950,000
verified fixed
d7697c1
1,080,770,000
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
5,416
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...
2004-03-29 11:23:08
1,080,580,000
resolved fixed
5a6ad00
1,080,680,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java
Eclipse_Platform_UI
5,417
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
2004-03-30 07:21:25
1,080,650,000
closed fixed
633b72b
1,080,670,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/EnablementDialog.java
Eclipse_Platform_UI
5,418
55,226
Bug 55226 [Intro] Finish javadoc/schema doc
null
2004-03-18 10:14:16
1,079,620,000
closed fixed
20361d9
1,080,660,000
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/Eclipse UI/org/eclips...
Eclipse_Platform_UI
5,419
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
2004-03-18 03:59:12
1,079,600,000
resolved fixed
0b0544c
1,080,620,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewPane.java
Eclipse_Platform_UI
5,420
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.
2004-03-26 13:23:00
1,080,330,000
resolved fixed
f5677f5
1,080,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/TabFolderLayout.java
Eclipse_Platform_UI
5,421
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...
2004-03-19 14:04:25
1,079,720,000
resolved fixed
629b7d0
1,080,600,000
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/Eclipse UI/org/eclips...
Eclipse_Platform_UI
5,422
52,957
Bug 52957 [KeyBindings] Keybinding Service consumes keystrokes for unregistered commands
null
2004-02-24 11:50:01
1,077,640,000
verified fixed
7dab5f5
1,080,590,000
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/Eclipse UI/org/eclipse/...
Eclipse_Platform_UI
5,423
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.
2004-03-29 13:42:54
1,080,590,000
closed fixed
5fe4981
1,080,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java
Eclipse_Platform_UI
5,424
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.
2004-03-29 13:30:59
1,080,590,000
closed fixed
92ba296
1,080,590,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java
Eclipse_Platform_UI
5,425
56,577
Bug 56577 [Colors/Fonts] Importing color preferences is not applied until restart
null
2004-03-29 10:10:36
1,080,570,000
closed fixed
6949311
1,080,580,000
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/ColorsAndFontsPreferencePage.java bundle...
Eclipse_Platform_UI
5,426
56,454
Bug 56454 [Activities] Configure Activities dialog does not use dialog font
Reached through: Window/Configure Activities...
2004-03-27 08:31:57
1,080,390,000
closed fixed
2d2ce6c
1,080,580,000
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
5,427
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...
2004-03-24 10:12:15
1,080,140,000
closed fixed
0018676
1,080,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
5,428
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.
2004-03-23 18:01:57
1,080,080,000
closed fixed
28b859f
1,080,570,000
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/ui/internal/IWorkb...
Eclipse_Platform_UI
5,429
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).
2004-03-24 08:41:08
1,080,140,000
verified fixed
226f30d
1,080,570,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/WorkInProgressPreferencePage.java
Eclipse_Platform_UI