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 "Acceleo/Features"

(First version of the Acceleo Features table)
 
(First version of the features)
Line 3: Line 3:
 
{| border="1" cellpadding="5" cellspacing="0"  
 
{| border="1" cellpadding="5" cellspacing="0"  
 
|-
 
|-
! style="background: #efefef;" |            
+
! style="background: #CEF2CE;" |            
 
| "Available in Acceleo"
 
| "Available in Acceleo"
 
|-
 
|-
! style="background: #efefef;" |  
+
! style="background: #CECEF2;" |  
 
| "Partially available" or "can be improved"
 
| "Partially available" or "can be improved"
 
|-
 
|-
! style="background: #efefef;" |  
+
! style="background: #F2CECE;" |  
 
| "Not available" (see the [[Acceleo/Wishlist|Wishlist]])
 
| "Not available" (see the [[Acceleo/Wishlist|Wishlist]])
 
|}
 
|}
Line 15: Line 15:
  
 
==  List of features in Acceleo 3.1 ==
 
==  List of features in Acceleo 3.1 ==
// TODO
+
 
 +
/!\ in construction (some informations are not accurate) /!\
 +
 
 +
{| border="1" cellpadding="5" cellspacing="0" align="center"
 +
|+ '''Features in Acceleo 3.1'''
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Syntax highlighting
 +
! style="background: #CEF2CE;" width="200"  align="center"| Completion
 +
! style="background: #CEF2CE;" width="200"  align="center"| Code folding
 +
! style="background: #CEF2CE;" width="200"  align="center"| Refactoring (rename)
 +
! style="background: #CEF2CE;" width="200"  align="center"| Refactoring (extract template)
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Refactoring (pull up)
 +
! style="background: #CEF2CE;" width="200"  align="center"| Open declaration
 +
! style="background: #CEF2CE;" width="200"  align="center"| Profiler
 +
! style="background: #CEF2CE;" width="200"  align="center"| Debugger
 +
! style="background: #CEF2CE;" width="200"  align="center"| Compiler
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Generation engine
 +
! style="background: #CEF2CE;" width="200"  align="center"| Outline
 +
! style="background: #CEF2CE;" width="200"  align="center"| Stand alone runtime
 +
! style="background: #CEF2CE;" width="200"  align="center"| Error detection
 +
! style="background: #CEF2CE;" width="200"  align="center"| Warnings
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Documentation support
 +
! style="background: #CEF2CE;" width="200"  align="center"| Hover
 +
! style="background: #CEF2CE;" width="200"  align="center"| Quick fixes
 +
! style="background: #CEF2CE;" width="200"  align="center"| Traceability
 +
! style="background: #CEF2CE;" width="200"  align="center"| Customizable code template
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Visible whitespace characters
 +
! style="background: #CEF2CE;" width="200"  align="center"| Quick outline
 +
! style="background: #CEF2CE;" width="200"  align="center"| Search occurrences
 +
! style="background: #CEF2CE;" width="200"  align="center"| Testing framework
 +
! style="background: #CEF2CE;" width="200"  align="center"| Type hierarchy view
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Quick hierarchy
 +
! style="background: #CEF2CE;" width="200"  align="center"| Call hierarchy
 +
! style="background: #CEF2CE;" width="200"  align="center"| Refactoring (extract query)
 +
! style="background: #CEF2CE;" width="200"  align="center"| Ant support
 +
! style="background: #CEF2CE;" width="200"  align="center"| Maven support
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Declaration view
 +
! style="background: #CEF2CE;" width="200"  align="center"| Tycho build
 +
! style="background: #CEF2CE;" width="200"  align="center"| Maven support
 +
! style="background: #CEF2CE;" width="200"  align="center"| Checkstyle
 +
! style="background: #CEF2CE;" width="200"  align="center"| Camel case support
 +
|-
 +
! style="background: #CEF2CE;" width="200"  align="center"| Distributed parsing
 +
! style="background: #CEF2CE;" width="200"  align="center"| BIRT integration
 +
! style="background: #CEF2CE;" width="200"  align="center"| Cheat sheet
 +
|}

Revision as of 12:15, 7 January 2011

Features

            "Available in Acceleo"
"Partially available" or "can be improved"
"Not available" (see the Wishlist)


List of features in Acceleo 3.1

/!\ in construction (some informations are not accurate) /!\

Features in Acceleo 3.1
Syntax highlighting Completion Code folding Refactoring (rename) Refactoring (extract template)
Refactoring (pull up) Open declaration Profiler Debugger Compiler
Generation engine Outline Stand alone runtime Error detection Warnings
Documentation support Hover Quick fixes Traceability Customizable code template
Visible whitespace characters Quick outline Search occurrences Testing framework Type hierarchy view
Quick hierarchy Call hierarchy Refactoring (extract query) Ant support Maven support
Declaration view Tycho build Maven support Checkstyle Camel case support
Distributed parsing BIRT integration Cheat sheet

Back to the top