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 "E4/Self Hosting"

< E4
Line 25: Line 25:
 
These items are in priority order.  The items earlier in the list cause a poor first impression, so they are listed
 
These items are in priority order.  The items earlier in the list cause a poor first impression, so they are listed
 
first.   
 
first.   
* Toolbar items have random ordering {{bug|318715}}  
+
* Toolbar items have random ordering {{BugFixed|318715}}  
 
* Toolbar items disappear while dialog is up {{FixedBug|318711}}
 
* Toolbar items disappear while dialog is up {{FixedBug|318711}}
 
* Unable to maximize editors {{bug|309249}}
 
* Unable to maximize editors {{bug|309249}}
Line 44: Line 44:
 
* Show In sub-menu misses contributions {{bug|317193}}
 
* Show In sub-menu misses contributions {{bug|317193}}
 
* second window prevents paste in first window {{bug|316914}}
 
* second window prevents paste in first window {{bug|316914}}
* NPE thrown when using multiple consoles {{bug|304863}}
+
* NPE thrown when using multiple consoles {{BugFixed|304863}}
  
 
== P3 - usability/functional issues ==
 
== P3 - usability/functional issues ==

Revision as of 16:02, 12 July 2010

As we move into the end-game, it's important to prioritize the issues so we have a good idea about what will and what might not be fixed.

  • The general list of open e4 bugs is e4 bugs
  • Please open new bugs here

We ask that you do not edit this wiki page directly, at this point. Please add Boris and Susan to the CC list of any bug you think should be on the list, with a comment like "This bug should be a P1 (or P2, or P3) on the priority list."

See Running the compatibility layer for information about developing the compatibility layer.

Issues List

This list is not a complete list of work to be done. High priority items represent issues that impede a user's ability to use Eclipse 4.0 as an IDE. Lower priority issues describe missing (non-critical) function, missing polish, etc.

This list will serve as the "polish" list as we work our way through the Eclipse SDK 4.0 end-game.

Workspace recovery

If in the event that the SDK gets into a state that it will no longer start on your workspace but starts on a new one, you may want to try resetting the state of your workbench by deleting the deltas.xml file.

  • workspace/.metadata/.plugins/org.eclipse.e4.workbench/deltas.xml

P1 - severe

This is the "stop-ship" list. It includes missing function in everyday editing scenarios.

  • NPEs thrown when switching between a dialog and the WW, or between dialogs. bug 315270
  • Remove the keys preference page or otherwise indicate clearly that it is not expected to work bug 317299

P2 - major usability/functional issues

These items are in priority order. The items earlier in the list cause a poor first impression, so they are listed first.

P3 - usability/functional issues

  • Implement e4 minimize/maximize behavior bug 302758
  • Minimizing non-active stack sends it to trim but then also activates it bug 315807
  • Minimized stacks don't properly track opening / closing views bug 316484
  • View tabs have no context menu - can't make it a fast view bug 317207
  • Minimized stacks not visible on restart bug 317506
  • Perspective switcher docking behavior bug 314163
  • JUnit fast view / hidden icon no longer shows progress bug 318866
  • Splitter area between part stacks is too small/shadows should be included bug 308487
  • Variables view refresh problems bug 317602

P4 - minor usability/functional/polish/productization issues

Back to the top