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"

(New page: Functional breakdown of the EDT IDE *Projects / Builders *Search *indexing *refactoring *Repository search (ASIST) *Source editor **Formatting **Content Assist ** ... *RUI VE *Views *...)
 
Line 1: Line 1:
Functional breakdown of the EDT IDE
+
Functional breakdown of the EDT IDE  
  
*Projects  / Builders
+
*Perspectives
*Search
+
**EGL Perspective<br>
*indexing
+
*Views
*refactoring
+
**EGL Parts List<br>
 +
**EGL Parts Reference
 +
**EGL Debug Validation Errors
 +
**EGL SQL Errors
 +
**EGL Data (Rich UI)
 +
**EGL Generation Results<br>
 +
*Project Explorer
 +
**Convert to EGL project
 +
**Organize imports (files)
 +
**Format (files)
 +
**Copy/Paste/Delete
 +
**Refactoring (Move/Rename)
 +
*Source Editor
 +
**Syntax highlighting<br>
 +
**Outline view
 +
**Add imports
 +
**Organize imports
 +
**Open on selection
 +
**Format
 +
**Content Assist
 +
**Create callback functions<br>
 +
**Non-EGL actions
 +
*Wizards
 +
*Preferences
 +
 
 +
<br>
 +
 
 +
*Builders
 +
*Indexing
 
*Repository search (ASIST)  
 
*Repository search (ASIST)  
*Source editor
 
**Formatting
 
**Content Assist
 
** ...
 
 
*RUI VE  
 
*RUI VE  
*Views
+
*Debugger  
*Perspectives
+
**Step through statements  
*Wizards
+
**Set break points including conditional  
*Preferences
+
**Variables view  
*Debugger
+
**Modify variables  
**Step through statements
+
**Modify code (hot replace)  
**Set break points including conditional
+
**View function stack  
**Variables view
+
**Drop to frame  
**Modify variables
+
**Modify code (hot replace)
+
**View function stack
+
**Drop to frame
+
 
**Watch expressions  
 
**Watch expressions  
 
**Step between EGL and Java
 
**Step between EGL and Java

Revision as of 15:44, 15 June 2011

Functional breakdown of the EDT IDE

  • Perspectives
    • EGL Perspective
  • Views
    • EGL Parts List
    • EGL Parts Reference
    • EGL Debug Validation Errors
    • 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)
  • Source Editor
    • Syntax highlighting
    • Outline view
    • Add imports
    • Organize imports
    • Open on selection
    • Format
    • Content Assist
    • Create callback functions
    • Non-EGL actions
  • Wizards
  • Preferences


  • Builders
  • Indexing
  • Repository search (ASIST)
  • 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