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/UI/SimpleIDE"

< E4‎ | UI
(Action Items)
(Priority 1)
Line 21: Line 21:
 
=Action Items=
 
=Action Items=
 
== Priority 1==
 
== Priority 1==
<table border='1'>
+
<table border='1' cellpadding='10' cellspacing='0'>
 
<tr>
 
<tr>
 
<th>Action Item</th>
 
<th>Action Item</th>
 +
<th>Description</th>
 +
<th>3.x counter part</th>
 +
<th>Assignee</th>
 
<th>Status</th>
 
<th>Status</th>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td>Simple Project Explorer</td>
 
<td>Simple Project Explorer</td>
 +
<td>Only a simple Viewer presenting the EFS in Tree</td>
 +
<td>Package Explorer</td>
 +
<td>Tom Schindl</td>
 +
<td><font color='green'>Done</font></td>
 +
</tr>
 +
<tr>
 +
<td>Eclipse Project Import</td>
 +
<td>Import Existing Project</td>
 +
<td>File &gt; Import &gt; Existing Project</td>
 +
<td>Tom Schindl</td>
 +
<td><font color='green'>Done</font></td>
 +
</tr>
 +
<tr>
 +
<td>Simple Project Creation</td>
 +
<td></td>
 +
<td></td>
 +
<td>Tom Schindl</td>
 +
<td><font color='green'>Done</font></td>
 +
</tr>
 +
<tr>
 +
<td>Simple Text-Editor</td>
 +
<td></td>
 +
<td></td>
 +
<td>Tom Schindl</td>
 +
<td><font color='green'>Done</font></td>
 +
</tr>
 +
</table>
 +
== Priority 2==
 +
<table border='1' cellpadding='10' cellspacing='0'>
 +
<tr>
 +
<th>Action Item</th>
 +
<th>Description</th>
 +
<th>3.x counter part</th>
 +
<th>Assignee</th>
 +
<th>Status</th>
 +
</tr>
 +
<tr>
 +
<td>Simple XML-Editor (only syntax highlighting)</td>
 +
<td></td>
 
<td></td>
 
<td></td>
 +
<td>Tom Schindl</td>
 +
<td><font color='green'>Done</font></td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Revision as of 07:42, 21 May 2010

SimpleE4IDE.png

Targets

The purpose of this Demo is not to use it for real projects but more as a show case and Monkey See, Monkey Do example for people.

The main targets are:

  • Everything written in pure e4 (=no compat layer used)
    Can't use org.eclipse.ui*
    Can use org.eclipse.core.*
  • Support for the following things:
    • Import/Export Eclipse Projects (probably looking at writing a pure e4 replacement for CNF)
    • Implementation of Simple Editors based upon JFace-Text
      • *.txt
      • *.xml
      • *.java
    • Simple Project-Explorer
    • Compare Editor
    • Version-Control
      • Git
    • Project Build/Launch using Ant

Action Items

Priority 1

Action Item Description 3.x counter part Assignee Status
Simple Project Explorer Only a simple Viewer presenting the EFS in Tree Package Explorer Tom Schindl Done
Eclipse Project Import Import Existing Project File > Import > Existing Project Tom Schindl Done
Simple Project Creation Tom Schindl Done
Simple Text-Editor Tom Schindl Done

Priority 2

Action Item Description 3.x counter part Assignee Status
Simple XML-Editor (only syntax highlighting) Tom Schindl Done

Back to the top