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 1: Line 1:
 
Functional breakdown of the EDT IDE  
 
Functional breakdown of the EDT IDE  
  
*EGL Perspective<br>  
+
*EGL Perspective ({{bug|346111}})<br>  
 
*Views  
 
*Views  
 
**EGL Parts List<br>  
 
**EGL Parts List<br>  
 
**EGL Parts Reference<br>  
 
**EGL Parts Reference<br>  
 
*Project Explorer  
 
*Project Explorer  
**Convert to EGL project  
+
**Convert to EGL project (done)
**Organize imports (files)  
+
**Organize imports (files) ({{bug|348392}})<br>
**Format (files)  
+
**Format (files) ({{bug|348392}})<br>
**Copy, Paste, Delete  
+
**Copy, Paste, Delete&nbsp; ({{bug|348070}})<br>
**Refactoring (Move, Rename)  
+
**Refactoring (Move, Rename) ({{bug|348070}})<br>
**Misc (Link with editor, Filters, etc.)  
+
**Misc (Link with editor, Filters, etc.) ({{bug|346118}})<br>
 
**Hide folders (Do we want to hide certain folders?)  
 
**Hide folders (Do we want to hide certain folders?)  
 
*Source Editor  
 
*Source Editor  
**Syntax highlighting<br>  
+
**Syntax highlighting (done)<br>  
**Outline view  
+
**Outline view (done)
**Add import, Organize imports
+
**Add import, Organize imports (done)<br>
**Open on selection  
+
**Open on selection (done)
**Format  
+
**Format (done)
 
**Content Assist  
 
**Content Assist  
 
**Create callback functions<br>  
 
**Create callback functions<br>  
Line 27: Line 27:
 
***Add bookmark  
 
***Add bookmark  
 
*Wizards  
 
*Wizards  
**EGL Project  
+
**EGL Project (done)
**Data Table  
+
**Data Table (started)
 
**Interface, Service  
 
**Interface, Service  
**Library, Program  
+
**Library, Program (started)
**Package, Source File, Source Folder  
+
**Package, Source File, Source Folder (done)
 
**Record  
 
**Record  
 
*Preferences  
 
*Preferences  
**Base  
+
**Base (started)
**Compiler/Generator  
+
**Compiler/Generator (started)
**Editor  
+
**Editor ({{bug|348217}})<br>
 
**Service  
 
**Service  
 
*Properties (Project, Folder, File)  
 
*Properties (Project, Folder, File)  
**EGL Build Path  
+
**EGL Build Path (done)
**Compiler/Generator  
+
**Compiler/Generator (started)
 
*Search  
 
*Search  
**UI  
+
**UI ({{bug|346312}})<br>
 
**Indexing  
 
**Indexing  
 
*Repository search (ASIST)  
 
*Repository search (ASIST)  
 
*Miscellaneous  
 
*Miscellaneous  
**Open Part  
+
**Open Part (done)
 
**Optimize EGL Project Build Order?  
 
**Optimize EGL Project Build Order?  
 
**Data Item Source Assistant?
 
**Data Item Source Assistant?
Line 66: Line 66:
 
<br>  
 
<br>  
  
*Rich UI
+
*Rich UI  
 
**EGL Data view  
 
**EGL Data view  
 
**Preferences  
 
**Preferences  
 
**Visual Editor  
 
**Visual Editor  
**New RUI Project wizard
+
**New RUI Project wizard  
**New RUI Handler &amp; RUI Widget wizards
+
**New RUI Handler &amp; RUI Widget wizards (started)<br>
  
 
<br>  
 
<br>  

Revision as of 19:41, 15 June 2011

Functional breakdown of the EDT IDE

  • EGL Perspective (bug 346111)
  • Views
    • EGL Parts List
    • EGL Parts Reference
  • Project Explorer
    • Convert to EGL project (done)
    • Organize imports (files) (bug 348392)
    • Format (files) (bug 348392)
    • Copy, Paste, Delete  (bug 348070)
    • Refactoring (Move, Rename) (bug 348070)
    • Misc (Link with editor, Filters, etc.) (bug 346118)
    • 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
    • Create callback functions
    • Non-EGL actions (Toggle comment, Select all, Find/Replace, Redo, References, Declarations, Go to line)
    • 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
  • Preferences
    • Base (started)
    • Compiler/Generator (started)
    • Editor (bug 348217)
    • 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