Changes between Version 9 and Version 10 of FeatureList
- Timestamp:
- 05/05/14 11:07:09 (11 years ago)
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: == 3 3 4 4 1. BNF front-end (Parser, Lexer, Linker, etc.) … … 6 6 1. Editor - provides IDE features, e.g. auto-completion, syntax highlighting, etc. 7 7 8 * '''Validation Rules:''' these rules will give warnings in the editor if they find find consistencies in the code 8 == Validation Rules: == 9 10 These rules will give warnings in the editor if they find find consistencies in the code. 9 11 10 12 1. ''__checkUpdateGrammarConsistency__:'' checks, if the grammar is an updated grammar, for consistencies between the originals and the new grammar [[BR]][[BR]]status: not migrated … … 30 32 status: migrated 31 33 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: == 33 35 34 * '''Formatting:''' 36 Generating 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: == 35 39 36 40 '' old:'' had some but they are got commented out in the main project … … 38 42 '' new:'' Line-break after every rule, white-spaces after all literals, possible update linebreak and double tab after all >|< bars 39 43 40 * '''Refactoring & Quickfixing:''' 44 == Refactoring and Quick-fixing: == 45 46 Automated restructuring support. 41 47 42 48 1. ''auto Numbering of rules'' [[BR]]-not migrated[[BR]] … … 46 52 1. ''find references'' , this one is standard in xtext2.* -renaming, this is standard in xtext2.*[[BR]] 47 53 48 *Grammar composition: 54 == Grammar composition: == 49 55 50 56 -3 grammartypes: