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)
(no longer required, information has been moved to http://wiki.eclipse.org/Xtext_Project_Plan#Tooling)
Line 1: Line 1:
=== Feature map ===
 
  
This map lists all UI features, indicating the model / parser facilities they need access to.
 
 
{| {{Greytable}}
 
|-
 
! rowspan="2" | Feature
 
! colspan="3" | Needs access to
 
! rowspan="2" | Implemented
 
|-
 
! AST
 
! Parse Tree
 
! Grammar
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
 
|
 
| x
 
|
 
| x
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
 
| x
 
| x
 
| x
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Folding | Folding]]
 
| x
 
| x
 
|
 
| x
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Outline | Outline]]
 
| x
 
|
 
|
 
| x
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
 
| x
 
| x
 
| x
 
| x
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Code formatting | Code formatting ]]
 
|
 
| x
 
|
 
| 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
 
| x
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Refactoring | Refactoring]]
 
| x
 
| x
 
| x
 
|}
 
 
==== Other features ====
 
* Preferences (UI / Backend)
 
 
--[[User:Dennis.huebner.itemis.de|Dennis.huebner.itemis.de]] 04:04, 8 July 2008 (EDT)
 

Revision as of 10:14, 28 July 2008

Back to the top