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

EDT:IDE

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