Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Xtext Project Plan/Features/Tooling"

(Feature map)
(Feature map)
Line 93: Line 93:
 
| x
 
| x
 
|}
 
|}
 +
 +
==== Other features ====
 +
* Preferences (UI / Backend)

Revision as of 07:42, 26 May 2008

Feature map

This map lists all UI features, indicating the model / parser facilities they need access to.

Feature Needs access to
AST Parse Tree Grammar
Syntax highlighting x
Content assist x x x
Folding x x
Outline x
Hovering x x x
Code formatting x
Hyperlinking (CTRL + F3 / CTRL + Mouse) x x
Code templates x x
Autoedit x x
 Mark occurrences x
Quick Fix x x x
Finf references x x
Find declaration x x
Type lookup x x
Content provider (labels / icons) x x
Refactoring x x x

Other features

  • Preferences (UI / Backend)

Back to the top