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"

 
(59 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Functional breakdown of the EDT IDE
+
== General Notes  ==
  
*Perspectives
+
*Text <span style="background:#FFA500">with an orange background</span> shows differences in features supported by both EDT and RBD.
**EGL Perspective<br>  
+
*'''Developers:''' include a link to Bugzilla for features not done yet, and mark items "Complete" when you're finished.
*Views
+
**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 (Toggle comment, Select all, Find/Replace, Redo, References, Declarations, Go to line)<br>
+
**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
+
  
<br>
+
== IDE divided by sub components  ==
  
*Builders
+
*[[EDT:IDE Core]]&nbsp; ''includes functions for Core EDT. e.g. EGL Editor, Project Wizard, Functions to provide extensibility''
*Indexing
+
*[[EDT:IDE EGLar]] ''is also considered part of Core EDT''
*Repository search (ASIST)
+
*[[EDT:IDE RUI]]
*RUI VE
+
*[[EDT:IDE Service]]
*Debugger
+
*[[EDT:IDE Deployment]]
**Step through statements
+
*[[EDT:IDE Test Server]]
**Set break points including conditional
+
*[[EDT:Debug]]
**Variables view
+
 
**Modify variables
+
[[Category:EDT]]
**Modify code (hot replace)
+
**View function stack
+
**Drop to frame
+
**Watch expressions
+
**Step between EGL and Java
+

Latest revision as of 12:27, 4 February 2012

General Notes

  • Text with an orange background shows differences in features supported by both EDT and RBD.
  • Developers: include a link to Bugzilla for features not done yet, and mark items "Complete" when you're finished.

IDE divided by sub components

Back to the top