Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Platform UI/Plan/4.2.2"

Line 50: Line 50:
 
# {{bug|317465}} - Implement context menu equivalents for 3.x context menus on Views/Editors/Perspectives (in the switcher)
 
# {{bug|317465}} - Implement context menu equivalents for 3.x context menus on Views/Editors/Perspectives (in the switcher)
 
# {{bug|383815}} - <visibleWhen> has no effect for dynamic menu contributions
 
# {{bug|383815}} - <visibleWhen> has no effect for dynamic menu contributions
# {{bug|387657}} - Inconsistent behavior of Dynamic Context Menus with property testers in Eclipse 4.2
+
# <strike>{{bug|387657}} - Inconsistent behavior of Dynamic Context Menus with property testers in Eclipse 4.2</strike>
 
# {{bug|384354}} - Compatibility: Editor actions registered via extension point org.eclipse.ui.editorActions are shown twice in the toolbar.
 
# {{bug|384354}} - Compatibility: Editor actions registered via extension point org.eclipse.ui.editorActions are shown twice in the toolbar.
 
# {{bug|385302}} - Some custom ALT+... shortcuts do not work in Juno
 
# {{bug|385302}} - Some custom ALT+... shortcuts do not work in Juno

Revision as of 05:33, 13 December 2012

Planning for the work in the 4.2.2 cycle (Juno SR2).


  1. bug 385272 - Very slow response after upgrade to Juno Release
  2. bug 391626 - [Compatibility] e4 does not implement the post-selection concept
  3. bug 387113 - Each selection changed is sent out twice
  4. bug 389478 - Need IDE.openEditors(...) that allows to inject state
  5. bug 375576 - Controls are not fully realized when partOpened(...) , partBroughtToTop(...) and partActivated(...) are called
  6. bug 390379 - Seemingly excessive calls to contextManager
  7. bug 381886 - Debugger keybindings frequently require pressing twice
  8. bug 388736 - Closing single/all editor(s) is very slow (Java, XML editors)
  9. bug 391868 - very slow switching editors; especially XML. (BIG CLUE FOUND HERE)
  10. bug 392418 - [Performance] 2-3 seconds latency when selecting an already open file
  11. bug 389251 - Idle Eclipse constantly allocates hundreds of objects per second
  12. bug 385394 - Performance issue regarding enabled state handling for menuContributions containing command (ToolItemUpdateTimer puts constant load on CPU)
  13. bug 386292 - IEvaluationContext.getVariable(ISources.ACTIVE_EDITOR_ID_NAME) returns nothing if active editor has not focus
  14. bug 382839 - [Compatibility] 'Line Up' and 'Line Down' no longer work in content assist pop-up
  15. bug 387299 - IEclipseContext#runAndTrack does not collect @Inject nor @CanExecute values
  16. bug 366528 - [Compatibility] Implement IMenuService#populateContributionManager(*)
  17. bug 384758 - Contexts do not restrict Key bindings visibility on E4.2 anymore
  18. bug 390921 - InjectionException when using Context-Menu
  19. bug 382533 - Windows > Navigation > Maximize Active View or Editor (Ctrl-M) is *really* slow
  20. bug 296477 - [EditorMgmt] IWorkbenchPage#openEditors(IEditorInput[], ..) does not set keyboard focus
  21. bug 374485 - [CSS] Theme exception when starting up an Eclipse4 App
  22. bug 384835 - Some org.eclipse.ui.workbench fixes from 3.6 and 3.7 didn't make it into 4.2
  23. bug 375221 - [Compatibility] 'Resource configurations' menu shows up in context menus
  24. bug 385126 - child scheme bindings not overriding parent bindings
  25. bug 386381 - Mixing Platform Command and Action Set frameworks no longer works in 4.2
  26. bug 390346 - Listener methods on part still called after closing the part
  27. bug 389863 - EventHandlers are not called on part after closing other part
  28. bug 389018 - [QuickAccess] Quick Access steals focus
  29. bug 387728 - [KeyBindings] Changing the keybindings to Emacs+ unstable
  30. bug 385477 - KeyBinding bound to SubBindingContext does not work
  31. bug 361469 - Improve PartStack keyboard accessibility
  32. bug 370590 - [Compatibility] In CDT, the buttons inside the macro explorer are disabled
  33. bug 384814 - Fast view doesn't collapse when clicking on an empty editor area
  34. bug 380064 - Ctrl+Tab to next editor action stops working after restart
  35. bug 376011 - [accessibility] Eclipse 4.2 tab traversal needs refining


Possible bugs that can be brought into SR2 once the above list is done.


  1. bug 387234 - Restarting wth 'closed' DW's results in the perspective being reset
  2. bug 374310 - [MinMax] Closing the last perspective in a minimized perspective stack leaves the model in a strange state
  3. bug 379212 - IPerspectiveListener3.perspectiveOpened is not called on opening a new perspective
  4. bug 348429 - [Compatibility] New NPE errors using I20110529-2200
  5. bug 388482 - Dragging toolbars to different trim should change orientation
  6. bug 385565 - Menu contribution processing has different results in 4.2 than 3.8
  7. bug 317465 - Implement context menu equivalents for 3.x context menus on Views/Editors/Perspectives (in the switcher)
  8. bug 383815 - <visibleWhen> has no effect for dynamic menu contributions
  9. bug 387657 - Inconsistent behavior of Dynamic Context Menus with property testers in Eclipse 4.2
  10. bug 384354 - Compatibility: Editor actions registered via extension point org.eclipse.ui.editorActions are shown twice in the toolbar.
  11. bug 385302 - Some custom ALT+... shortcuts do not work in Juno
  12. bug 382263 - NPE at org.eclipse.jface.text.source.AnnotationPainter.removeAnnotationType
  13. bug 317207 - View tabs have no context menu - can't make it a fast view
  14. bug 317208 - Missing items on context menu on minimized views
  15. bug 384308 - [DND] Moving editors between windows not working (slow down of development on dual monitors)
  16. bug 387606 - A contribution to the toolbar without a given id lets Eclipse hang
  17. bug 366600 - [Compatibility] the 3.x mediator services don't seem to be created
  18. bug 391780 - EModelService.bringToTop doesn't bring window to top
  19. bug 373814 - Missing setFocus() call on maximize/minimize/restore of stack
  20. bug 348954 - Active Part is incorrect and does not have focus on a restart
  21. bug 386698 - Detached view window lacking window controls
  22. bug 221172 - [Commands] [ViewMgmt] Window > Show View doesn't open existing instances of multi-instance views
  23. bug 387475 - Error in editor initialization cause NPE in accessing compatibility editor
  24. bug 379162 - Command.define doesn't add MCommand model element
  25. bug 383309 - [Compatibility] IPageLayout no longer honours secondary IDs
  26. bug 330135 - Start e4 RCP several times fails
  27. bug 382184 - NPE in LazyStackRenderer.showTab with model contribution
  28. bug 376896 - Toolbar button order off in newly created window
  29. bug 338450 - [Compatibility] List of recently opened editors not persisted across workbench restarts
  30. bug 366602 - [Compatibility] IServiceLocatorCreator doesn't work
  31. bug 383403 - EModelService.findElement() does not find all elements
  32. bug 376302 - editor ruler not/hardly visible
  33. bug 388516 - Regression: Never ending exceptions after closing all perspectives and restarting
  34. bug 370430 - [KeyBindings] Rename Workbench context and hide if not supported
  35. bug 369860 - Keybinding assist popup eats keys (for two-chord shortcuts)
  36. bug 376474 - [Keybindings] Preference page usability
  37. bug 372247 - [KeyBindings] interactions: Mnemonics should not work across workbench parts
  38. bug 378849 - [CPD] CustomizePerspectiveDialog no longer shows actionSet details
  39. bug 387821 - [CPD] CustomizePerspectiveDialog requires 2 checks to hide Navigate>Show In
  40. bug 367920 - Perspective view layout not controllable on a per-perspective basis.
  41. bug 390376 - opening file should open in the editor window that has focus
  42. bug 348940 - [UI] Dragging a stack into the shared area leaves its min/max buttons showing
  43. bug 387678 - [DND] Drag and Drop of view tabs behaves unpredictably (drop feedback and drop behavior)
  44. bug 389920 - perspective overlays portion of Welcome page after installing EGit
  45. bug 391352 - Intro page is partially obscured after installing an add-on on Ubuntu 12.04.1 64-bit
  46. bug 384108 - JUnit plugin icon no longer shows progress while executing tests
  47. bug 381585 - Part switcher in PartStack shows only name of i18n bundle
  48. bug 379426 - [Compatibility] CompoundContributionItems result in duplicate menu items
  49. bug 379719 - bidi2012 - Wrong display of Hebrew in Properties caption, AIX
  50. bug 379094 - bidi2012 - Error when paste project path with Hebrew to Windows Explorer
  51. bug 379720 - bidi2012- Incorrect display of path with Hebrew characters in Properties view - AIX
  52. bug 380321 - View management does not respect 'Do not open...' setting
  53. bug 357666 - [Compatibility] PDT support on Eclipse 4.x
  54. bug 379992 - [DND] NPE dragging Error Log view out to desktop
  55. bug 379495 - Two 'Run' on top menu
  56. bug 389129 - Progress view background incorrect on 4.2
  57. bug 364046 - Persepective switcher does not allow to reorder prespectives
  58. bug 373294 - Improve startup time

Back to the top