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 16: Line 16:
 
**Syntax highlighting<br>  
 
**Syntax highlighting<br>  
 
**Outline view  
 
**Outline view  
**Add imports
+
**Add import, Organize imports
**Organize imports  
+
 
**Open on selection  
 
**Open on selection  
 
**Format  
 
**Format  
Line 34: Line 33:
 
**Package, Source File, Source Folder  
 
**Package, Source File, Source Folder  
 
**Record  
 
**Record  
**Rich UI Handler, Rich UI Widget
 
 
*Preferences  
 
*Preferences  
 
**Base  
 
**Base  
Line 50: Line 48:
 
**Open Part  
 
**Open Part  
 
**Optimize EGL Project Build Order?  
 
**Optimize EGL Project Build Order?  
*Data Item Source Assistant?
+
**Data Item Source Assistant?
  
 
<br>  
 
<br>  
Line 68: 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 Handler &amp; RUI Widget wizards
  
 
<br>  
 
<br>  

Revision as of 17:14, 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 import, 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
  • 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
    • New RUI Project wizard
    • New RUI Handler & RUI Widget wizards


  • 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