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

  • 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 (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


  • 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