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  
  
*Perspectives
+
*EGL Perspective<br>  
**EGL Perspective<br>  
+
 
*Views  
 
*Views  
 
**EGL Parts List<br>  
 
**EGL Parts List<br>  
**EGL Parts Reference  
+
**EGL Parts Reference<br>  
**EGL Data (Rich UI)
+
**EGL Generation Results<br>  
+
 
*Project Explorer  
 
*Project Explorer  
 
**Convert to EGL project  
 
**Convert to EGL project  
Line 33: Line 30:
 
**EGL Project  
 
**EGL Project  
 
**Data Table  
 
**Data Table  
**Interface  
+
**Interface, Service
**Library  
+
**Library, Program
**Package  
+
**Package, Source File, Source Folder
**Program
+
 
**Record  
 
**Record  
**Rich UI Handler  
+
**Rich UI Handler, Rich UI Widget  
**Rich UI Widget  
+
**Service
+
**Source File
+
**Source Folder
+
 
*Preferences  
 
*Preferences  
 
**Base  
 
**Base  
 
**Compiler/Generator  
 
**Compiler/Generator  
 
**Editor  
 
**Editor  
**Rich UI
 
 
**Service  
 
**Service  
*Properties (Project, Folder, File)
+
*Properties (Project, Folder, File)  
*EGL Build Path
+
**EGL Build Path  
*Compiler/Generator
+
**Compiler/Generator  
 
*Search  
 
*Search  
 
**UI  
 
**UI  
Line 64: Line 55:
  
 
*SQL  
 
*SQL  
**EGL SQL Errors view
+
**EGL SQL Errors view  
*Preferences  
+
**Preferences  
**SQL  
+
***SQL  
**SQL Database Connections
+
***SQL Database Connections  
*Properties  
+
**Properties  
**EGL Runtime Data Source
+
***EGL Runtime Data Source  
*Source Editor  
+
**Source Editor  
**SQL Record (Retrieve SQL, View Default Select, Validate Default Select)
+
***SQL Record (Retrieve SQL, View Default Select, Validate Default Select)  
**SQL Statement (Add, Add with Into, View, Validate, Remove, Reset)
+
***SQL Statement (Add, Add with Into, View, Validate, Remove, Reset)  
**Add SQL Prepare Statement<br>
+
***Add SQL Prepare Statement<br>
 
+
  
 +
<br>
  
 
*Rich UI  
 
*Rich UI  
 +
**EGL Data view
 +
**Preferences
 +
**Visual Editor
 +
 +
<br>
 +
 
*Builders  
 
*Builders  
*RUI VE
 
 
*Debugger  
 
*Debugger  
 
**Step through statements  
 
**Step through statements  

Revision as of 17:03, 15 June 2011

Functional breakdown of the EDT IDE

  • EGL Perspective
  • Views
    • EGL Parts List
    • EGL Parts Reference
  • Project Explorer
    • Convert to EGL project
    • Organize imports (files)
    • Format (files)
    • Copy, Paste, Delete
    • Refactoring (Move, Rename)
    • Misc (Link with editor, Filters, etc.)
    • Hide folders (Do we want to hide certain folders?)
  • Source Editor
    • Syntax highlighting
    • Outline view
    • Add imports
    • Organize imports
    • Open on selection
    • Format
    • 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
    • Data Table
    • Interface, Service
    • Library, Program
    • Package, Source File, Source Folder
    • Record
    • Rich UI Handler, Rich UI Widget
  • Preferences
    • Base
    • Compiler/Generator
    • Editor
    • Service
  • Properties (Project, Folder, File)
    • EGL Build Path
    • Compiler/Generator
  • Search
    • UI
    • Indexing
  • Repository search (ASIST)
  • Miscellaneous
    • Open Part
    • 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


  • 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