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)
(Feature map)
Line 13: Line 13:
 
! Grammar
 
! Grammar
 
|-
 
|-
|Code highlighting
+
| [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
 
|  
 
|  
 
| x
 
| x
 
|  
 
|  
 
|-
 
|-
| Content assist
+
| [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
 
| x
 
| x
 
| x
 
| x
 
| x
 
| x
 
|-
 
|-
| Folding
+
| [[Xtext_Project_Plan/Features/Tooling/Folding | Folding]]
 
| x
 
| x
 
| x
 
| x
 
|  
 
|  
 
|-
 
|-
| Outline
+
| [[Xtext_Project_Plan/Features/Tooling/Outline | Outline]]
 
| x
 
| x
 
|  
 
|  
 
|  
 
|  
 
|-
 
|-
| Hover Info
+
| [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
 
| x
 
| x
 
| x
 
| x
 
| x
 
| x
 
|-  
 
|-  
| Code formatting
+
| [[Xtext_Project_Plan/Features/Tooling/Code formatting | Code formatting ]]
 
|  
 
|  
 
| x
 
| x
 
|
 
|
 
|-
 
|-
| Hyperlinking (CTRL + F3 / CTRL + Mouse)
+
| [[Xtext_Project_Plan/Features/Tooling/Hyperlinking | Hyperlinking (CTRL + F3 / CTRL + Mouse)]]
 
| x
 
| x
 
| x
 
| x
 
|
 
|
 
|-  
 
|-  
| Code templates
+
| [[Xtext_Project_Plan/Features/Tooling/Code templates | Code templates]]
 
| x
 
| x
 
| x
 
| x
 
|  
 
|  
 
|-
 
|-
| Autoedit
+
| [[Xtext_Project_Plan/Features/Tooling/Autoedit | Autoedit]]
 
|  
 
|  
 
| x
 
| x
 
| x
 
| x
 
|-
 
|-
| Mark occurrences
+
| [[Xtext_Project_Plan/Features/Tooling/Mark occurrences | Mark occurrences]]
 
|  
 
|  
 
| x
 
| x
 
|  
 
|  
 
|-
 
|-
| Quick Fix
+
| [[Xtext_Project_Plan/Features/Tooling/Quick Fix | Quick Fix]]
 
| x
 
| x
 
| x
 
| x
 
| x
 
| x
 
|-
 
|-
| Find references
+
| [[Xtext_Project_Plan/Features/Tooling/Find references | Finf references]]
 
| x
 
| x
 
| x
 
| x
 
|  
 
|  
 
|-  
 
|-  
| Find declaration
+
| [[Xtext_Project_Plan/Features/Tooling/Find declaration | Find declaration]]
 
| x
 
| x
 
| x
 
| x
 
|  
 
|  
 
|-  
 
|-  
| Type lookup
+
| [[Xtext_Project_Plan/Features/Tooling/Type lookup | Type lookup]]
 
| x
 
| x
 
| x
 
| x
 
|  
 
|  
 
|-
 
|-
| Content provider (labels / icons)
+
| [[Xtext_Project_Plan/Features/Tooling/Content Provider | Content provider (labels / icons)]]
 
| x
 
| x
 
|  
 
|  
 
| x
 
| x
 
|-
 
|-
| Refactoring
+
| [[Xtext_Project_Plan/Features/Tooling/Refactoring | Refactoring]]
 
| x
 
| x
 
| x
 
| x
 
| x
 
| x
 
|}
 
|}

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

Back to the top