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 "EDT:IDE"

 
(53 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Functional breakdown of the EDT IDE
+
== General Notes  ==
  
*EGL Perspective ({{bug|346111}})<br>  
+
*Text <span style="background:#FFA500">with an orange background</span> shows differences in features supported by both EDT and RBD.
*Views
+
*'''Developers:''' include a link to Bugzilla for features not done yet, and mark items "Complete" when you're finished.
**EGL Parts List<br>  
+
**EGL Parts Reference<br>
+
*Project Explorer
+
**Convert to EGL project (done)
+
**Organize imports (files) ({{bug|348392}})<br>
+
**Format (files) ({{bug|348392}})<br>
+
**Copy, Paste, Delete&nbsp; ({{bug|348070}})<br>
+
**Refactoring (Move, Rename) ({{bug|348070}})<br>
+
**Misc (Link with editor, Filters, etc.) ({{bug|346118}})<br>
+
**Hide folders (Do we want to hide certain folders?)
+
*Source Editor
+
**Syntax highlighting (done)<br>
+
**Outline view (done)
+
**Add import, Organize imports (done)<br>
+
**Open on selection (done)
+
**Format (done)
+
**Content Assist
+
**Create callback functions<br>
+
**Non-EGL actions (Toggle comment, Select all, Find/Replace, Redo, References, Declarations, Go to line)<br>
+
**Ruler actions
+
***Folding (Enable folding, Expand all, Collapse all)
+
***Add task
+
***Add bookmark
+
*Wizards
+
**EGL Project (done)
+
**Data Table (started)
+
**Interface, Service
+
**Library, Program (started)
+
**Package, Source File, Source Folder (done)
+
**Record
+
**WSDL 2 Java conversion (wsimport)
+
**Xml Schema 2 Java Conversion (xjc)
+
**Java 2 EGL conversion ({{bug|348119}})
+
  
*Preferences
+
== IDE divided by sub components  ==
**Base (started)
+
**Compiler/Generator (started)
+
**Editor ({{bug|348217}})<br>
+
**Service
+
*Properties (Project, Folder, File)
+
**EGL Build Path (done)
+
**Compiler/Generator (started)
+
*Search
+
**UI ({{bug|346312}})<br>
+
**Indexing
+
*Repository search (ASIST)
+
*Miscellaneous
+
**Open Part (done)
+
**Optimize EGL Project Build Order?
+
**Data Item Source Assistant?
+
  
<br>
+
*[[EDT:IDE Core]]&nbsp; ''includes functions for Core EDT. e.g. EGL Editor, Project Wizard, Functions to provide extensibility''
 +
*[[EDT:IDE EGLar]] ''is also considered part of Core EDT''
 +
*[[EDT:IDE RUI]]
 +
*[[EDT:IDE Service]]
 +
*[[EDT:IDE Deployment]]
 +
*[[EDT:IDE Test Server]]
 +
*[[EDT:Debug]]
  
*SQL
+
[[Category:EDT]]
**EGL SQL Errors view
+
**Preferences
+
***SQL
+
***SQL Database Connections
+
**Properties
+
***EGL Runtime Data Source
+
**Source Editor
+
***SQL Record (Retrieve SQL, View Default Select, Validate Default Select)
+
***SQL Statement (Add, Add with Into, View, Validate, Remove, Reset)
+
***Add SQL Prepare Statement<br>
+
 
+
<br>
+
 
+
*Rich UI
+
**EGL Data view
+
**Preferences
+
**Visual Editor
+
**New RUI Project wizard
+
**New RUI Handler &amp; RUI Widget wizards (started)<br>
+
 
+
<br>
+
 
+
*Builders
+
*Debugger
+
**Step through statements
+
**Set break points including conditional
+
**Variables view
+
**Modify variables
+
**Modify code (hot replace)
+
**View function stack
+
**Drop to frame
+
**Watch expressions
+
**Step between EGL and Java
+

Latest revision as of 12:27, 4 February 2012

General Notes

  • Text with an orange background shows differences in features supported by both EDT and RBD.
  • Developers: include a link to Bugzilla for features not done yet, and mark items "Complete" when you're finished.

IDE divided by sub components

Back to the top