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)
 
(8 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
+
|-
+
|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
+
|-
+
| Find references
+
| x
+
| x
+
|
+
|-
+
| Find declaration
+
| x
+
| x
+
|
+
|-
+
| Type lookup
+
| x
+
| x
+
|
+
|-
+
| Content provider (labels / icons)
+
| x
+
|
+
| x
+
|-
+
|}
+

Latest revision as of 05:03, 23 May 2019

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.