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"

Line 3: Line 3:
 
*EGL Perspective ({{bug|346111}}) (done)<br>  
 
*EGL Perspective ({{bug|346111}}) (done)<br>  
 
*Views  
 
*Views  
**EGL Parts List<br>  
+
**EGL Parts List ({{bug|348219}})<br>  
**EGL Parts Reference<br>  
+
**EGL Parts Reference ({{bug|349568}})<br>  
**Generation Results
+
**Generation Results  
 
**Deployment Results?  
 
**Deployment Results?  
 
*Project Explorer  
 
*Project Explorer  
Line 23: Line 23:
 
**Content Assist ({{bug|348207}})<br>  
 
**Content Assist ({{bug|348207}})<br>  
 
**Create callback functions<br>  
 
**Create callback functions<br>  
**Non-EGL actions (Toggle comment, Select all, Find/Replace, Redo, References, Declarations, Go to line)<br>  
+
**Non-EGL actions (Toggle comment, Select all, Find/Replace, References, Declarations, Go to line, Preferences, etc.)<br>  
 
**Ruler actions  
 
**Ruler actions  
 
***Folding (Enable folding, Expand all, Collapse all)  
 
***Folding (Enable folding, Expand all, Collapse all)  
***Add task  
+
***Add task, Addd bookmark
***Add bookmark
+
**Wizards  
*Wizards  
+
***EGL Project (done)  
**EGL Project (done)  
+
***Data Table (started)  
**Data Table (started)  
+
***Interface, Service  
**Interface, Service  
+
***Library, Program (started)  
**Library, Program (started)  
+
***Package, Source File, Source Folder (done)  
**Package, Source File, Source Folder (done)  
+
***Record  
**Record  
+
***WSDL 2 Java conversion (wsimport)  
**WSDL 2 Java conversion (wsimport)  
+
***Xml Schema 2 Java Conversion (xjc)  
**Xml Schema 2 Java Conversion (xjc)  
+
***Java 2 EGL conversion ({{bug|348119}})
**Java 2 EGL conversion ({{bug|348119}})
+
  
 
*Preferences  
 
*Preferences  

Revision as of 10:57, 16 June 2011

Functional breakdown of the EDT IDE

  • EGL Perspective (bug 346111) (done)
  • Views
    • EGL Parts List (bug 348219)
    • EGL Parts Reference (bug 349568)
    • Generation Results
    • Deployment Results?
  • Project Explorer
    • Convert to EGL project (done)
    • Organize imports (files) (bug 348392) (done)
    • Format (files) (bug 348392) (done)
    • Copy, Paste, Delete  (bug 348070) (done)
    • Refactoring (Move, Rename) (bug 348070) (done)
    • Misc (Link with editor, Filters, etc.) (bug 346118) (done)
    • Hide folders (Do we want to hide certain folders?)
  • Source Editor
    • Syntax highlighting (done)
    • Outline view (done)
    • Add import, Organize imports (done)
    • Open on selection (done)
    • Format (done)
    • Content Assist (bug 348207)
    • Create callback functions
    • Non-EGL actions (Toggle comment, Select all, Find/Replace, References, Declarations, Go to line, Preferences, etc.)
    • Ruler actions
      • Folding (Enable folding, Expand all, Collapse all)
      • Add task, Addd 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
    • Base (started)
    • Compiler/Generator (started)
    • Editor (bug 348217) (done)
      • Rewrite error handling for Templates (bug 349562)
    • Service
  • Properties (Project, Folder, File)
    • EGL Build Path (done)
    • Compiler/Generator (started)
  • Search
  • Repository search (ASIST)
  • Miscellaneous
    • Open Part (done)
    • Optimize EGL Project Build Order?
    • Data Item Source Assistant?


  • SQL
    • 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


  • Rich UI
    • EGL Data view
    • Preferences
    • Visual Editor
    • New RUI Project wizard
    • New RUI Handler & RUI Widget wizards (started)


  • 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

Back to the top