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 Debug Validation Errors
 
 
**EGL SQL Errors  
 
**EGL SQL Errors  
 
**EGL Data (Rich UI)  
 
**EGL Data (Rich UI)  
Line 14: Line 13:
 
**Organize imports (files)  
 
**Organize imports (files)  
 
**Format (files)  
 
**Format (files)  
**Copy/Paste/Delete  
+
**Copy, Paste, Delete  
**Refactoring (Move/Rename)  
+
**Refactoring (Move, Rename)
 +
**Misc (Link with editor, Filters, etc.)
 +
**Hide folders (Do we want to hide certain folders?)  
 
*Source Editor  
 
*Source Editor  
 
**Syntax highlighting<br>  
 
**Syntax highlighting<br>  
Line 33: Line 34:
 
**EGL Project  
 
**EGL Project  
 
**Data Table  
 
**Data Table  
**Interface
+
**Interface  
**Library
+
**Library  
**Package
+
**Package  
**Program
+
**Program  
**Record
+
**Record  
**Rich UI Handler
+
**Rich UI Handler  
**Rich UI Widget
+
**Rich UI Widget  
**Service
+
**Service  
**Source File
+
**Source File  
 
**Source Folder  
 
**Source Folder  
*Preferences
+
*Preferences  
 +
**Base
 +
**Compiler/Generator
 +
**Editor
 +
**Rich UI
 +
**Service
 +
**SQL
 +
**SQL Database Connections
 +
*Properties (Project, Folder, File)
 +
**Compiler/Generator
 +
**EGL Build Path
 +
**EGL Runtime Data Source
 +
*Search
 +
**UI
 +
**Indexing
 +
*Repository search (ASIST)
 +
*Miscellaneous
 +
**Open Part
 +
**Optimize EGL Project Build Order?
 +
*Data Item Source Assistant?
  
 
<br>  
 
<br>  
  
 
*Builders  
 
*Builders  
*Indexing
 
*Repository search (ASIST)
 
 
*RUI VE  
 
*RUI VE  
 
*Debugger  
 
*Debugger  

Revision as of 16:22, 15 June 2011

Functional breakdown of the EDT IDE

  • Perspectives
    • EGL Perspective
  • Views
    • EGL Parts List
    • EGL Parts Reference
    • EGL SQL Errors
    • 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
    • SQL
    • SQL Database Connections
  • Properties (Project, Folder, File)
    • Compiler/Generator
    • EGL Build Path
    • EGL Runtime Data Source
  • Search
    • UI
    • Indexing
  • Repository search (ASIST)
  • Miscellaneous
    • Open Part
    • Optimize EGL Project Build Order?
  • Data Item Source Assistant?


  • 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