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]
82,914
Bug 82914 [KeyBindings] performance: Too many MissingResourceException from NativeKeyFormatter
I'm trying to debug Eclipse plugins in Eclipse 3.1, and I have *tons* of MissingResourceException from NativeKeyFormatter (I have added exception breakpoint on RuntimeException). Here is the stack trace from debugger: Thread [main] (Suspended (exception MissingResourceException)) PropertyResourceBundle(ResourceBundle)....
verified fixed
9712355
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/formatting/AbstractKeyFormatter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-18T19:39:00Z
2005-01-15T17:26:40Z
91,747
Bug 91747 [ViewMgmt] [EditorMgmt] IWorkbenchPart.createPartControl refers to non-existent interfaces
build I20050413 IWorkbenchPart.createPartControl's Javadoc has: * <li>Register any global actions with the <code>IActionService</code>.</li> * <li>Register any popup menus with the <code>IActionService</code>.</li> * <li>Register a selection provider with the <code>ISelectionService</code> * (optional). </li> There is ...
verified fixed
9c8281c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-18T15:26:29Z
2005-04-18T16:00:00Z
91,462
Bug 91462 [Wizards] WizardDialog Javadoc Typo
The Javadoc for WizardDialog.aboutToStart says "tiggered" instead of "triggered".
verified fixed
55dbe95
["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-15T19:35:12Z
2005-04-14T20:20:00Z
91,384
Bug 91384 [Preferences] CCE in FileEditorsPreferencePage.createContents when running automated tests
build I20050413-0910 Looking through the console output for this build, I saw the following during: org.eclipse.ui.tests.UiTestSuite. The File Associations pref page comes up OK in the build though. [java] !ENTRY org.eclipse.jface 4 2 2005-04-13 13:17:14.682 [java] !MESSAGE Problems occurred when invoking code from plu...
verified fixed
c7a5e8b
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dialogs/PreferenceDialogWrapper.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-15T18:22:59Z
2005-04-14T09:13:20Z
89,637
Bug 89637 [RCP] Need regression test for new advisor saveState/restoreState APIs
null
verified fixed
5b329a2
["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/WorkbenchSaveRestoreStateTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-14T14:07:34Z
2005-03-30T19:13:20Z
91,387
Bug 91387 [DynamicUI] NPE in WorkbenchWindow$1.addExtension
build I20050413-0910 While looking through the console output for this build, I saw the following. If this exception is thrown deliberately for the tests, its message should flag it as such. !ENTRY org.eclipse.ui 4 4 2005-04-13 13:18:41.746 [java] !MESSAGE Exception in org.eclipse.ui.internal.registry.UIExtensionTracke...
verified fixed
3e5ebc5
["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
2005-04-14T10:45:06Z
2005-04-14T09:13:20Z
81,076
Bug 81076 [Preferences] Project properties dialog: tree needs a border
M4 test pass Project properties dialog: the tree on the left hand needs a border.
verified fixed
a8f286b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-13T20:06:08Z
2004-12-15T11:26:40Z
90,073
Bug 90073 [Viewers] AbstractTreeViewer.add method slow for elements added at end
When implementing deferred loading for the TreeViewer I stumbled upon serious performance problems in the AbstractTreeViewer.add(Object parentElement, Object[] childElements) method. The amount of time this method takes grows exponentially with the size of the childElements array. After profiling it turns out that the ...
verified fixed
9478b23
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-13T15:35:24Z
2005-04-02T05:33:20Z
91,137
Bug 91137 hashCode() + equals() inefficiencies
null
verified fixed
93a9ee7
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Parameterization.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/HandlerSubmission.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/Priority.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
2005-04-12T19:36:13Z
2005-04-12T15:33:20Z
90,521
Bug 90521 [Import/Export] NumberFormatException during import zip file
null
verified fixed
9351720
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarException.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-11T21:11:56Z
2005-04-06T20:40:00Z
90,651
Bug 90651 [Import/Export][Preferences] Unused messages in WorkbenchMessages
WorkbenchMessages in org.eclipse.ui.workbench, from HEAD, has the following unused messages. It looks like someone made changes to import/export but forgot to update/remove the corresponding messages. ActionSetRegistry_otherCategory ImportExportPages_browseButton ImportExportPages_deselectAll ImportExportPages_errorDir...
verified fixed
874b165
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-11T20:47:55Z
2005-04-07T16:06:40Z
90,508
Bug 90508 [RCP] [Progress] NullPointerException in ProgressManagerUtil.java
A NullPointerException is thrown in ProgressManagerUtil.java when and RCP application overrides createWindowContents and does not provide/specify a progress region. Code snippet to reproduce the problem to follow.
verified fixed
27fad43
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "tests/org.eclipse.ui.tests.rcp/Eclipse", "RCP", "Tests/org/eclipse/ui/tests/rcp/WorkbenchAdvisorTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-11T20:31:24Z
2005-04-06T17:53:20Z
89,406
Bug 89406 [WorkbenchParts] OpenCloseEditorTest failing
null
resolved wontfix
d9fb1b7
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/performance/OpenCloseEditorTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-11T18:11:25Z
2005-03-29T21:00:00Z
89,034
Bug 89034 [ActivityMgmt] Activities javadoc issues
Should ITriggerPointManager#UNKNOWN_TRIGGER be deprecated? WorkbenchActivityHelper#allowUseOf is deprecated and new - can it be deleted? ActivityCategoryPreferencePage needs more javadoc
verified fixed
6bb18b0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T20:44:54Z
2005-03-24T18:46:40Z
90,698
Bug 90698 [EditorMgmt] FileEditorInput.getStorage() API change
Eclipse 3.1 M6 FileEditorInput.getStorage() has changed to no longer throw a CoreException. Since this class is public this is a breaking API change. Workaround is to cast the FileEditorInput to an IFileEditorInput.
verified fixed
3ff64eb
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T20:40:40Z
2005-04-07T18:53:20Z
88,926
Bug 88926 [Preferences] IDE should subclass FileEditorsPreferencePage
Currently the link to the content types editor page lives in Workbench despite the target living in IDE. This should be resolved for 3.1
verified fixed
8cde525
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/NewContentTypeFileAssociationDialog.java", "bundles/org.eclip...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T20:35:02Z
2005-03-23T20:33:20Z
66,497
Bug 66497 All projects deletion triggers full workspace reindexing
Build RC1 Tracing transient memory allocation, I observed that when selecting all (binary linked) projects from a self-hosting workspace, lots of memory was allocated due to Java indexing activity. Looking deeper, I observed that the PDE container was being reset as soon as notified from resource deletions (likely to c...
verified fixed
e558b91
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T20:05:46Z
2004-06-10T12:20:00Z
88,653
Bug 88653 [Commands] performance: 50% of perspective switch in ParameterizedCommand.equals()
Build: I20050315 Setup: 1) Workspace with three projects, org.eclipse.jdt.core, org.eclipse.swt, and org.eclipse.swt.win32 2) Editor open on org.eclipse.jdt.internal.compiler.parser.Parser.java 3) Default Java perspective and Resource perspective open My test was to switch between the two open perspectives about five t...
verified fixed
2cd3413
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Category.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T19:56:58Z
2005-03-21T15:46:40Z
58,930
Bug 58930 [About] Unable to open web browser: Help->About Eclipse Platform->Feature Details->More Info
Platforms: Solaris 9 and HP-UX11.11 Eclipse 3.0M8, Build Id: 200403261517 First I will prove that I can open the web browser via Eclipse Help: - Go to Window->Preferences->Help. Enter in the browser's path and command (e.g <path>/netscape %1) into "Customer Browser command". Click OK. - Go to Help->Help Contents. The b...
resolved fixed
448e052
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T17:03:52Z
2004-04-16T21:13:20Z
89,019
Bug 89019 [ActivityMgmt] ImageBindingRegistry is never hooked into the extension registry
Despite being wired to listen to registry events, this registry is not actually hooked into the extension registry.
verified fixed
18aa626
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ImageBindingRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/WorkbenchActivitySupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IWorkb...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T16:39:29Z
2005-03-24T18:46:40Z
88,552
Bug 88552 [Contributions] Can't filter out actions from popup menu that are contributed by other plugins
Found in eclipse3.1M5a org.eclipse.compare use objectContribution on IFile and IResource to contribute menus to the popupextender, and they set adaptable=true. My multipage editor popup menu contains the above menu actions, and they appear to be contributed for the editor input (IFileEditorInput). I stepped into PopupM...
verified fixed
7d8d6ef
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PopupMenuExtender.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/part/CompatibilityPartSite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-07T14:26:46Z
2005-03-19T02:40:00Z
67,478
Bug 67478 [Workbench] Title does not change when closing projects
A small bug: When I close a project, open editors close, but the main Eclipse title bar do not change the title (and it still show the name of the resource which was edited before). My setup: WinXP SP1, Eclipse 3.0 RC2. Also, some editors (e.g. EclipseUML) do not close at all (but maybe it's their fault).
verified fixed
0501474
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-06T20:17:10Z
2004-06-16T15:33:20Z
89,550
Bug 89550 [Undo] - beef up javadoc for event notification and dispose
I20050330-0500 This is maybe a problem in the commands plugin - if so, please move the bug up. - Have compilation unit p/A.java: ----------------------- package p; public class B { } ----------------------- - Change "B" to "A" - Edit > Undo Typing - Ctrl+1, choose "Rename compilation unit to 'B.java'" => The following ...
verified fixed
cb1766f
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/OperationHistoryEvent.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-06T04:15:32Z
2005-03-30T13:40:00Z
78,460
Bug 78460 [Contributions] [ViewMgmt] Console actions leaking after each launch
For each launch that terminates and is removed, two console actions are leaked (which also keep a fair bit of the previous launch session in memory). Test case: Ran a program to termination. Removed the program via the Debug view ConsoleTerminateActionDelegate and ConsoleRemoveAllTerminatedActionDelegate leaked per lau...
verified fixed
16f10c8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPluginAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java", "bundles/org.eclipse.ui...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-05T20:47:42Z
2004-11-12T00:40:00Z
78,860
Bug 78860 [Progress] UIJob uses lots of resources
I had a memory monitor plugin that graphed the available memory over time. I wrote it using java.util.Timer. The graph looked flat. I re-implemented it using UIJob. The graph became a saw-tooth. The following code illustrates the problem. Create a plugin project. Add the org.eclipse.ui.ActionSets extension and choose t...
verified fixed
2f2bb34
["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/ProgressManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-05T19:43:55Z
2004-11-17T19:33:20Z
89,393
Bug 89393 [Undo] - Rename CU scenario - undo becomes disabled in renamed editor
(from Dirk email) - open a compilation unit in the editor - select the type name of the top level type - execute refactoring rename - this correctly opens a triggered operation. However, the operation gets closed by the fact that the editor get set a new input. The stack trace is as follows: Thread [main] (Suspended (b...
verified fixed
6825a35
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-05T19:28:59Z
2005-03-29T21:00:00Z
19,336
Bug 19336 [View Mgmt] Leak: Closed fast view is not GCed.
Build F2 Run Eclipse with OptimizeIt. See the number of ResourceNavigator(s). Should be 1. Make it a fast view. Close it. GC. There are lots of references to ResourceNavigator. Tryied to change Perspective.hideView(IViewPart view) adding if(previousActiveFastView == view) previousActiveFastView = null; but it was not e...
verified fixed
c8d1166
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.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
2005-04-04T21:58:24Z
2002-06-05T15:13:20Z
89,374
Bug 89374 [WorkbenchParts] partVisible not sent when editor restored
null
verified fixed
44863b3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WWinPartService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java", "bundles/org.eclipse.ui.workb...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T21:11:14Z
2005-03-29T18:13:20Z
89,109
Bug 89109 Need Workspace preference page doc and code fixup
There is currently an illegal reference from IDE to the IWorkspacehelpIds class where we set the Workbench pref. page as the context help id for the workspace page. We should add a new help page for the workspace page and add the context id to IIDEHelpContextIDs and remove the illegal reference. As well the workbench h...
verified fixed
669e2ee
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IIDEHelpContextIds.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T20:02:06Z
2005-03-25T17:00:00Z
89,959
Bug 89959 [Progress] Progress dialog stayed up when no activity happening, with no details and only cancel button
build I20050331-2000 - had a workspace sync going on in the background - it was near completion - did a sync on another resource from PE - got the Progress Information / Operation in progress... dialog, but it showed no further details - just before this came up, I saw an error dialog come up from the first sync (it's ...
verified fixed
74e56ac
["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/ErrorNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobErrorDialog.java...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T19:43:06Z
2005-04-01T15:40:00Z
84,499
Bug 84499 [PerspectiveBar] Ordered perspectives in perspective switcher by drag and drop not maintained
N20050202-0010 I drag and drop to rearrange my perspectives in the perspective switcher Exit Eclipse Restart Eclipse I must reorder the perspectives again. I expected the order to be preserved.
verified fixed
18cbef2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IReorderListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveSwitcher.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.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
2005-04-04T19:09:04Z
2005-02-04T23:33:20Z
89,707
Bug 89707 Undo menu item missing text and wrongly enabled when undo history is 0
Build: I20050330-0500 From a new workspace 1) Set the text editor undo history size to 0. 2) Create a simple project 3) Create a text file 4) Type some text in the text file 5) Right click in the text editor. -> The "Undo" action text is missing - showing just a blank space in the menu. When I increase the history size...
verified fixed
267a30a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T18:40:31Z
2005-03-30T22:00:00Z
89,591
Bug 89591 ContainerCheckedTreeViewer can be deleted
20050330 The internal ContainerCheckedTreeViewer is not longer referenced in the UI and can be deleted.
verified fixed
824bc8b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContainerCheckedTreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T15:29:35Z
2005-03-30T16:26:40Z
89,029
Bug 89029 ActionFactory javadoc references do not have the same format as the rest of the workbench
ActionFactory javadoc references do not have the same format as the rest of the workbench - i.e. they do not use the style generated by the javadoc tool
verified fixed
05e0375
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/ActionFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T15:19:09Z
2005-03-24T18:46:40Z
89,903
Bug 89903 [EditorMgmt] EditorRegistry returns null as one of the default editors
The following is the contract for 'setDefaultEditor' in IEditorRegistry: /** * Sets the default editor id for the files that match that * specified file name or extension. The specified editor must be * defined as an editor for that file name or extension. * * @param fileNameOrExtension the file name or extension patte...
verified fixed
d7b8d8b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-04-04T13:13:42Z
2005-03-31T23:00:00Z
89,971
Bug 89971 [Viewers] Viewers that use IViewerLabelProvider do too many instanceof checks
M6 Checking our viewer the calls to buildLabel are doing too many instanceof checks. As a result certain viewers (such as the table viewer) are twice as slow as they were in 3.0 due to these checks. I have written some performance suites to test the Table, Tree, List and Combo viewers. Table and Tree have this issue.
verified fixed
3d7be21
["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
2005-04-04T12:36:36Z
2005-04-01T15:40:00Z
89,891
Bug 89891 [Progress] ErrorNotificationManager parenting off of the wrong shell
20050331 When we open an error dialog we parent off of the current window. In the case where there is already a modal dialog open this can result in two dialogs blocked on a readAndDispatch. We should use Stefans new shell provider.
verified fixed
0d7620a
["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
2005-03-31T21:08:18Z
2005-03-31T20:13:20Z
89,816
Bug 89816 [Workbench] Cannot unlock toolbar
build i0331-0010 I started up this build and I have the coolbar locked. But I noticed that when I look at the coolbar context menu, the "Lock the Toolbar" item is checked but greyed out. It doesn't seem to matter where I click to bring up the menu...the option to unlock the toolbar is always greyed out.
verified fixed
55ace94
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LockToolBarAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-31T16:40:22Z
2005-03-31T11:53:20Z
89,246
Bug 89246 [EditorMgmt] PartInitException: No saved state can be found for this editor, when closing editors
build N20050328 I've seen this in my own workspace as well, since I20050315. When this happens, it leaves zombie editors around in the list (e.g. they show up in the Ctrl+F6 list). Could this be due to recent EditorManager changes? It should not be trying to restore editors while closing all editors. Also, why does unz...
verified fixed
d3367ab
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-31T04:28:56Z
2005-03-28T17:13:20Z
89,530
Bug 89530 [Preferences] Performance pref page is layer breaker and causes errors
I20050329-2000 The new Performance preference page directly reference JDT UI stuff but is located in org.eclipse.ui.ide. In addition to being a layer breaker this causes errors for users which do not have JDT installed (e.g. the Platform SDK drop) and it also shows a dialog saying that the page contains invalid values....
verified fixed
8313b25
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PreferenceLinkArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-30T21:23:28Z
2005-03-30T13:40:00Z
89,504
Bug 89504 [Contributions] ResourceException when opening context menu on closed project
I20050329-2000 Close a project and the open the context menu on it. I guess the problem is that org.eclipse.ui.internal.ide.model.ProjectPersistentPropertyTester accesses a closed project. Error 2005-03-30 12:42:44.675 Core exception while testing project persistent property org.eclipse.core.internal.resources.Resource...
verified fixed
baada10
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/ProjectPersistentPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/adaptable/WorkingSetTestCase.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-30T20:45:15Z
2005-03-30T10:53:20Z
83,059
Bug 83059 [RCP] No enablement of perspective menu items
RCP application using factory methods to create menu items for Close Perspective , Close All Perspectives, Reset Perspective, etc. does not maintain enablement state of actions. This code in WorkbenchAdvisor's fillActionBars() method recreates the problem: //Use standard factory methods for actions IWorkbenchAction res...
verified fixed
1aadb33
["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/actions/ExportResourcesAction.java", "bundles/org.eclipse.ui.workbench/Ecl...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-30T17:48:17Z
2005-01-18T06:33:20Z
89,625
Bug 89625 [IDE] IDEWorkbenchWindowAdvisor refers to workbench internals for backdrop
3.1 M5 The code in IDEWorkbenchWindowAdvisor to provide the backdrop when all perspectives are closed refers to internal workbench classes: import org.eclipse.ui.internal.IWorkbenchGraphicConstants; import org.eclipse.ui.internal.WorkbenchImages; import org.eclipse.ui.internal.dialogs.SelectPerspectiveDialog; This shou...
verified fixed
e643399
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.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
2005-03-30T17:47:32Z
2005-03-30T16:26:40Z
89,415
Bug 89415 [Commands] handlers: Ctrl+E has no effect
build I20050324-1400 - Ctrl+E in an open editor (plain text or Java) has no effect at the moment - Choosing Switch to Editor from the Window > Navigation menu works OK
verified fixed
ebf8f73
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-30T16:20:06Z
2005-03-29T21:00:00Z
89,340
Bug 89340 [Preferences] Preferences working copy: Pages want to submit update jobs
20040329 The preference working copies are applied after all pages have their 'performOk()' called. That's fine, but raises the problem for pages that need to do a full build after changes. Before they could do it on 'performOk()', now this doesn't do anything as changes are not yet applied to the preference store. Sug...
verified fixed
804c29a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/IWorkbenchPreferenceContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T20:26:22Z
2005-03-29T12:40:00Z
80,793
Bug 80793 [Viewers] null image returned from ILabelProvider.getImage should remove any image
I20041208 (-gtk) I have an ILabelProvider which in some cases returns an image in its getImage method, in some cases it does not. If I have once set an image, and then want to remove it, I return null; however, ViewerLabel.hasNewImage treats null as "no change". IMO, if a null image is returned, the viewer should remov...
verified fixed
fd10ea2
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerLabel.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T14:35:19Z
2004-12-13T09:26:40Z
89,324
Bug 89324 [Preferences] PreferenceLinkArea uses java.security.InvalidParameterException
20050329 PreferenceLinkArea uses java.security.InvalidParameterException which is 'designed for use by the JCA/JCE engine classes'. I guess IllegalArgumentException was meant
verified fixed
25b0ab7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PreferenceLinkArea.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T12:56:30Z
2005-03-29T07:06:40Z
73,587
Bug 73587 [RCP] Allow separation of declaration and placement of workbench extensions
null
verified fixed
57d4da0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ExtensionFactory.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T05:33:44Z
2004-09-09T17:13:20Z
89,303
Bug 89303 [Help] Add support for resolving hrefs in the workbench help system
There are several use cases where a help resource href needs to be resolved into a URL so that it can be manipulated (opened, shown in a browser etc.). This task is dependent on the help system plugged in. I have added two methods to IWorkbenchHelpSystem: resolve and unresolve. The former takes a String href and return...
resolved fixed
34abbd0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/AbstractHelpUI.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/IWorkbenchHelpSystem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T01:26:10Z
2005-03-28T22:46:40Z
89,259
Bug 89259 [WorkbenchParts] assertion failed when opening Compare editor for MANIFEST.MF
N20050328-0010 Not sure what the right component to report this against is. Opening compare editor for MANIFEST.MF files fails with the following AssertionFailedException. It looks quite critical, but I am leaving severity as normal since it is a nightly build. Steps: - select two random MANIFEST.MF files - compare wit...
resolved fixed
bfb24e0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IEditorInput.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTester.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T00:54:18Z
2005-03-28T20:00:00Z
89,311
Bug 89311 [Workbench] clean up registry constants
The various constants that live in RegistryReader subclasses should be moved to IWorkbenchRegistryConstants.
verified fixed
79b9db4
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SelectionEnabler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/WorkbenchEncoding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributor.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
2005-03-29T00:53:53Z
2005-03-29T01:33:20Z
89,139
Bug 89139 [JFace] - API Review - DerivedImageDescriptor not complete
while reviewing the API for DerivedImageDescriptor, I noticed that the constructor parameter originalImage is never assigned in the constructor to the instance variable originalImage, which is used in all the creation methods. I doubt this class works...?? Also, the #createResource method doesn't throw the DeviceResour...
resolved fixed
5322320
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/DerivedImageDescriptor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/DeviceResourceException.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-29T00:52:26Z
2005-03-25T22:33:20Z
89,031
Bug 89031 [Undo/Redo] IWorkbench#getOperationSupport() marked experimental
IWorkbench#getOperationSupport() marked experimental
verified fixed
3bad50e
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ICompositeOperation.java", "bundles...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T21:06:50Z
2005-03-24T18:46:40Z
89,218
Bug 89218 [DynamicUI] There needs to be a browser dynamic test
The browser support needs an associated dynamic test suite. I've written one but will hold off on releasing it until Dejan has the fix for 89215 ready (so we're not stepping on each others toes).
verified fixed
54ba221
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/browser/WorkbenchBrowserSupport.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/BrowserTests.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/dynamicplugins/DynamicPlugins...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T20:13:36Z
2005-03-28T14:26:40Z
85,192
Bug 85192 [KeyBindings] preference page: ArrayIndexOutOfBounds if add special key while modifier pressed
I20050214-0927 Window>Preferences>General>Keys>Modify Key Sequence "Name:" text field Hold Ctrl key Click the Insert Special Key button Select an entry java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.get(ArrayList.java:326) at org.eclipse.jface.bindings.keys.KeySequenceText.insertStrokeAt (KeySequen...
verified fixed
163402a
["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequenceText.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T18:53:40Z
2005-02-14T22:26:40Z
88,134
Bug 88134 [Commands] errors: Incomplete and confusing warning
null
verified fixed
f1aef80
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T18:23:08Z
2005-03-15T23:40:00Z
89,224
Bug 89224 [Preferences] Policy.SHOW_PREFERENCES_NEWLOOK is unused
latest from head The Policy.SHOW_PREFERENCES_NEWLOOK setting (new in 3.1) is currently unused. Can it be removed?
verified fixed
a36044d
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T18:18:14Z
2005-03-28T14:26:40Z
89,020
Bug 89020 [Undo] Operation throws assertion failure if undo limit is set to 0
I20050324-0800 Unfortunately existing clients of text's undo manager were allowed to set any number without failing. This is no longer possible: an assertion failure occurrs if the limit is smaller than 1. I will add code on my side that will handle the negative numbers but the operation history must allow 0.
verified fixed
ad9d7ef
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/operations/OperationsAPITest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T18:08:51Z
2005-03-24T18:46:40Z
89,032
Bug 89032 javadoc issues with contributions
CompoundContributionItem marked experimental CompoundContributionItem IContributionItem[] getContributionItems() has no javadoc
verified fixed
8d5afc0
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CompoundContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T17:40:08Z
2005-03-24T18:46:40Z
89,025
Bug 89025 [Commands] javadoc issues in commands
ActiveShellExpression - no javadoc for public final EvaluationResult evaluate(final IEvaluationContext context) { LegacyHandlerSubmission#evalate has no javadoc ActionHandler#addHandlerListener javadioc is wierd (since tag and reference to an interface) ExtensionParameterValues missing javadoc
verified fixed
eb21570
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ActiveShellExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/LegacyHandlerSubmissionExpression.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T16:32:29Z
2005-03-24T18:46:40Z
89,071
Bug 89071 [Progress] Progress dialog prevents access to modal error dialog
build I20050323 - went to commit a change to a file - it had meanwhile been modified in the repo - it brought up an error dialog and a progress dialog - the error dialog must have come up first - the progress dialog is top-most, but is application modal and disabled, so I can't dismiss the modal error dialog - had to k...
verified fixed
fe0055d
["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
2005-03-28T16:31:06Z
2005-03-25T03:06:40Z
89,137
Bug 89137 [JFace] - API Review - "temporary" API in AbstractTreeViewer
AbstractTreeViewer contains two methods documented as "temporary" internalRefresh(Widget, Object) internalAdd(Widget, Object, Object [])
verified fixed
7db3e25
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T16:20:04Z
2005-03-25T22:33:20Z
72,397
Bug 72397 [Dialogs] DialogSettings Javadoc example needs <pre> and </pre> tags
The Javadoc for the class DialogSettings includes an example, but when displayed as HTML is displayed word-wrapped. This example, as with all code examples, should be considered preformatted by the browser. To do this, add a <pre> tag before the example and a </pre> tag after the example.
verified fixed
cf020cb
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T15:37:27Z
2004-08-22T02:00:00Z
89,123
Bug 89123 [Wizards] Typo in WizardDataTransferPage Javadoc
Small typo in the description of the subject class: This class is not intended to be subclassed outside outside of the workbench. (Duplicate "outside".)
verified fixed
083a5c2
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardDataTransferPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-28T15:34:19Z
2005-03-25T19:46:40Z
89,033
Bug 89033 Workbench javadoc issues
NewWizardDropDOwn#run, #createDropDownMenuMgr missing javadoc RetargetAction #isHandled is missing javadoc WorkbenchWindowAdvisor has TODO tags
verified fixed
6d94228
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewWizardDropDownAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchWindowAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-25T04:18:14Z
2005-03-24T18:46:40Z
88,737
Bug 88737 [GlobalActions] Close All is disabled while an editor is open
I20050315-1100 - new workspace, new project, new file "Test.txt" -> editor for Test.txt is open, but File > Close All is disabled
verified fixed
bd4055f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-24T22:43:33Z
2005-03-22T14:00:00Z
88,873
Bug 88873 [DynamicUI] remove Experimental from IExtensionTracker API
See IWorkbench.getExtensionTracker WorkbenchWindow WorkbenchPage
verified fixed
22400f6
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-24T21:55:50Z
2005-03-23T15:00:00Z
88,993
Bug 88993 [Viewers] CCE in AbstractTreeViewer.indexForElement(..)
null
verified fixed
a33eca8
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-24T16:04:15Z
2005-03-24T13:13:20Z
63,293
Bug 63293 [Workbench] Should deprecate IWorkbench.getPreferenceStore()
build I20040520 IWorkbench.getPreferenceStore() returns the preference store for org.eclipse.ui.workbench, where we store only internal preference settings. The method has been here since 2.0, and has been implemented this way since 2.1. Clients should use the new PlatformUI.getPreferenceStore() instead. Propose deprec...
verified fixed
0a88e65
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-24T03:54:45Z
2004-05-20T19:06:40Z
88,838
Bug 88838 [Undo] - API cleanup - remove IContextConsultingOperationApprover
Early on this was involved in scenarios where editors examined other operations. This is no longer used. Operation approvers generally apply to all contexts and are installed at the OperationHistory level. Until there is a concrete need for this API it should be removed. It is gratuitous at this point.
verified fixed
c5bc2e0
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ContextConsultingOperationApprover.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ICompositeOperatio...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-24T00:37:52Z
2005-03-23T03:53:20Z
86,958
Bug 86958 [Viewers] Adding many adjacent children to a TreeViewer is slow
This is on 3.1M5a, GTK2 build. If you add several thousand children to a Tree, it can take several minutes to complete. A concrete example is browsing a CVS repository containing thousands of directories (e.g. cvs.fedora.redhat.com/cvs/dist). If you browse through that repo, the UI becomes unresponsive for several minu...
verified fixed
d94e309
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.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
2005-03-23T21:23:00Z
2005-03-01T23:33:20Z
67,413
Bug 67413 [KeyBindings] misc: Block accelerators that are in use
I meet a error after following these steps: - Remove hot keys Navigate->Open:F3 then add a new one Ctrl+Enter - Remove hot keys Edit->Find Previous:Ctrl+Shift+K then add a new one Shift+F3 - Remove hot keys Edit->Find Next:Ctrl+K then add a new one F3 Everything work fine with the new assigned keys except for editing a...
verified fixed
cdb8444
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-23T20:48:19Z
2004-06-16T07:13:20Z
88,878
Bug 88878 [Preferences] File and Content Type pages should link to one another
There should be some mention of the relationship between content type and file association pages.
verified fixed
24d68c6
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workb...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-23T20:41:25Z
2005-03-23T17:46:40Z
88,890
Bug 88890 [WorkbenchLauncher] missing "select workspace" dialog
i200503230842 Running with this build for the first time, I noticed it did not bother asking me for the workspace location. Just opened the default location. Note UI preferences are being created in the configuration area: #Wed Mar 23 12:25:49 EST 2005 RECENT_WORKSPACES_PROTOCOL=2 SHOW_WORKSPACE_SELECTION_DIALOG=false ...
verified fixed
5566727
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-23T19:08:06Z
2005-03-23T17:46:40Z
87,208
Bug 87208 [GlobalActions] CCE in RetargetAction while switching between views and editors
java.lang.ClassCastException: org.eclipse.ui.actions.RetargetAction at org.eclipse.ui.actions.RetargetAction.propagateChange(RetargetAction.java:197) at org.eclipse.ui.actions.RetargetAction$1.propertyChange(RetargetAction.java:60) at org.eclipse.jface.action.Action.firePropertyChange(Action.java:597) at org.eclipse.jf...
resolved fixed
186394e
["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"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-23T17:23:35Z
2005-03-05T10:53:20Z
88,872
Bug 88872 [Keys] (tests) Bug43597Test is platform-specific
null
verified fixed
7b6b574
["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug43597Test.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-23T16:08:50Z
2005-03-23T15:00:00Z
88,863
Bug 88863 [Preferences] PreferencesLinkArea should be API
We need to make the preferences link area API.
verified fixed
3015a56
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/PerformancePrefererencePage.java", "bundles/org.e...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-23T14:52:07Z
2005-03-23T15:00:00Z
85,601
Bug 85601 [Preferences] export preferences wizard - "Choose Specific" not working
M5 v20050215-2300 Select File>Export>Preferences Enable the radio button "Choose Specific Preferences to Export" The only preference shown is "Keys Preferences" Worse, if I select this choice and export, I get an empty file. Why is this the only choice? Should I be seeing all preference categories in this list? or just...
verified fixed
a3932e9
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-22T22:34:18Z
2005-02-16T21:40:00Z
70,856
Bug 70856 [Viewers] ComboViewer internalRefresh is slow
When you call ComboViewer internalRefresh (via StructuredViewer.refresh), the viewer clears the model, gets the list of items from the data model and walks through them one by one, adding them to the combo and the element map: ILabelProvider labelProvider= (ILabelProvider) getLabelProvider(); for (int i= 0; i < childre...
verified fixed
c79a03a
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-22T19:43:27Z
2004-07-26T19:26:40Z
77,468
Bug 77468 [ErrorHandling] NPE in Perspective.loadPredefinedPersp
eclipse.buildId=I200411020010 java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en Command-line arguments: -showlocation 1) Launch eclipse with a brand new workspace 2) Try to open the CVS perspective java.lang.NullPointerException at org.eclipse.ui.internal....
verified fixed
dc8ae1f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-22T14:35:03Z
2004-11-02T12:53:20Z
88,352
Bug 88352 Operation supports leaks contexts via action handler
I20050315-1100 Susan, this is a different leak from the one that I reported. Test Case: 1. open text editor 2. close text editor ==> DefaultUndoManager is leaked due to undo/redo actions handlers still holding on to the context.
verified fixed
f2e3de5
["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java", "bundles/o...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T23:34:59Z
2005-03-17T17:20:00Z
67,890
Bug 67890 [PropertiesView] Exception when entries added to properties view
null
verified fixed
bc8051c
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/properties/ResourcePropertySource.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetEntry.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T21:48:10Z
2004-06-18T20:20:00Z
88,191
Bug 88191 [Preferences] Temporary shell created in PreferenceConverter
org.eclipse.jface.preference.PreferenceConverter has this code to set its default font data: Shell shell = new Shell(); FONTDATA_ARRAY_DEFAULT_DEFAULT = shell.getFont().getFontData(); shell.dispose(); Rather than creating an extra Shell, is it not sufficient to use display.getSystemFont() ?
verified fixed
ee19a1c
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T20:22:08Z
2005-03-16T16:20:00Z
58,617
Bug 58617 [Dialogs] DCR: Make StatusDialog public API
20040415 StatusDialog is an extension of Dialog, having an ok and cancel button with a status line. Status is set using 'updateStatus'. It is similar that the SelectionStatusDialog which is in 'org.eclipse.ui.dialogs'. It also handles that usability rule that says that no dialog should come up with an error message. Th...
verified fixed
19c503c
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/StatusDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T15:30:06Z
2004-04-15T09:06:40Z
86,011
Bug 86011 [Wizards] Need to support creating multiple folders at once
It is currently not possible to create more than one folder at a time using the New folder wizard like it is with the import dialogs for instance. We would need to change ResourceAndContainerGroup so that it accepted paths in validateResourceName() and WizardNewFolderPage to build these.
verified fixed
9e31f03
["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T14:41:40Z
2005-02-21T21:06:40Z
87,111
Bug 87111 [Dialogs] Feature: add general-purpose page change notification for dialogs
New dynamic help pane attaches itself to all the dialogs that JFace provides. Some of these dialogs manage multiple pages but dynamic help has no way of registering for page change notification. Examples of dialogs that exhibit this behaviour are WizardDialog, PreferenceDialog, LaunchConfigurationDialog (in Debug), Pro...
verified fixed
1ed996e
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageChangeProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageChangedListener.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PageChangedEvent.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/Preferenc...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T14:19:34Z
2005-03-03T22:46:40Z
88,634
Bug 88634 [ActivityMgmt] move activity image binding to the activitySupport extension point
Images are really peripheral to activities and their declaration should be moved to the activitySupport extension point
verified fixed
020d258
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ImageBindingRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/ActivitiesTestSuite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T14:07:35Z
2005-03-21T13:00:00Z
88,635
Bug 88635 [EditorMgmt] add performance tracking for content type resolution
This operation could be expensive and should be tracked.
verified fixed
2d8b474
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/UIStats.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T13:51:08Z
2005-03-21T13:00:00Z
88,604
Bug 88604 [EditorMgmt] [Perspectives] NPE in PerspectiveListenerList.fireEvent when debug flag is on
build I20050315 + latest UI from head When running the tests, the perspective-oriented tests in IWorkbenchPageTests fail with an NPE like the following Thread [main] (Suspended (exception NullPointerException)) PerspectiveListenerList.fireEvent(SafeRunnable, IPerspectiveListener, IPerspectiveDescriptor, String) line: 5...
verified fixed
35396f8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-21T00:50:13Z
2005-03-21T01:53:20Z
85,506
Bug 85506 [Import/Export] [Preferences] import preference wizard uses a "save" dialog.
I20050215-2300 The import preferences wizard provides a browse button to select the file you wish to import from. However, it creates a Save As dialog. When you select the file you wish to import you are greeted with a warning that the file will be overwritten. No such thing occurrs, and otherwise the import succeeds.
verified fixed
d526694
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/PreferencesMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-18T21:30:20Z
2005-02-16T18:53:20Z
88,273
Bug 88273 [ViewMgmt] (regression) Show view dialog does not remember last selection or expanded state
null
verified fixed
e94da57
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-17T14:09:24Z
2005-03-17T03:26:40Z
86,610
Bug 86610 Lots of Worker threads (around 100)
3.1 M5a When running all our tests together (see attached class AllZRZHTests.java) on our buildmachine (Linux Fedora Core using Sun VM 1.4.2_06) we see that more and more Worker threads get created but not terminated. When the last test cases are reached, tons of "java.lang.StackOverflowError" are written to the consol...
verified fixed
23e6571
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-16T21:49:15Z
2005-02-25T11:13:20Z
88,137
Bug 88137 [Model] NPE on editor resource save
When the editor part has no title tool tip set (null) or when there is an editor input with null toolTipText the EditorPart.getTitleToolTip() will return null. This will result in NPE thrown in org.eclipse.ui.mode.WorkbenchPartLabelProvider.getText(Object) at line 56: String path = part.getTitleToolTip(); if (path.leng...
verified fixed
7472e07
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/model/WorkbenchPartLabelProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-16T17:21:56Z
2005-03-15T23:40:00Z
88,175
Bug 88175 NPE opening ShowViewDialog
20040315 with platform-ui from HEAD When I open the ShowView dialog I get the following NPE !ENTRY org.eclipse.ui 4 0 2005-03-16 09:35:51.555 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.ViewSorter.compare(ViewSorter.java:46) at org.eclipse.jface.vie...
verified fixed
9b9698e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewSorter.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-16T14:58:02Z
2005-03-16T13:33:20Z
88,116
Bug 88116 [ViewMgmt] ClassCastException in show view dialog
HEAD on 2005/03/15 There is a CCE when you try and open a view in the show view dialog. Introduced with the view category changes.
verified fixed
f41cf09
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewSorter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java", "tests/org.eclipse...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-15T21:09:35Z
2005-03-15T20:53:20Z
48,138
Bug 48138 [Dialogs] Public API for ContainerCheckedTreeViewer, ResourceTreeAndListGroup
These are very useful classes. They are good for use in wizards.
verified fixed
0de2fdc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ContainerCheckedTreeViewer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContainerCheckedTreeViewer.ja...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-15T20:19:54Z
2003-12-05T10:26:40Z
86,166
Bug 86166 [Preferences] need preference pages for content types
null
verified fixed
b06c770
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/NewContentTypeFileAssociationDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-15T19:29:37Z
2005-02-22T16:33:20Z
53,176
Bug 53176 [KeyBindings] misc: WorkbenchContextSupport should not add/remove key filter more than once
On platform-swt-dev, its becoming more known that Display.addFilter(..) exists, and people may (will) use it to circumvent our system in some cases. My big concern is that the method WorkbenchCommandSupport.setKeyFilterEnabled adds and removes us from Display's listener list. If other clients are adding listeners to th...
verified fixed
0289d1e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ws/WorkbenchContextSupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-15T16:22:50Z
2004-02-26T15:40:00Z
87,951
Bug 87951 [ViewMgmt] View registry API exposes internal Category class
3.1 M5 IViewRegistry has: public Category[] getCategories(); but Category is internal. Either we need to provide an IViewCategory (similar to IWizardCategory) or provide a shared ICategory interface that can be used across multiple extension registries.
verified fixed
23cbb9b
["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/dialogs/ViewContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewLabelProvider....
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-15T12:35:21Z
2005-03-14T17:06:40Z
86,633
Bug 86633 [Themes] Cascading*Registry should not use Display.getCurrent().asyncExec
3.1 M5 org.eclipse.ui.internal.themes.CascadingColorRegistry.dispose() org.eclipse.ui.internal.themes.CascadingFontRegistry.dispose() have the following pattern: Display.getCurrent().asyncExec(displayRunnable); If this is not running in the UI thread, then Display.getCurrent() will return null. If it is running in the ...
verified fixed
640f958
["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"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2005-03-14T21:04:05Z
2005-02-25T14:00:00Z