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"

(Feature map)
Line 13: Line 13:
 
! Grammar
 
! Grammar
 
|-
 
|-
| Code highlighting
+
|Code highlighting
 
|  
 
|  
 
| x
 
| x
Line 58: Line 58:
 
| x
 
| x
 
|-
 
|-
| Mark occurrences
+
| Mark occurrences
 
|  
 
|  
 
| x
 
| x

Revision as of 08:08, 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