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 *...)
 
 
(61 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Functional breakdown of the EDT IDE
+
== General Notes  ==
  
*Projects  / Builders
+
*Text <span style="background:#FFA500">with an orange background</span> shows differences in features supported by both EDT and RBD.
*Search
+
*'''Developers:''' include a link to Bugzilla for features not done yet, and mark items "Complete" when you're finished.
*indexing
+
 
*refactoring
+
== IDE divided by sub components  ==
*Repository search (ASIST)
+
 
*Source editor
+
*[[EDT:IDE Core]]&nbsp; ''includes functions for Core EDT. e.g. EGL Editor, Project Wizard, Functions to provide extensibility''
**Formatting
+
*[[EDT:IDE EGLar]] ''is also considered part of Core EDT''
**Content Assist
+
*[[EDT:IDE RUI]]
** ...
+
*[[EDT:IDE Service]]
*RUI VE
+
*[[EDT:IDE Deployment]]
*Views
+
*[[EDT:IDE Test Server]]
*Perspectives
+
*[[EDT:Debug]]
*Wizards
+
 
*Preferences
+
[[Category:EDT]]
*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
+

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