Community
Participate
Working Groups
Build Identifier: The Acceleo parser has a support for problems (errors) but not for warnings or informations. The parser should provide: 1-warnings on some problems* 2-informations 3-comments in the AST 4-support for documentation in the CST and the AST *warnings: 1- for any content before the module header except comment and documentation blocks. 2- for multiple "override". The OMG specification allow multiple override for templates but we only support a single one. See (later) this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=304502 for UI support for documentation, informations and warnings. Reproducible: Always
Created attachment 175771 [details] Patch v1.0
Created attachment 175922 [details] Patch v2.0 Improved version of the last patch, this patch will provided : - support for warnings - support for informations - support for @TODO and @FIXME in comments - support for the new documentation system [** ... /] - support for deprecated on modules, templates, queries and macros - documentation and comments in the AST
Thanks Stéphane, this has been commited on HEAD and will be available in 3.1.0M1
Forgot to fix
*** Bug 330474 has been marked as a duplicate of this bug. ***