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 "Xtext Project Plan/Features/Tooling"

(New page: {| {{Greytable}} |- ! Feature ! colspan="3" | Needs access to |- ! ! AST ! Parse Tree ! Grammar |- | Code highlighting | | x | |- | Content assist | x | x | x |- | Folding | x | x | |...)
 
Line 1: Line 1:
 +
=== Feature map ===
 +
 +
This map lists all UI features, indicating the model / parser facilities they need access to.
 +
 
{| {{Greytable}}  
 
{| {{Greytable}}  
 
|-
 
|-

Revision as of 08:07, 19 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
Code highlighting x
Content assist x x x
Folding x x
Outline x
Hover Info 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

Back to the top