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
(Targets)
Line 1: Line 1:
[[Image:SimpleIDe.png]]
+
[[Image:SimpleE4IDE.png]]
 
=Targets=
 
=Targets=
 
* Everything written in pure e4 (=no compat layer used)<br/>'''Can't''' use org.eclipse.ui*<br/>'''Can''' use org.eclipse.core.*
 
* Everything written in pure e4 (=no compat layer used)<br/>'''Can't''' use org.eclipse.ui*<br/>'''Can''' use org.eclipse.core.*

Revision as of 04:22, 21 May 2010

SimpleE4IDE.png

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