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
(Priority 1)
(Targets)
Line 1: Line 1:
 
<center>[[Image:SimpleE4IDE.png|500px]]</center>
 
<center>[[Image:SimpleE4IDE.png|500px]]</center>
 +
=Overview=
 +
 
=Targets=
 
=Targets=
<p>
 
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.
 
</p>
 
 
The main targets are:
 
The main targets are:
 
* 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 07:52, 21 May 2010

SimpleE4IDE.png

Overview

Targets

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 Create a standard Eclipse Project File > New > Project > General > Project Tom Schindl Done
Simple Text-Editor An Plain Text Editor Tom Schindl Done
Simple Java-Editor A simple Java-Editor which only supports Syntax Highlighting Search for Assignee

Priority 2

Action Item Description 3.x counter part Assignee Status
Simple XML-Editor (only syntax highlighting) Adopt the PDE generated Editor to Simple IDE The PDE generated XML-Editor Tom Schindl Done
Git-Cloning Clone a git repository and import the projects in the workspace File > Import > Git Tom Schindl In Progress
Ant-Editor A specialized XML-Editor for Ant-Files The Ant-Editor Search for Assignee

Back to the top