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 6: Line 6:
 
**EGL Parts List<br>  
 
**EGL Parts List<br>  
 
**EGL Parts Reference  
 
**EGL Parts Reference  
**EGL SQL Errors
 
 
**EGL Data (Rich UI)  
 
**EGL Data (Rich UI)  
 
**EGL Generation Results<br>  
 
**EGL Generation Results<br>  
Line 50: Line 49:
 
**Rich UI  
 
**Rich UI  
 
**Service  
 
**Service  
**SQL
+
*Properties (Project, Folder, File)
**SQL Database Connections
+
*EGL Build Path
*Properties (Project, Folder, File)  
+
*Compiler/Generator
**Compiler/Generator
+
**EGL Build Path  
+
**EGL Runtime Data Source
+
 
*Search  
 
*Search  
 
**UI  
 
**UI  
Line 67: Line 63:
 
<br>  
 
<br>  
  
 +
*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<br>
 +
 +
 +
 +
*Rich UI
 
*Builders  
 
*Builders  
 
*RUI VE  
 
*RUI VE  

Revision as of 16:56, 15 June 2011

Functional breakdown of the EDT IDE

  • Perspectives
    • EGL Perspective
  • Views
    • EGL Parts List
    • EGL Parts Reference
    • EGL Data (Rich UI)
    • EGL Generation Results
  • 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
    • Library
    • Package
    • Program
    • Record
    • Rich UI Handler
    • Rich UI Widget
    • Service
    • Source File
    • Source Folder
  • Preferences
    • Base
    • Compiler/Generator
    • Editor
    • Rich UI
    • 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
  • Builders
  • RUI VE
  • 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