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)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Feature map ===
+
#REDIRECT [http://www.eclipse.org/Xtext home page of the Xtext programming language specification tool set]
 
+
This map lists all UI features, indicating the model / parser facilities they need access to.
+
 
+
{| {{Greytable}}
+
|-
+
! Feature
+
! colspan="3" | Needs access to
+
|-
+
!
+
! AST
+
! Parse Tree
+
! Grammar
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
+
|
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
+
| x
+
| x
+
| x
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Folding | Folding]]
+
| x
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Outline | Outline]]
+
| x
+
|
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
+
| x
+
| x
+
| x
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Code formatting | Code formatting ]]
+
|
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Hyperlinking | Hyperlinking (CTRL + F3 / CTRL + Mouse)]]
+
| x
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Code templates | Code templates]]
+
| x
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Autoedit | Autoedit]]
+
|
+
| x
+
| x
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Mark occurrences | Mark occurrences]]
+
|
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Quick Fix | Quick Fix]]
+
| x
+
| x
+
| x
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Find references | Find references]]
+
| x
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Find declaration | Find declaration]]
+
| x
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Type lookup | Type lookup]]
+
| x
+
| x
+
|
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Content Provider | Content provider (labels / icons)]]
+
| x
+
|
+
| x
+
|-
+
| [[Xtext_Project_Plan/Features/Tooling/Refactoring | Refactoring]]
+
| x
+
| x
+
| x
+
|}
+
 
+
==== Other features ====
+
* Preferences (UI / Backend)
+

Latest revision as of 05:03, 23 May 2019

  1. REDIRECT home page of the Xtext programming language specification tool set

Back to the top