Changes between Version 9 and Version 10 of FeatureList


Ignore:
Timestamp:
05/05/14 11:07:09 (10 years ago)
Author:
phdmakk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeatureList

    v9 v10  
    1 === !FeatureList xText EBNF Version 2.0 === 
    2  * ''' Core Features:''' 
     1= !FeatureList xText EBNF Version 2.0 = 
     2== Core Features: == 
    33 
    44 1. BNF front-end (Parser, Lexer, Linker, etc.) 
     
    66 1. Editor - provides IDE features, e.g. auto-completion, syntax highlighting, etc. 
    77 
    8  * '''Validation Rules:''' these rules will give warnings in the editor if they find find consistencies in the code 
     8 == Validation Rules: == 
     9 
     10These rules will give warnings in the editor if they find find consistencies in the code. 
    911 
    1012 1. ''__checkUpdateGrammarConsistency__:'' checks, if the grammar is an updated grammar, for consistencies between the originals and the new grammar [[BR]][[BR]]status: not migrated 
     
    3032  status: migrated 
    3133 
    32  * '''Generation:'''[[BR]][[BR]]xsl-fo file for all bnf grammars (not for merge or deltagrammars) this can be Rendered to Pdf using apache-fop 
     34== Generation: == 
    3335 
    34  * '''Formatting:''' 
     36Generating an intermediate xsl-fo representation for all BNF grammars (merge or delta grammars not supported). This can be rendered to PDF using apache-fop 
     37 
     38== Formatting: == 
    3539 
    3640  ''           old:''                   had some but they are got commented out in the main project 
     
    3842  ''           new:''                  Line-break after every rule, white-spaces after all literals,  possible update linebreak and double tab after all >|< bars 
    3943 
    40  * '''Refactoring & Quickfixing:''' 
     44== Refactoring and Quick-fixing: == 
     45 
     46Automated restructuring support. 
    4147 
    4248 1. ''auto Numbering of rules'' [[BR]]-not migrated[[BR]] 
     
    4652 1. ''find references''     , this one is standard in xtext2.* -renaming, this is standard in xtext2.*[[BR]] 
    4753 
    48   *Grammar composition: 
     54== Grammar composition: == 
    4955 
    5056  -3 grammartypes: