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 |
|---|---|---|---|---|---|---|---|---|---|---|
3,930 | 132,996 | Bug 132996 [IDE] IDE does not need to check for VM version | Since 3.1, startup.jar checks if the VM being used is the correct one. Therefore the IDEApplication no longer needs to do the same check. Patch coming. | 2006-03-23 09:26:59 | 1,143,120,000 | resolved fixed | 59ae811 | 1,143,230,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java | Eclipse_Platform_UI |
3,931 | 127,929 | Bug 127929 [DnD] Change Preferences option for draggable trim should be removed in M5 | This is not a very polished entry and given that Milestones get a decent amount of attention I think we should pull the menu. | 2006-02-14 17:47:36 | 1,139,960,000 | verified fixed | 8bec16a | 1,143,140,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/TrimCommonUIHandle.java | Eclipse_Platform_UI |
3,932 | 127,451 | Bug 127451 [Mapping] Model provider and working set mappings must be dynamic | The model provider and working set mappings must be dynamic. Currently they use CompositeResourceMapping which means that changes to the projects of the model provider or the contents of the working set get missed if someone holds onto a mapping. | 2006-02-13 07:56:56 | 1,139,840,000 | verified fixed | 4d20db1 | 1,143,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetAdapterFactory.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetResourceMapping.java | Eclipse_Platform_UI |
3,933 | 95,945 | Bug 95945 [Navigator ] Opening compare editor switches to Java editor | To reproduce this issue: 1. Open a .java, .xml etc. file that has been modified since last cvs checkout in resource/java perspective. 2. Synchronize entire project -> switch to synchronize perspective 3. Double click a changed file that is NOT currently open in perspective - you get a side-by-side compare view of the t... | 2005-05-19 10:10:04 | 1,116,510,000 | resolved fixed | 0909916 | 1,143,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
3,934 | 132,763 | Bug 132763 [Markers] Unused NLS messages reported on startup using I0321-1210 | Starting I20060321-1210, I got this in the console log. !ENTRY org.eclipse.osgi 2 1 2006-03-21 20:21:07.984 !MESSAGE NLS unused message: filtersDialog_selectAllTypes in: org.eclipse.ui.views.markers.internal.messages !ENTRY org.eclipse.osgi 2 1 2006-03-21 20:21:07.984 !MESSAGE NLS unused message: filtersDialog_deselect... | 2006-03-21 20:24:04 | 1,142,990,000 | verified fixed | 1314b29 | 1,143,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java | Eclipse_Platform_UI |
3,935 | 132,678 | Bug 132678 Contributed Trim is not sited correctly | Trim contributed using the location information: <location> <order position="after" relativeTo="command2"/> <bar type="trim"/> </location> Shows up at the beginning of the main command line (i.e. to the left of the CBanner. It should be showing up to the right. | 2006-03-21 09:39:18 | 1,142,950,000 | verified fixed | 46007bf | 1,143,130,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/layout/TrimLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/TrimBarManager.java | Eclipse_Platform_UI |
3,936 | 119,904 | Bug 119904 TVT3.1.x:TCT240: Wrong reading order of file type for editor association | The file extension *.txt is displayed as txt.* because of the RTL reading order. File type appears to be coming from the variable in string: ActivitiesPreferencePage_lockedMessage= From file: eclipse\plugins\org.eclipse.ui.workbench\org\eclipse\ui\internal\activities\ws\messages.properties To fix this, LRM marker has t... | 2005-12-08 12:00:17 | 1,134,060,000 | verified fixed | eeda6ca | 1,143,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java | Eclipse_Platform_UI |
3,937 | 119,517 | Bug 119517 TVT3.1.x:TCT229: Directory/path/file name fields must be LTR | Wherever file name/paths are displayed, reading order must be LTR. Here's an example from the New Project dialog - you can see the project name is appended at the beginning of the path instead of the end because the Directory field has RTL reading order. I expect this pronlem was reported and maybe already fixed for Ar... | 2005-12-06 17:00:10 | 1,133,910,000 | verified fixed | 5e873c4 | 1,143,070,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java | Eclipse_Platform_UI |
3,938 | 131,517 | Bug 131517 [BiDi] Bidi3.2: [HCG]Wrong display of title window in RTL layout | - Create a simple project - In this project, create a simple file abcABC.txt (Where A,B,C stand for the 3 first letters of the Hebrew alphabet. - Open this file In LTR layout the title of the window is : Resource - abcCBA.txt - Eclipse Platform In RTL layout the title appears as : txt - Eclipse Platform.CBAResource - a... | 2006-03-13 09:28:01 | 1,142,260,000 | closed fixed | d698a2d | 1,143,050,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindowConfigurer.java | Eclipse_Platform_UI |
3,939 | 129,812 | Bug 129812 [Markers] Enabling problem categorization per default | Build 3.2M5 Recent progress on problem categorization should be made more proeminent by enabling categorization by default. Similar to search view doing hierarchical presentation by default nowadays. | 2006-02-28 12:41:09 | 1,141,150,000 | verified fixed | 3d0f3a9 | 1,143,050,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/CategorySorter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSupportRegistry.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java | Eclipse_Platform_UI |
3,940 | 78,722 | Bug 78722 [Perspectives] First time perspective trigger doesn't explain what perspective is | This is from the new eclipse user point of view. If you create a new java project, at the end of the wizard it asks you "Do you want to switch to the Java Perspective?" The new user has no idea what a perspective is. Some explaination or help that would pop up at this time would really help this new user. | 2004-11-16 08:31:33 | 1,100,610,000 | verified fixed | 0768049 | 1,143,050,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/newresource/ResourceMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java | Eclipse_Platform_UI |
3,941 | 128,381 | Bug 128381 [Markers] group should only show (10 of 10 items) if beyond the limit | Version: 3.2.0 Build id: I20060216-2000 Until there are more problems in a particular category than the configured limit, telling "(10 of 10 items)" (behind category name) is useless. I would only expect to see "(10 items)" until I hit the limit. | 2006-02-17 06:31:11 | 1,140,180,000 | verified fixed | 3ac2be6 | 1,142,970,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java | Eclipse_Platform_UI |
3,942 | 131,022 | Bug 131022 [Markers] Filters view shows duplicate marker when super different from problem marker | I have defined a custom marker called validationmarker whose super type is problemmarker. I have another custom marker called ejbvalidationmarker who super type is validationmarker and not problemmarker. When i launch the Filter dialog from the problems view I see 2 check boxes for the same ejbvalidationmarker with one... | 2006-03-08 22:09:29 | 1,141,870,000 | verified fixed | 986cf39 | 1,142,970,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java | Eclipse_Platform_UI |
3,943 | 132,479 | Bug 132479 [FieldAssist] Field assist example improvements | null | 2006-03-19 13:05:52 | 1,142,790,000 | verified fixed | bd3e72d | 1,142,880,000 | examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/ExampleDialog.java examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/FieldAssistPlugin.java examples/org.eclipse.ui.examples.fieldassist/Eclip... | Eclipse_Platform_UI |
3,944 | 131,978 | Bug 131978 [Wizards] WizardDialog shell size keeps growing | I20060314-1200 We persist the dialog size for the Apply Patch wizard. Currently, if a user hits help, the help will appear in a tray, courtesy of TrayDialog. The problem is that the tray is figured into the overall dialog size when we persist the dialog size. So the next time we open up the dialog, it will be the same ... | 2006-03-15 11:48:51 | 1,142,440,000 | verified fixed | 04344ba | 1,142,640,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java | Eclipse_Platform_UI |
3,945 | 132,156 | Bug 132156 [Dialogs] Progress Preferences dialog problems | does not use dialog font | 2006-03-16 09:44:37 | 1,142,520,000 | verified fixed | 73c470a | 1,142,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobsViewPreferenceDialog.java | Eclipse_Platform_UI |
3,946 | 130,638 | Bug 130638 Cannot create a project with the zip example | 20060306 When I try and create a simple project using the zip example plug-in I get a CoreException from the local manager org.eclipse.core.runtime.CoreException: Cannot create file because existing file of wrong type exists: D:\temp\115791.zip. at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:60) at or... | 2006-03-06 16:05:01 | 1,141,680,000 | verified fixed | c3030d7 | 1,142,630,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java bundles/org.eclipse.ui.ide/src... | Eclipse_Platform_UI |
3,947 | 132,039 | Bug 132039 [Field Assist] - secondary popup should update on same delay as its invocation delay | null | 2006-03-15 17:02:32 | 1,142,460,000 | verified fixed | ddc5776 | 1,142,620,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java | Eclipse_Platform_UI |
3,948 | 132,217 | Bug 132217 [Markers] invalid thread access in Problems view | I noticed this stack in my log when I was playing with activities earlier: org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3349) at org.eclipse.swt.SWT.error(SWT.java:3272) at org.eclipse.swt.SWT.error(SWT.java:3243) at org.eclipse.swt.widgets.Widget.error(Widget.java:432) at o... | 2006-03-16 13:27:27 | 1,142,530,000 | verified fixed | 58ff426 | 1,142,610,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java | Eclipse_Platform_UI |
3,949 | 132,101 | Bug 132101 [Field Assist] does not work for characters that need AltGr, Ctrl+Alt or Strg+Alt | null | 2006-03-16 02:11:46 | 1,142,490,000 | verified fixed | 21f96db | 1,142,540,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java | Eclipse_Platform_UI |
3,950 | 131,853 | Bug 131853 [Progress] NPE in BlockedJobsDialog$2.compare | I20060314-1200 I'm getting hundreds of these in my console (but not in the error log...): Unhandled event loop exception during blocked modal context. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:3358) at org.eclipse.swt.SWT.error(SWT.ja... | 2006-03-14 19:44:11 | 1,142,380,000 | verified fixed | a1e58e7 | 1,142,530,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressViewerContentProvider.java | Eclipse_Platform_UI |
3,951 | 132,038 | Bug 132038 [Field Assist] - ContentAssistCommandAdapter should have autoactivation delay | There is no default autactivation delay set up by ContentAssistCommandAdapter. The ContentProposalAdapter default is 0. Since ContentAssistCommandAdapter is intended to pattern the existing support in jface text, it should use similar defaults. | 2006-03-15 16:52:51 | 1,142,460,000 | verified fixed | 1338d8a | 1,142,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java | Eclipse_Platform_UI |
3,952 | 131,000 | Bug 131000 [EFS] Drag and Drop of Folder with Spaces produces two folders in Navigator View (and other views that deal with resources) | If you grab a folder on the file system that has spaces in the name and drag it into a project in the navigator view, the folder is copied twice, once with escaped spaces (%20) and once without any escaped spaces. The folder with escaped spaces is the one with the content, the other folder has no content. This is a fai... | 2006-03-08 18:51:43 | 1,141,860,000 | verified fixed | 36e1c24 | 1,142,460,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileStoreStructureProvider.java | Eclipse_Platform_UI |
3,953 | 131,692 | Bug 131692 [Contributions] ContributionManager.insertAfter throws unhelpful IllegalArgumentException | look at insertBefore and you see this line throw new IllegalArgumentException("can't find ID " + ID);//$NON-NLS-1$ but in insertAfter it looks like this throw new IllegalArgumentException("can't find ID");//$NON-NLS-1$ NOTE: in the second example it doesn't tell you what the ID is. My "patch" is to make insertAfter beh... | 2006-03-14 08:13:34 | 1,142,340,000 | resolved fixed | 1314b0f | 1,142,370,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java | Eclipse_Platform_UI |
3,954 | 131,397 | Bug 131397 [Progress] IllegalArgumentException in ProgressInfoItem.refresh() | While running some of the import tests (specifically, the ImportExistingTest class) I get the an illegal arg exception which appears to be a result of code in the ProgressInfoItem.refresh() method: taskEntries = taskEntries.subList(0, infos.length-1); In my case, infos is an empty array so subList is called with (0, -1... | 2006-03-10 16:30:50 | 1,142,030,000 | verified fixed | 9d1a7b0 | 1,142,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java | Eclipse_Platform_UI |
3,955 | 131,139 | Bug 131139 Animated errors in wizards are disturbing and incomplete | I20060307-1315 The animated error message that appeared e.g. in the New Java Class wizard has a number of problems: 1) Warnings are not animated, but errors are. This is inconsistent. 2) Errors only appear delayed. Everywhere else, messages are shown immediately, and that is good. 3) The animation is distracting and do... | 2006-03-09 12:35:51 | 1,141,930,000 | resolved fixed | d08c4e9 | 1,142,350,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchControlAnimator.java | Eclipse_Platform_UI |
3,956 | 131,476 | Bug 131476 freeze due to IO in the UI thread | I was running i0309 and deleting some large number of resrouces from my workspace. There were likely other things going on (e.g., build, indexing, ...). After hitting the delete the UI went unresponsive for about a minute. During that time I hit ctrl-break and got the stack dump below that shows some sort of read-only ... | 2006-03-12 20:50:08 | 1,142,210,000 | verified fixed | 6e6d3c7 | 1,142,350,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/Bug99858Test.java | Eclipse_Platform_UI |
3,957 | 131,541 | Bug 131541 [PropertiesView] PropertySheetPage: Typo in javadoc | In the class description on line 65 of PropertySheetPage: "slection" should be "selection". | 2006-03-13 11:09:32 | 1,142,270,000 | closed fixed | 49713df | 1,142,350,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java | Eclipse_Platform_UI |
3,958 | 130,325 | Bug 130325 [project explorer] Reuse the Project Explorer provided by Eclipse platform ui | After a discussion with Eclipse platform ui team, the "Expermental Resource Navigator" will be renamed to the "Project Explorer". Is there any reason for the WTP team to have a view with the same name - given the custom groups have been removed during the M5 port? | 2006-03-03 10:39:32 | 1,141,400,000 | closed fixed | e8fcc8b | 1,142,290,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/OpenTest.java | Eclipse_Platform_UI |
3,959 | 129,193 | Bug 129193 [JFace] Setting the sorter on AbstractTreeViewer before input can cause NPE | I have a scenario with a subclass of TreePathViewerSorter is set on a subclass of AbstractTreeViewer. AbstractTreeViewer.setSorter() calls refresh, which eventually ends up here: // AbstractTreeViewer: /* (non-Javadoc) * @see org.eclipse.jface.viewers.StructuredViewer#getSortedChildren(java.lang.Object) */ protected Ob... | 2006-02-23 12:56:55 | 1,140,720,000 | resolved fixed | 062c32b | 1,142,280,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/AllTests.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/view... | Eclipse_Platform_UI |
3,960 | 130,825 | Bug 130825 [Properties] Error in log about invalid extension element | null | 2006-03-07 17:32:40 | 1,141,770,000 | verified fixed | 3630789 | 1,142,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PropertyPagesRegistryReader.java | Eclipse_Platform_UI |
3,961 | 130,976 | Bug 130976 [Viewers] Error is calculation of parent path when calling TreePathViewerSorter | There is an error in the parent path calculation in AbstractTreeViewer#getSortedChildren. If the input of the viewer is passed, a tee path of length one is passed to the sorter but a null should be passed (as mentioned in the method spec). I will attach a patch. | 2006-03-08 15:36:22 | 1,141,850,000 | resolved fixed | bad85f6 | 1,142,280,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,962 | 130,605 | Bug 130605 CBanner needs to use both the left and right sides to compute its height | The CBanner currently calculates its height based on the height of the left hand side. The new trim work needs it to be capable of checking both sides and basing its height on the max of the two areas. (Soory for the delay in opening this; I guess I coulda/shoulda opened it right after my meeting with Veronika) | 2006-03-06 13:56:23 | 1,141,670,000 | resolved fixed | 4aa52fa | 1,142,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveSwitcher.java | Eclipse_Platform_UI |
3,963 | 131,390 | Bug 131390 IDE javadoc refers to IProposedResourceDeltaFactory instead of IResourceChangeDescriptionFactory | While working on resource-based undo I've been looking at modelListeners, validation of resource changes, etc. I noticed that the javadoc for IDE.promptToConfirm refers to a class called IProposedResourceDeltaFactory, which I assume was an original name for IResourceChangeDescriptionFactory. Suggest searching the works... | 2006-03-10 15:15:39 | 1,142,020,000 | resolved fixed | 3a227be | 1,142,270,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java | Eclipse_Platform_UI |
3,964 | 131,398 | Bug 131398 [Markers] Problems view doing a bundle lookup everytime it populates a table enty | 20060307 Whenever we populate a table entry we do a getIDEImageDescritpr with a path which causes us to hit the bundle code to do a lookup. The 3 icons in the problems view should be defined in workbench images so this happens once. | 2006-03-10 16:30:54 | 1,142,030,000 | verified fixed | 809e927 | 1,142,250,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalWorkbenchImages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.java | Eclipse_Platform_UI |
3,965 | 126,839 | Bug 126839 [DataBinding] IObservable refactoring | null | 2006-02-07 18:09:00 | 1,139,350,000 | verified fixed | e2742a3 | 1,142,230,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/Binding.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/BindingMessages.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/CollectionBinding.java bundles/org.eclipse.... | Eclipse_Platform_UI |
3,966 | 124,061 | Bug 124061 Exceptions occur opening the sync view | Here's the exception java.lang.NullPointerException: Cannot get the command identifier for a null action id at org.eclipse.ui.internal.handlers.ActionCommandMappingService.getCommandId(ActionCommandMappingService.java:47) at org.eclipse.ui.SubActionBars.setGlobalActionHandler(SubActionBars.java:403) at org.eclipse.team... | 2006-01-16 20:47:14 | 1,137,460,000 | resolved fixed | dd003b1 | 1,142,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/SubActionBars.java | Eclipse_Platform_UI |
3,967 | 129,594 | Bug 129594 [Commands] help: Read help context id from legacy extension points | The help context identifier needs to be read from legacy action-based extension points. | 2006-02-27 11:15:23 | 1,141,060,000 | resolved fixed | 3ca7c40 | 1,142,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java | Eclipse_Platform_UI |
3,968 | 130,745 | Bug 130745 [Markers] Progress message: Queueing viewer updates | Build: I20060228-1207 I saw this message flash by in the status line: "Queueuing viewer updates". 1) I think "queueing" is spelled wrong. Dictionary.com spells it "queuing". 2) This sounds like it should be a system job. A user likely won't even know what a "viewer" is, let alone what viewer is being updated. I actuall... | 2006-03-07 10:23:49 | 1,141,750,000 | verified fixed | 70944c7 | 1,141,930,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java | Eclipse_Platform_UI |
3,969 | 130,993 | Bug 130993 FilteredTree does not expand all elements | null | 2006-03-08 17:17:25 | 1,141,860,000 | verified fixed | b708989 | 1,141,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java | Eclipse_Platform_UI |
3,970 | 130,631 | Bug 130631 Sliding job should be a system job | 20050306 The title are dialog sliding job is showing up in my progress view. It should be a system job. | 2006-03-06 15:51:42 | 1,141,680,000 | resolved fixed | 229fa3f | 1,141,830,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlAnimator.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchControlAnimator.java | Eclipse_Platform_UI |
3,971 | 128,293 | Bug 128293 [Contributions] visible/enabled: Object contributions contributed to submenus do not show up | null | 2006-02-16 15:43:49 | 1,140,120,000 | resolved fixed | e5f4129 | 1,141,760,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java | Eclipse_Platform_UI |
3,972 | 88,098 | Bug 88098 [Graphics] Some icons may be obsolete in the workbench | null | 2005-03-15 14:15:18 | 1,110,910,000 | resolved fixed | ef10645 | 1,141,670,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalWorkbenchImages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java | Eclipse_Platform_UI |
3,973 | 128,425 | Bug 128425 [Help] Help button should not show up in dialogs without help context ID | I20060216-2000 The Help button should not show up in dialogs without help context ID. Examples in this build are the 'Source > Clean Up...' wizard or 'plugin context menu > PDE Tools > Organize Manifests...'. | 2006-02-17 10:40:14 | 1,140,190,000 | resolved fixed | 7a3619f | 1,141,660,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/SelectionStatusDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/... | Eclipse_Platform_UI |
3,974 | 127,039 | Bug 127039 problems view quick fix: dialog should check resource by default | I20060207-1305 1. Select a marker in the problems view, e.g. a Java problem 2. Activate quick fix from the context menu 3. The dialog that shows up has the ok button disabled as no problem is checked in the lower half. The problem selcted in step 1 should be checked by default | 2006-02-09 03:45:41 | 1,139,470,000 | verified fixed | a58fb83 | 1,141,420,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java | Eclipse_Platform_UI |
3,975 | 125,972 | Bug 125972 [PerspectiveBar] Show text for perspective is set again when changing preferences | Using I20060131-1200, I don't show the text for the perspectives buttons that are docked on the left. I changed some preferences and when I applied the changes, the text was back. | 2006-01-31 23:15:38 | 1,138,770,000 | verified fixed | c4759e5 | 1,141,420,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java | Eclipse_Platform_UI |
3,976 | 130,378 | Bug 130378 Extra separator in progress status item | there is an extra separator between the drag handle and the progress region in the status bar. this should be removed | 2006-03-03 14:19:08 | 1,141,410,000 | verified fixed | 37956ba | 1,141,420,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressRegion.java | Eclipse_Platform_UI |
3,977 | 130,171 | Bug 130171 [Markers] MarkerView tests should not have filters enabled by default | null | 2006-03-02 13:11:32 | 1,141,320,000 | verified fixed | eb26717 | 1,141,400,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/DeclarativeFilterDeclarationTest.java | Eclipse_Platform_UI |
3,978 | 130,248 | Bug 130248 Scoped Preference Store: Set To Default -> No Property Change Event | In class org.eclipse.ui.preferences.ScopedPreferenceStore, the setToDefault method does not fire a property change event. When the current value (which is to be removed) is not the same as the default value, that is equivalent to a value change and listeners in the ListenerList should be notified via firePropertyChange... | 2006-03-02 18:42:51 | 1,141,340,000 | verified fixed | 788b182 | 1,141,400,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/preferences/ScopedPreferenceStoreTestCase.java | Eclipse_Platform_UI |
3,979 | 128,117 | Bug 128117 [Undo/Redo] Context not removed from TriggeredOperations | When I add a context to a TriggeredOperations using #addContext(IUndoContext), I cannot remove the same context using #removeContext(IUndoContext). This is because TriggeredOperations overrides #removeContext(IUndoContext) and only considers removing the context from its triggering operation or its children, but not fr... | 2006-02-15 18:13:06 | 1,140,050,000 | verified fixed | 730be32 | 1,141,340,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/TriggeredOperations.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/operations/OperationsAPITest.java | Eclipse_Platform_UI |
3,980 | 75,206 | Bug 75206 [Import/Export] Export large file using Export filesystem wizard causes OutOfMemory | I have a project which creates a large output file (a filesystem image). Eclipse reports the size as 409600000 bytes. If I try to export this file using the Export->File System wizard, I quickly get an out of memory error. I set the max heap size to 256M (-Xmx256M). | 2004-09-28 15:27:26 | 1,096,400,000 | verified fixed | ff957c0 | 1,141,340,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/FileSystemExporter.java | Eclipse_Platform_UI |
3,981 | 90,971 | Bug 90971 [KeyBindings] assist: popup not correctly sized with non-default dialog font | I20050405-0800 Change dialog font to a bigger font (I used Comic Sans 9 on WinXP). -> The columns in the Key Assist (Ctrl+Shift+L) popup are not correctly sized; the widest entries end with an ellipsis. | 2005-04-11 08:47:46 | 1,113,220,000 | resolved fixed | ed58d2b | 1,141,330,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/KeyAssistDialog.java | Eclipse_Platform_UI |
3,982 | 125,234 | Bug 125234 [Help] Missing context help | null | 2006-01-25 14:54:00 | 1,138,220,000 | verified fixed | f1c1844 | 1,141,320,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java | Eclipse_Platform_UI |
3,983 | 129,942 | Bug 129942 [Import/Export] Filtering the imported files don't work | Using the latest M5, setting the filtering don't work when importing. Import filesystem, Filter Types -> select a bunch of them, pressing OK should trigger the filtering (in 3.1 it works). In 3.2 it doesn't. Tracing this leads us to that the parentLabel is always null and with this value, the system tries to construct ... | 2006-03-01 09:13:14 | 1,141,220,000 | closed fixed | 849a22f | 1,141,320,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceTreeAndListGroup.java | Eclipse_Platform_UI |
3,984 | 128,953 | Bug 128953 [Markers] Problems view loses focus | Eclipse 3.2M5 The Problems view immediately loses focus, whenever you click on a marker that is opened in the currently active feature editor. To reproduce: - Create a feature.xml that has a warning. - Close all editors. - Double click on the warning in the problems view. (Editor opens, is active) - Now single click on... | 2006-02-22 05:53:41 | 1,140,610,000 | verified fixed | 3b92798 | 1,141,320,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionRevealMarker.java | Eclipse_Platform_UI |
3,985 | 129,887 | Bug 129887 "system settings have changed" dialog - why | I20060228-1207 - had a project, clicked 'Replace With...' > 'Another branch or revision' in the project's context menu - two (!) dialogs popped up over each other - one warning me about replacing locally changed resources (ok) - the second telling me that the system settings have changed and I needed to restart the wor... | 2006-03-01 01:51:18 | 1,141,200,000 | verified fixed | 55ca560 | 1,141,240,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
3,986 | 127,289 | Bug 127289 [Markers] SystemFilter and group selection state not preserved | We are not preserving the selection state of the system filters or which group is selected. | 2006-02-10 12:48:01 | 1,139,590,000 | verified fixed | 0645148 | 1,141,230,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEPreferenceInitializer.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/CategorySorter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/mar... | Eclipse_Platform_UI |
3,987 | 129,318 | Bug 129318 [Preferences] ScopedPreferenceStore forever disconnected after last call to removePropertyChangeListener | R3.1 and newer If ScopedPreferenceStore .removePropertyChangeListener(...) removes the last listener it calls disposePreferenceStoreListener() which disconnects the ScopedPreferenceStore from the eclipse store but does not set preferencesListener to null. Now, when the next client calls addPropertyChangeListener(...) t... | 2006-02-24 06:49:19 | 1,140,780,000 | verified fixed | 0033317 | 1,141,150,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java | Eclipse_Platform_UI |
3,988 | 129,246 | Bug 129246 [JFace] - API - access to images and colors for standard field decorations | null | 2006-02-23 17:25:34 | 1,140,730,000 | verified fixed | 40eecc1 | 1,141,140,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldAssistColors.java bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/FieldDecorationRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISharedImages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist... | Eclipse_Platform_UI |
3,989 | 127,523 | Bug 127523 [TasksView] User-defined tasks lost in the masses of generated tasks | If I define a new task in a richly populated workspace (i.e. one with the platform ui checked out) then it is extremely difficult to find it amongst the many (many, many...) generated tasks of the same priority. Perhaps the sorter could place these at the beginning in all cases?? | 2006-02-13 14:39:28 | 1,139,860,000 | verified fixed | df1d1ba | 1,141,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldDone.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldPriority.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/i... | Eclipse_Platform_UI |
3,990 | 129,377 | Bug 129377 [Viewers] IDecorationContext.getContextIds() comment says it should be removed before M5 | There is a similar comment in DecorationContext. | 2006-02-24 12:51:12 | 1,140,800,000 | verified fixed | 7c770f1 | 1,141,140,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationContext.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecorationContext.java | Eclipse_Platform_UI |
3,991 | 128,939 | Bug 128939 [Wizards] NPE when checking option "Link to folder in the file system" | Platform: WindowsXP Japanese sp2 Driver M5, IBM Java 5.0 steps 1. create a Project 2. create a folder, click "Advanced>>" button at New Folder wizard 3. check option "Link to folder in the file system" result following error is logged. the link itself looks like working fine. !ENTRY org.eclipse.ui 4 4 2006-02-22 15:07:... | 2006-02-22 01:31:45 | 1,140,590,000 | closed fixed | dff171a | 1,141,060,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
3,992 | 92,601 | Bug 92601 [Properties] Can't contribute properties page for non IAdaptable | Contributing a properties page for objects is not nearly as straightforward as the documentation would imply. First of all, the plugin.xml editor provides a nice class browse dialog to select the type of object for which the properties page is to be contributed. However, that dialog seems to have some kind of filter on... | 2005-04-25 12:00:30 | 1,114,440,000 | verified fixed | eb293e9 | 1,140,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPropertyPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/PropertyDialogAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AdaptableForwarder.java bundles/org.eclipse.ui.workbench/Eclipse... | Eclipse_Platform_UI |
3,993 | 127,121 | Bug 127121 Fix warnings in UA plugins | We have many warnings in the UA plugins, most of them from org.eclipse.ua.tests as it uses internal code from the other plugins. In addition, there are unused imports, accessing a static method from an instance, unused local variables and deprecated code. | 2006-02-09 13:13:48 | 1,139,510,000 | resolved fixed | 9236cde | 1,140,790,000 | bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/ImageResource.java | Eclipse_Platform_UI |
3,994 | 128,644 | Bug 128644 [Markers] ArrayIndexOutOfBoundsException while queuing viewer updates | Build 3.2m5, multiple windows, using categorization in problem view. Occasionally when incrementally building, I am seeing a dialog popup and telling about an error while queuing viewer updates, with following entry in the .log. !ENTRY org.eclipse.ui 4 4 2006-02-20 15:22:18.027 !MESSAGE Unhandled event loop exception !... | 2006-02-20 09:23:57 | 1,140,450,000 | verified fixed | d359c89 | 1,140,790,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java | Eclipse_Platform_UI |
3,995 | 129,156 | Bug 129156 [Wizards] NPE in IDESelectionConversionService.convertToResources | I get NPE when I try to open a TPTP wizard with a selection that doesn't have an associated ResourceMapping, the following lines (64,65) returns null when currentElement is one of our EMF model object (works fine if the selection is on a project/folder in our Profiling Monitor navigator - TPTP project): ResourceMapping... | 2006-02-23 09:18:38 | 1,140,700,000 | closed fixed | 8b18b45 | 1,140,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java | Eclipse_Platform_UI |
3,996 | 120,173 | Bug 120173 [Field Assist] - beef up and release example | I have an example app for field assist that should be beefed up and released for 3.2. It exercises all the various combinations of function (explicit keystroke invoke, auto-invoke, different kinds of decorations, etc.). However the target dialog itself is really dumb (username/password fields), and should be beefed up ... | 2005-12-09 16:03:29 | 1,134,160,000 | verified fixed | d72b495 | 1,140,730,000 | examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/ExampleDialog.java examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/FieldAssistPlugin.java examples/org.eclipse.ui.examples.fieldassist/Eclip... | Eclipse_Platform_UI |
3,997 | 116,237 | Bug 116237 [Markers] Performance Tests Failing: OpenCloseViewTest#showView:org.eclipse.ui.views.BookmarkView() | 3.2 M3 OpenCloseViewTest#showView:org.eclipse.ui.views.BookmarkView() This test is %27 slower and it appears to have slowed down on I20051018 | 2005-11-14 10:17:02 | 1,131,980,000 | verified fixed | b5c4363 | 1,140,730,000 | tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/layout/ResizeTest.java | Eclipse_Platform_UI |
3,998 | 129,214 | Bug 129214 [Field Assist] - Decorated Field attachments not centering images horizontally | DecoratedField is supposed to center decorations horizontally on each side. The current attachments are not doing so. Also consider whether grid would have been a better choice for internal implementation. | 2006-02-23 14:51:42 | 1,140,720,000 | verified fixed | 57eca28 | 1,140,720,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java | Eclipse_Platform_UI |
3,999 | 129,027 | Bug 129027 [Workbench] remove comment about experimental status from IProductConstants | Three constants in IProductConstants are still marked experimental although they are not. | 2006-02-22 13:44:45 | 1,140,630,000 | verified fixed | e9ea40b | 1,140,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/branding/IProductConstants.java | Eclipse_Platform_UI |
4,000 | 126,658 | Bug 126658 [CommonNavigator] [DND] Complete definition of DND API | null | 2006-02-06 17:37:31 | 1,139,270,000 | resolved fixed | 49eb965 | 1,140,630,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/NewActionProvider.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/OpenActionProvider.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navi... | Eclipse_Platform_UI |
4,001 | 97,859 | Bug 97859 [DetachedViews] non-closeable view can be closed after detaching | When you detach a non-closeable view, the new shell containing the detached view can be closed. This will close the non-closeable view too. | 2005-06-01 10:50:15 | 1,117,640,000 | verified fixed | a757d3b | 1,140,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DetachedWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBarContextMenuContribution.java | Eclipse_Platform_UI |
4,002 | 99,904 | Bug 99904 [RCP] Layout not updated when visibility of coolbar, perspectivebar etc. toggled after startup | It is possible to customize the workbench via the WorkbenchWindowAdvisor during startup. For my RCP application i need to customize the behavior after startup, so that i can implement somithing like "system locking". In this case i like to hide all bars (menubar, coolbar, perspective bar, fastview bar ...), so that the... | 2005-06-14 04:22:00 | 1,118,740,000 | verified fixed | 6f0f6ac | 1,140,620,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/WorkbenchWindowConfigurer.java | Eclipse_Platform_UI |
4,003 | 122,627 | Bug 122627 [RCP] (regression) Coolbar only shown when MainWindow-Resized | Hi, These lines of code have worked in Eclipse 3.2M3 but the coolbar is not shown until resizing the TopWindow in 3.2M4. ----------------8<---------------- public class ApplicationActionBarAdvisor extends ActionBarAdvisor { // .... protected void fillCoolBar(ICoolBarManager coolBar) { IToolBarManager toolbar = new Tool... | 2006-01-04 10:17:04 | 1,136,390,000 | verified fixed | 2fac1e5 | 1,140,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
4,004 | 127,320 | Bug 127320 [Wizards] NPE importing from zip file | Build id: I20060208-0848 I got this NPE in my log when trying to import an existing project from a zip file: at org.eclipse.core.internal.resources.Workspace.loadProjectDescription(Workspace.java:1399) at org.eclipse.ui.internal.wizards.datatransfer.WizardProjectsImportPage$ProjectRecord.setProjectName(WizardProjectsIm... | 2006-02-10 14:50:50 | 1,139,600,000 | verified fixed | 895e472 | 1,140,480,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarLeveledStructureProvider.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipLeveledStructureProvider.j... | Eclipse_Platform_UI |
4,005 | 128,707 | Bug 128707 SchedulingRule problems importing a Team Project Set | 3.2M5, with a completely fresh workspace, attempting to import a team project set always results in this stack trace, even if it's the very first thing I do: java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match outer scope rule: MultiRule[P/CVSROOT-eclipse] at org.eclipse.core.runtime.Assert.i... | 2006-02-20 14:31:47 | 1,140,460,000 | closed fixed | 9f93e87 | 1,140,470,000 | 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/preferences/WorkingCopyManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/PreferenceDialogWrapper.java tests/or... | Eclipse_Platform_UI |
4,006 | 128,316 | Bug 128316 [Themes] Themes not applied on restart | 20060216-0100 When you select a theme and then restart Eclipse the theme is not applied unless you deselect and reselect it. STEPS 1) Install the supplied plug-in 2) Select Come on You Reds. You will see all of the fonts go Script 3) Exit Eclipse and restart. Default fonts everywhere. | 2006-02-16 16:59:31 | 1,140,130,000 | verified fixed | 3f6f3d5 | 1,140,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
4,007 | 128,298 | Bug 128298 ViewerSorter.compare() does not need to be overridden from superclass | The ViewerComparator class was added as a superclass of ViewerSorter (for ICU4J). ViewerSorter overrides compare() from ViewerComparator, but this is not necessary if in the superclass implementation getComparator().compare() is called, instead of comparator.compare(). | 2006-02-16 16:02:49 | 1,140,120,000 | verified fixed | ff70c3c | 1,140,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerComparator.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerSorter.java | Eclipse_Platform_UI |
4,008 | 95,507 | Bug 95507 [Preferences] Colors and font defaults should differ in High Contrast Mode | The header font and size for the preference page needs to pe changed in High Contrast Mode. It remains same as in normal mode. | 2005-05-17 03:26:48 | 1,116,310,000 | verified fixed | 74d83aa | 1,140,450,000 | bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java | Eclipse_Platform_UI |
4,009 | 128,287 | Bug 128287 [Contributions] being 'relativeTo' a non-existent group throws NPE | If I define a new group (using the org.eclipse.ui.menus extension point) and make it 'relativeTo' some other group that has not been defined then the SOrder handling throws an NPE. The result is that if this project is in the workspace then you can't run an 'inner'. To repro: Create a new Plug-in project. Add the follo... | 2006-02-16 15:19:53 | 1,140,120,000 | verified fixed | 803173f | 1,140,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/MenuPersistence.java | Eclipse_Platform_UI |
4,010 | 127,394 | Bug 127394 [Commands] handlers: Ctrl+. and Ctrl+, key bindings constantly broken in PDE editor | null | 2006-02-12 11:11:14 | 1,139,760,000 | verified fixed | 3650e0e | 1,140,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/SubActionBars.java | Eclipse_Platform_UI |
4,011 | 128,193 | Bug 128193 [Field Assist] Javadoc warnings in ContentAssistCommandAdapter | null | 2006-02-16 08:52:30 | 1,140,100,000 | verified fixed | ae33670 | 1,140,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java | Eclipse_Platform_UI |
4,012 | 127,140 | Bug 127140 [Commands] handlers: Ctrl+. and Ctrl+, don't work any more | I20060208-0848 Ctrl+. and Ctrl+, don't work any more in Java Editors. The 'Navigate > Next Annotation' action from the main menu still works, and the keybindings also work in the Search view. Ctrl+, just does nothing, while Ctrl+. triggers some kind of content assist (I guess it's auto-activation by the '.', but no '.'... | 2006-02-09 14:33:11 | 1,139,510,000 | verified fixed | b80c62c | 1,140,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/SubActionBars.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/expressions/AndExpression.java | Eclipse_Platform_UI |
4,013 | 128,196 | Bug 128196 [Presentation] Refactor or Deprecate the existing Trim API | We still have a 'public' trim API (IWindowTrim and ITrimManager) and the 'getTrimManager' method we've added to IWorkbenchWindow. We should either deprecate these or remove them. | 2006-02-16 09:11:05 | 1,140,100,000 | verified fixed | 6d21cd4 | 1,140,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ITrimManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWindowTrim.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchWindow.java | Eclipse_Platform_UI |
4,014 | 127,505 | Bug 127505 [Dialogs] NPE from saveDialogBounds | I20060213-0010 Steps: * Debug to a breakpoint * In variable view detail pane type "java.lang.System.getProperties()" and inspect the result * Press Ctrl-Shift-I again to persist the result to the expression view * expression is persisted, but dialog closing causes NPE java.lang.NullPointerException at org.eclipse.jface... | 2006-02-13 13:27:02 | 1,139,860,000 | verified fixed | 4d33fd5 | 1,139,950,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java | Eclipse_Platform_UI |
4,015 | 127,861 | Bug 127861 [DataBinding] Mark API provisional | null | 2006-02-14 14:58:44 | 1,139,950,000 | verified fixed | edde7e5 | 1,139,950,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/AbstractUpdatableSet.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/BindSpec.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/BindingAdapter.java bundles/org.eclipse.jface.databinding/src/or... | Eclipse_Platform_UI |
4,016 | 120,150 | Bug 120150 [Commands] Javadoc bugs in ParameterizedCommand and ExecutionEvent | The constructor for ParameterizedCommand refers to "an array of quadruples (<code>String[]</code>)" for the 'parameterizations' parameter, however the type of that parameter is Parameterization[]. In ExecutionEvent there are several places where it says "parameter name" but I think it should say "parameter id". In the ... | 2005-12-09 14:13:00 | 1,134,160,000 | verified fixed | fa18d8d | 1,139,940,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ExecutionEvent.java | Eclipse_Platform_UI |
4,017 | 127,607 | Bug 127607 [Viewers] Remove deprecated DecoratingLabelProvider.UPDATE_LABEL | Just came across this one: /** * The UPDATE_LABEL flag indicates that the label should * be updated for the element passed to the validator. * @deprecated should be removed by 3.2 M5 */ public static final String UPDATE_LABEL = "UPDATE_LABEL";//$NON-NLS-1$ | 2006-02-13 20:46:36 | 1,139,880,000 | verified fixed | 0ac1b34 | 1,139,930,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java | Eclipse_Platform_UI |
4,018 | 111,631 | Bug 111631 [Viewers] TreeViewer needs more TableViewer API | As the TreeViewer is meant to replace the TableTreeViewer we need to add some of the API that the TableViewer had to it so that it can be used like a table. public void insert(Object element, int position) public void add(Object[] objects) Both need to be added. | 2005-10-05 11:34:11 | 1,128,530,000 | verified fixed | 0a2b31e | 1,139,890,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,019 | 127,031 | Bug 127031 [Commands] request: add command to show intro/welcome main page | I noticed there is no command corresponding to the action class org.eclipse.ui.internal.IntroAction. I'm attaching a patch that defines the command in org.eclipse.ui and uses setActionDefinitionId in the IntroAction constructor to associate the action with the command. | 2006-02-09 02:13:20 | 1,139,470,000 | verified fixed | b2b4e58 | 1,139,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IntroAction.java | Eclipse_Platform_UI |
4,020 | 123,653 | Bug 123653 Ctrl-Shift-D does not work in dialogs | Display is mapped to M1+M2+D on all platforms plus M1+M2+V on gtk. The "D" binding will not work in dialogs on GTK, but it's the first binding we find so the display popup still says to press Ctrl-Shift-D to move to the display view. Moving the "V" binding above the D binding, might be sufficient, though I'm not sure o... | 2006-01-12 14:49:45 | 1,137,100,000 | verified fixed | 73962fa | 1,139,860,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/keys/IBindingService.java | Eclipse_Platform_UI |
4,021 | 122,457 | Bug 122457 [Viewers] IllegalThreadStateException in BackgroundContentProvider | Since Eclipse 3.2M4 (it works unchanged with Eclipse 3.1.1), the DeferredContentProvider does not work as expected in my JFace dialog. Instead, an IllegalThreadStateException occures when a TableViewer's input is set in method "createDialogArea" of my "TitleAreaDialog" (see stack trace at the very end of this descripti... | 2006-01-02 12:15:50 | 1,136,220,000 | verified fixed | ff15c3a | 1,139,860,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java | Eclipse_Platform_UI |
4,022 | 127,171 | Bug 127171 [Commands] New API elements missing @since | Build id: I20060208-0848 The following new API elements in Eclipse 3.2 are missing "@since 3.2" tags: org.eclipse.core.commands.Command#addState(java.lang.String, org.eclipse.core.commands.State) org.eclipse.core.commands.Command#removeState(java.lang.String) org.eclipse.core.commands.CommandManager#AUTOGENERATED_CATEG... | 2006-02-09 16:54:33 | 1,139,520,000 | verified fixed | 2272f85 | 1,139,850,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/TriggeredOperations.java bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/ke... | Eclipse_Platform_UI |
4,023 | 127,476 | Bug 127476 [DND] Trim Drag handles don't show up; can't initiate a drag op | Somewhere along the line we seem to have lost the drag handles... found in N20060212-0010. | 2006-02-13 10:44:00 | 1,139,850,000 | verified fixed | 0b97250 | 1,139,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/TrimCommonUIHandle.java | Eclipse_Platform_UI |
4,024 | 111,959 | Bug 111959 [Viewers] ColorAndFontCollector and getColorAndFontCollector() visibility conflict | I'm creating a viewer for a custom table and extending StructuredViewer. In StructuredViewer the method getColorAndFontCollector() is protected so I should be able to access it. But the return type is ColorAndFontCollector which is declared as a package level class thus I can't call the method because the return type i... | 2005-10-07 13:53:28 | 1,128,710,000 | verified fixed | a280f1d | 1,139,840,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java | Eclipse_Platform_UI |
4,025 | 126,638 | Bug 126638 [Viewers] Remove GTK checks from StructuredViewerTest | null | 2006-02-06 15:44:52 | 1,139,260,000 | verified fixed | dc68d52 | 1,139,840,000 | tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/StructuredViewerTest.java | Eclipse_Platform_UI |
4,026 | 120,590 | Bug 120590 [WorkingSets] API cleanup | Remove experimental warnings from working set apis. | 2005-12-13 11:07:16 | 1,134,490,000 | verified fixed | 311967c | 1,139,840,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSet.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSetManager.java | Eclipse_Platform_UI |
4,027 | 120,463 | Bug 120463 Need to integrate ICU4J into platform | Now that ICU4J will be in the build for M4, we need to work on getting the required changes into the platform. Doug will submit the changes as a set of patches which I will delegate to plugin owners. | 2005-12-12 18:24:31 | 1,134,430,000 | verified fixed | 5c845e9 | 1,139,610,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComparatorViewerSorter.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerSorter.java | Eclipse_Platform_UI |
4,028 | 71,701 | Bug 71701 [Workbench] Allow plugins to veto shutdown | The WorkbenchAdvisor should be accessible from Plugins to catch the workbench's lifecycle events. In an RCP application a plugin should be asked if the platform may shutdown on File-Quit (e.g. a view might have unsaved data (sometimes an editor cannot be used as long as there is no way from stopping an editor from bein... | 2004-08-10 04:24:58 | 1,092,130,000 | verified fixed | bc508e6 | 1,139,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/RcpTe... | Eclipse_Platform_UI |
4,029 | 126,082 | Bug 126082 Should ISaveableModel#doSave throw a CoreException? | Should ISaveableModel#doSave throw a CoreException? Without this, models will need access to a UI context (i.e. a shell) and would need to cancel the progress monitor if an error occur. If the save throws a CoreException, the model would not need to do any promting on a save failure. | 2006-02-01 14:46:15 | 1,138,820,000 | verified fixed | 51d6ca0 | 1,139,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISaveableModel.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveableHelper.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.