Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 12: Line 12:
 
! Parse Tree
 
! Parse Tree
 
! Grammar
 
! Grammar
 +
! Implemented
 
|-
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
 
| [[Xtext_Project_Plan/Features/Tooling/Syntax highlightinh | Syntax highlighting]]
Line 17: Line 18:
 
| x
 
| x
 
|  
 
|  
 +
| x
 
|-
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
 
| [[Xtext_Project_Plan/Features/Tooling/Content assist | Content assist]]
Line 27: Line 29:
 
| x
 
| x
 
|  
 
|  
 +
| x
 
|-
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Outline | Outline]]
 
| [[Xtext_Project_Plan/Features/Tooling/Outline | Outline]]
Line 32: Line 35:
 
|  
 
|  
 
|  
 
|  
 +
| x
 
|-
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
 
| [[Xtext_Project_Plan/Features/Tooling/Hovering | Hovering]]
 +
| x
 
| x
 
| x
 
| x
 
| x
Line 42: Line 47:
 
| x
 
| x
 
|
 
|
 +
| x
 
|-
 
|-
 
| [[Xtext_Project_Plan/Features/Tooling/Hyperlinking | Hyperlinking (CTRL + F3 / CTRL + Mouse)]]
 
| [[Xtext_Project_Plan/Features/Tooling/Hyperlinking | Hyperlinking (CTRL + F3 / CTRL + Mouse)]]
Line 86: Line 92:
 
| x
 
| x
 
|  
 
|  
 +
| x
 
| x
 
| x
 
|-
 
|-
Line 96: Line 103:
 
==== Other features ====
 
==== Other features ====
 
* Preferences (UI / Backend)
 
* Preferences (UI / Backend)
 +
 +
--[[User:Dennis.huebner.itemis.de|Dennis.huebner.itemis.de]] 04:04, 8 July 2008 (EDT)

Revision as of 04:04, 8 July 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 Implemented
Syntax highlighting x x
Content assist x x x
Folding x x x
Outline x x
Hovering x x x x
Code formatting x 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 x
Refactoring x x x

Other features

  • Preferences (UI / Backend)

--Dennis.huebner.itemis.de 04:04, 8 July 2008 (EDT)

Back to the top