Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
(New page: The simple IDE demo)
 
Line 1: Line 1:
The simple IDE demo
+
=Targets=
 +
* Everything written in pure e4 (=no compat layer used)<br/>'''Can't''' use org.eclipse.ui*<br/>'''Can''' use org.eclipse.core.*
 +
* Support for the following things:
 +
** Import/Export Eclipse Projects
 +
** Implementation of Simple Editors based upon JFace-Text
 +
*** *.txt
 +
*** *.xml
 +
*** *.java
 +
** Simple Project-Explorer
 +
** Compare Editor
 +
** Version-Control
 +
*** Git
 +
** Project Build/Launch using Ant

Revision as of 04:21, 21 May 2010

Targets

  • 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
    • Implementation of Simple Editors based upon JFace-Text
      • *.txt
      • *.xml
      • *.java
    • Simple Project-Explorer
    • Compare Editor
    • Version-Control
      • Git
    • Project Build/Launch using Ant

Back to the top