Skip to content

Changes

#8 (May 23, 2024, 4:04:47 AM)

  1. Fixed OutOfBoundException in ExpressionConverter. — Yvan Lussaud / githubweb
  2. Added a nightly clean up to the publish script (disable). — Yvan Lussaud / githubweb
  3. Improved type detectio in text mate syntax. — Yvan Lussaud / githubweb
  4. Added a nightly clean up to the publish script (disable). — Yvan Lussaud / githubweb
  5. Added a nightly clean up to the publish script (disable). — Yvan Lussaud / githubweb
  6. Added a nightly clean up to the publish script (enable). — Yvan Lussaud / githubweb
  7. Fixed  #89 When to expression statements follows each other the second one is not colored by the text mate grammar. — Yvan Lussaud / githubweb
  8. Added syntactic coloration for AQL expressions. — Yvan Lussaud / githubweb
  9. Fixed missing or and and keywords and auto content assist in AQL view configuration. — Yvan Lussaud / githubweb
  10. Fixed computed completion module name. — Yvan Lussaud / githubweb
  11. Added enum literal coloration to AQL expressions. — Yvan Lussaud / githubweb
  12. Improved module reference completion. — Yvan Lussaud / githubweb
  13. Fixed parsing of comment before imports. — Yvan Lussaud / githubweb
  14. Improved metamodel copletion. — Yvan Lussaud / githubweb
  15. Improved type parameter and query return type completion. — Yvan Lussaud / githubweb
  16. Improved type completion. — Yvan Lussaud / githubweb
  17. Fixed allInstances(Set) documentation and added a test. — Yvan Lussaud / githubweb
  18. Fixed AQL validation NPE. — Yvan Lussaud / githubweb
  19. Updated CallQueryService rename test. — Yvan Lussaud / githubweb
  20. Improved AQL completion for EClassifier and EEnumLiteral. — Yvan Lussaud / githubweb
  21. Resue AcceleoEvaluator line delimiter to write log. — Yvan Lussaud / githubweb
  22. Fixed wrong @since. — Yvan Lussaud / githubweb
  23. Added properties option. — Yvan Lussaud / githubweb
  24. Added support for many main template to AcceleoUtil. — Yvan Lussaud / githubweb
  25. Added IURIWriterFactory to DefaultGenerationStrategy. — Yvan Lussaud / githubweb
  26. Fixed #53 Add a way to print to the console from the debugger. — Yvan Lussaud / githubweb
  27. Fixed NPE when variable has no references. — Yvan Lussaud / githubweb
  28. Added PreviewWriterFactory. — Yvan Lussaud / githubweb
  29. Updated code template preferences. — Yvan Lussaud / githubweb
  30. Fixed #66 Generate Java class to launch module main template. — Yvan Lussaud / githubweb
  31. Fixed #142 Empty line of the sample contents in the new wizard should not be indented. — Yvan Lussaud / githubweb
  32. Fixed  #141 Replace [ with ['['/] in template creation wizard initial contents. — Yvan Lussaud / githubweb
  33. Fixed exception when file is not accessible in AcceleoPlugin.isAcceleoMain(). — Yvan Lussaud / githubweb
  34. Fixed #72 Add a menu to generate the UI plugin like in Acceleo 3. — Yvan Lussaud / githubweb
  35. Added ranges to dependencies in manifest.mtl. — Yvan Lussaud / githubweb
  36. Fixed eclipseGenerator.mtl for older version of Eclipse. — Yvan Lussaud / githubweb
  37. Fixed #146 Keep empty lines when pasting multi line. — Yvan Lussaud / githubweb
  38. Add project creation before starting to walk the workspace in Synchronizer. — Yvan Lussaud / githubweb
  39. Fixed #70 and Fixed #71. — Yvan Lussaud / githubweb
  40. Removed useless parameter. — Yvan Lussaud / githubweb
  41. Fixed NPE. — Yvan Lussaud / githubweb
  42. Fixed field name. — Yvan Lussaud / githubweb
  43. Refactored AbstractService isEqualParameterTypes() and isLowerOrEqualParameterTypes(). — Yvan Lussaud / githubweb
  44. Added generated file name to output of a generation. — Yvan Lussaud / githubweb
  45. Enable RCPTT tests. — Yvan Lussaud / githubweb
  46. Disable RCPTT tests. — Yvan Lussaud / githubweb
  47. Added menu to refactor commands. — Yvan Lussaud / githubweb
  48. Added support for IService union parameter types. — Yvan Lussaud / githubweb
  49. Renamed RCPTT tests for easier log reading. — Yvan Lussaud / githubweb
  50. Enabled language/fileStatement/notStringCharset/notStringCharset test. — Yvan Lussaud / githubweb
  51. Removed AcceleoAstUtils. — Yvan Lussaud / githubweb
  52. Added missing comment in standaloneMain.mtl. — Yvan Lussaud / githubweb
  53. Added generator launcher documentation. — Yvan Lussaud / githubweb
  54. Update dependencies. — Yvan Lussaud / githubweb
  55. Updated menu contributions. — Yvan Lussaud / githubweb
  56. Fixed #152 AQL: Incorrect query validation when a service is used as a collector and then normally. — Yvan Lussaud / githubweb
  57. Disables RCPTT profile by default. — Yvan Lussaud / githubweb
  58. Improved generators. — Yvan Lussaud / githubweb
  59. Improved debugger variables. — Yvan Lussaud / githubweb
  60. Added support for condition, hit, and log break point. — Yvan Lussaud / githubweb
  61. Fixed IllegalStateException in EclipseJDTJavaLoader. — Yvan Lussaud / githubweb
  62. Enabled multi declarations. — Yvan Lussaud / githubweb
  63. Fixed Java launcher generators. — Yvan Lussaud / githubweb
  64. Fixed #120 Open declaration on services should show all services with more and less specific types. — Yvan Lussaud / githubweb
  65. Fixed #130 Add a validation error if the module name doesn't match the last segment of its qualified name. — Yvan Lussaud / githubweb
  66. Fixed white spaces before module header parsing error. — Yvan Lussaud / githubweb
  67. Fixed #143 Add a button to browse the file system for output folder in launch configuration. — Yvan Lussaud / githubweb
  68. Fixed #149 When applying the quick fix create template/query from a VarRef receiver reuse its name as parameter name. — Yvan Lussaud / githubweb

#7 (Feb 19, 2024, 4:22:51 AM)

  1. Fixed workspace resolution. — Yvan Lussaud / githubweb
  2. Enabled two RCPTT tests. — Yvan Lussaud / githubweb
  3. Fixed migration for no identifier module name. — Yvan Lussaud / githubweb
  4. Revert "Enabled two RCPTT tests." — Yvan Lussaud / githubweb
  5. Disabled a RCPTT test. — Yvan Lussaud / githubweb
  6. Disabled a RCPTT test. — Yvan Lussaud / githubweb
  7. Fixed Migration service refactoring that return void. — Yvan Lussaud / githubweb
  8. Fixed Migration duplicated Java services creation. — Yvan Lussaud / githubweb
  9. Fixed keyword variable name in AcceleoAstSerializer and AstSerializer. — Yvan Lussaud / githubweb
  10. Fixed exception and error catching from class loading. — Yvan Lussaud / githubweb
  11. Added resolution tests for call/declaration before/after. — Yvan Lussaud / githubweb
  12. Fixed parsing for expression ending with a parenthesis expression. — Yvan Lussaud / githubweb
  13. Fixed migration of comment block. — Yvan Lussaud / githubweb
  14. Added String.toBoolean() service. — Yvan Lussaud / githubweb
  15. Fixed migration for collection query/template call. — Yvan Lussaud / githubweb
  16. Fixed migration for missing metamodel imports when calling an external template/query. — Yvan Lussaud / githubweb
  17. Added asynchrone Eclipse workspace validation. — Yvan Lussaud / githubweb
  18. Moved EclipseAcceleoLanguageServerContext from server to plugin start. — Yvan Lussaud / githubweb
  19. Fixed #128 Add a progress monitor to the workspace synchronize Job. — Yvan Lussaud / githubweb
  20. Added ProtectedArea prefixes to the migration. — Yvan Lussaud / githubweb
  21. Desacivated RCPTT tests. — Yvan Lussaud / githubweb
  22. Fixed ProtectedArea statement indentation migration. — Yvan Lussaud / githubweb
  23. Added let expression migration. — Yvan Lussaud / githubweb
  24. Fixed ExpressionStatement AQL if and let serialization. — Yvan Lussaud / githubweb
  25. Added implicit for block migration. — Yvan Lussaud / githubweb
  26. Added super call support for serializers. — Yvan Lussaud / githubweb
  27. Fixed NPE in AcceleoMainTab. — Yvan Lussaud / githubweb
  28. Fixed end of line in completion. — Yvan Lussaud / githubweb
  29. Added support to Windows end of line in AcceleoLanguageServerPositionUtils. — Yvan Lussaud / githubweb
  30. Added support for Windows end of line in completion proposals. — Yvan Lussaud / githubweb
  31. Added Windows end line support in AcceleoEvaluator. — Yvan Lussaud / githubweb
  32. Optimization after Windows new line suppport. — Yvan Lussaud / githubweb
  33. Added Windows end line support in migration tool. — Yvan Lussaud / githubweb
  34. Fixed cross projects workspace resolution. — Yvan Lussaud / githubweb
  35. Fixed NewLineStatement indentation. — Yvan Lussaud / githubweb
  36. Added quick fixes, refactor rename, show references documentation. — Yvan Lussaud / githubweb
  37. Fixed pacman indentation issue. — Yvan Lussaud / githubweb
  38. Added support for null value resolution at runtime. — Yvan Lussaud / githubweb
  39. Fixed #139 EObject service eAllContents(EClass) fails in some edge cases. — Yvan Lussaud / githubweb
  40. Fixed #117 [AQL] Allow enduser to provide services that take a LambdaValue. — Yvan Lussaud / githubweb
  41. Fixed #134 [AQL] Empty collection defined in extension produce a warning. — Yvan Lussaud / githubweb
  42. Fixed #135 For iterator index variable is not proposed by the completion. — Yvan Lussaud / githubweb
  43. Replaced Stack by ArrayDeque in AstBuilderListener. — Yvan Lussaud / githubweb
  44. Fixed #131 Fix the quick fix adding a template/query for collection calls. — Yvan Lussaud / githubweb
  45. Added missing toInteger(), toDouble(), toFloat(), toLong(). — Yvan Lussaud / githubweb
  46. Fixed #121 Create a log file with GenerationResult.getDiagnostic(). — Yvan Lussaud / githubweb

#6 (Jan 16, 2024, 7:27:53 AM)

  1. Fixed workspace resolution. — Yvan Lussaud / githubweb
  2. Enabled two RCPTT tests. — Yvan Lussaud / githubweb
  3. Fixed migration for no identifier module name. — Yvan Lussaud / githubweb
  4. Revert "Enabled two RCPTT tests." — Yvan Lussaud / githubweb
  5. Disabled a RCPTT test. — Yvan Lussaud / githubweb
  6. Disabled a RCPTT test. — Yvan Lussaud / githubweb
  7. Fixed Migration service refactoring that return void. — Yvan Lussaud / githubweb
  8. Fixed Migration duplicated Java services creation. — Yvan Lussaud / githubweb
  9. Fixed keyword variable name in AcceleoAstSerializer and AstSerializer. — Yvan Lussaud / githubweb
  10. Added cache on computed IService types. — Yvan Lussaud / githubweb
  11. Added symbolic service resolution and service loading using the JDT. — Yvan Lussaud / githubweb
  12. Added resolution tests for call/declaration before/after. — Yvan Lussaud / githubweb
  13. Fixed parsing for expression ending with a parenthesis expression. — Yvan Lussaud / githubweb
  14. Fixed migration of comment block. — Yvan Lussaud / githubweb
  15. Added String.toBoolean() service. — Yvan Lussaud / githubweb
  16. Fixed migration for collection query/template call. — Yvan Lussaud / githubweb
  17. Fixed migraion for missing metamodel imports when calling an exterenal template/query. — Yvan Lussaud / githubweb
  18. Desactivate RCPTT test for CI TemplateWithDocFileMainContents. — Yvan Lussaud / githubweb
  19. Added asynchrone Eclipse workspace validation. — Yvan Lussaud / githubweb
  20. Moved EclipseAcceleoLanguageServerContext from server to plugin start. — Yvan Lussaud / githubweb
  21. Updated build image to make RCPTT tests more stable. — Yvan Lussaud / githubweb
  22. Updated build image to make RCPTT tests more stable. — Yvan Lussaud / githubweb
  23. Updated build image to make RCPTT tests more stable. — Yvan Lussaud / githubweb
  24. Fallback to migration image. — Yvan Lussaud / githubweb
  25. Fixed #128 Add a progress monitor to the workspace synchronize Job. — Yvan Lussaud / githubweb
  26. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  27. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  28. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  29. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  30. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  31. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  32. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  33. Disabled Acceleo RCPTT tests. — Yvan Lussaud / githubweb
  34. Enable RCPTT tests with new changes to JenkinsFile. — Yvan Lussaud / githubweb
  35. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  36. Added ProtectedArea prefixes to the migration. — Yvan Lussaud / githubweb
  37. Changed Jenkinsfile for RCPTT tests. — Yvan Lussaud / githubweb
  38. Reverted JenkinsFile before all RCPTT changes. — Yvan Lussaud / githubweb
  39. Descivated RCPTT tests. — Yvan Lussaud / githubweb
  40. Fixed ProtectedArea statement indentation migration. — Yvan Lussaud / githubweb
  41. Added let expression migration. — Yvan Lussaud / githubweb
  42. Fixed ExpressionStatement AQL if and let serialization. — Yvan Lussaud / githubweb
  43. Fixed typo in AQL 'direclty'. — Yvan Lussaud / githubweb
  44. Added implicit for block migration. — Yvan Lussaud / githubweb
  45. Added super call support for serializers. — Yvan Lussaud / githubweb
  46. Fixed #138 parser for windows end of line. — Yvan Lussaud / githubweb
  47. Fixed NPE in AcceleoMainTab. — Yvan Lussaud / githubweb
  48. Fixed end of line in completion. — Yvan Lussaud / githubweb
  49. Added support to Windows end of line in AcceleoLanguageServerPositionUtils. — Yvan Lussaud / githubweb
  50. Added support for Windows end of line in completion proposals. — Yvan Lussaud / githubweb

#5 (Nov 23, 2023, 4:01:42 AM)

  1. Re-enable composite updating for milestones and releases — Laurent Goubet / githubweb
  2. Moved from ANTLR 4.7.3 to 4.10.1. — Yvan Lussaud / githubweb
  3. Fixed build. — Yvan Lussaud / githubweb
  4. Updated target platform in the Jenkinsfile. — Yvan Lussaud / githubweb
  5. Initial commit — Yvan Lussaud / githubweb
  6. Added profile launch configuration — Yvan Lussaud / githubweb
  7. Improved launch configuration — Yvan Lussaud / githubweb
  8. Fix profiler launch config — Yvan Lussaud / githubweb
  9. Improves profiling rendering — Yvan Lussaud / githubweb
  10. Adds copyrights — Yvan Lussaud / githubweb
  11. Cleans dependencies — Yvan Lussaud / githubweb
  12. Adds build structure — Yvan Lussaud / githubweb
  13. Fix build — Yvan Lussaud / githubweb
  14. Added comments — Yvan Lussaud / githubweb
  15. Renamed update site & included acceleo-aql — Yvan Lussaud / githubweb
  16. Adds link with editor — Yvan Lussaud / githubweb
  17. Adds basic coverage information — Yvan Lussaud / githubweb
  18. Added coverage utility — Yvan Lussaud / githubweb
  19. Improved coverage — Yvan Lussaud / githubweb
  20. Fix coverage lifecycle issues — Yvan Lussaud / githubweb
  21. Updates the main tab dialog — Yvan Lussaud / githubweb
  22. Fix profiling launch issue — Yvan Lussaud / githubweb
  23. Adds documentation — Yvan Lussaud / githubweb
  24. Fix NPE — Yvan Lussaud / githubweb
  25. Adds doc to eclipse help system — Yvan Lussaud / githubweb
  26. Refactored AcceleoEnvironment. — Yvan Lussaud / githubweb
  27. Removed set/getEvaluator() from IAcceleoEnvironment. — Yvan Lussaud / githubweb
  28. Removed IReadOnlyQueryEnvironment from AstBuilderListener. — Yvan Lussaud / githubweb
  29. Removed IQualifiedNameResolver from AcceleoEnvironment. — Yvan Lussaud / githubweb
  30. Added IQualifiedNameResolver.getSourceLocation(IService). — Yvan Lussaud / githubweb
  31. Removed IAcceleoEnvironment.getDestination(). — Yvan Lussaud / githubweb
  32. Removed IAcceleoEnvironment writer and strategy. — Yvan Lussaud / githubweb
  33. Removed IAcceleoEnvironment. — Yvan Lussaud / githubweb
  34. Updated projects configuration. — Yvan Lussaud / githubweb
  35. Fixed #26 Move profiler/coverage documentation to main documentation. — Yvan Lussaud / githubweb
  36. Moving from lsp4e 0.20.5 to 0.21.0. — Yvan Lussaud / githubweb
  37. Added myself to JenkinsFile emails. — Yvan Lussaud / githubweb
  38. Fixed outline text. — Yvan Lussaud / githubweb
  39. Fixed #25 Profiler model can be too big. — Yvan Lussaud / githubweb
  40. Fixed #38 Use only one launch configuration type. — Yvan Lussaud / githubweb
  41. Fixed #35 Add RCPTT tests for the profiler and code coverage. — Yvan Lussaud / githubweb
  42. Fixed #36 The Acceleo LSP server should start on an unused port. — Yvan Lussaud / githubweb
  43. Added RCPTT context for #43. — Yvan Lussaud / githubweb
  44. Fixed #28 Open declaration on template parameter reference opens the template in the java output folder (bin). — Yvan Lussaud / githubweb
  45. Disable Coverage RCPTT test. — Yvan Lussaud / githubweb
  46. Fixed #37 Initialize CrossReferenceProvider and IRootEObjectProvider. — Yvan Lussaud / githubweb
  47. Fixed #31 Add editor code templates. — Yvan Lussaud / githubweb
  48. Added query missing expression test. — Yvan Lussaud / githubweb
  49. Fixed #24 Missing expression in template report a missing template end tag. — Yvan Lussaud / githubweb
  50. Fixed #32 Implement protected area generation. — Yvan Lussaud / githubweb
  51. Fixed indentation tests startNotInlinedEndNotInlinedNoTextBeforeTextAfter. — Yvan Lussaud / githubweb
  52. Removed AcceleoFileWriter temp file creation. — Yvan Lussaud / githubweb
  53. Fixed #49 FileStatement append mode is not implemented. — Yvan Lussaud / githubweb
  54. Fixed #50 Create lost files in append mode. — Yvan Lussaud / githubweb
  55. Changed URL to URI in resolver. — Yvan Lussaud / githubweb
  56. This help with the exception, but the opened editor is empty. — Yvan Lussaud / githubweb
  57. Fixed #54 AQL feature completion does not work on dynamic meta-models. — Laurent Goubet / githubweb
  58. Minor change on completion proposal sort call. — Yvan Lussaud / githubweb
  59. Added AcceleoTextDocumentService.willSaveWaitUntil(). — Yvan Lussaud / githubweb
  60. Fixed #30 Implement show references. — Yvan Lussaud / githubweb
  61. Fixed NPE in AstValidator. — Yvan Lussaud / githubweb
  62. Fixed #59 Improve open declaration/definition. — Yvan Lussaud / githubweb
  63. Fixed AQL invocation delegates deprecated calls. — Yvan Lussaud / githubweb
  64. Fixed warnings in AQL tests. — Yvan Lussaud / githubweb
  65. Fixed #63 AQL Add a common type for all AST node of AQL. — Yvan Lussaud / githubweb
  66. Fixed open declaration on ForStatement Binding. — Yvan Lussaud / githubweb
  67. Fixed NPE. — Yvan Lussaud / githubweb
  68. Fixed #64 AQL Binding and VariableDeclaration shoould extends a common Declaration EClass. — Yvan Lussaud / githubweb
  69. Updated Orbit update site. — Yvan Lussaud / githubweb
  70. Added tests for #48 AQL allInstances() service seems to return EObject in its possible types. — Yvan Lussaud / githubweb
  71. Fixed #73 AQL the AstResult.getAstNode() for a position in a lambda VariableDeclaration return the containing call. — Yvan Lussaud / githubweb
  72. Fixed #58 AQL The method IQualifiedNameResolver.getDependOn() should be transitive on extends. — Yvan Lussaud / githubweb
  73. Fixed #60 Add RCPTT tests for open declaration/definition. — Yvan Lussaud / githubweb
  74. AQL version bump from 8.0.1 to 8.0.2. — Yvan Lussaud / githubweb
  75. Fixed #78 Public templates and queries should be accessible to module that import any extending module. — Yvan Lussaud / githubweb
  76. Fixed #79 Add tests for extends generation. — Yvan Lussaud / githubweb
  77. Added RCPTT test for #61 show references. — Yvan Lussaud / githubweb
  78. Fixed #55 Pass the URIConverter from the ResourceSet for models to the DefaultGenerationStrategy(). — Yvan Lussaud / githubweb
  79. Removed EclipseAcceleoFileFinder. — Yvan Lussaud / githubweb
  80. Fixed validation propagation across projects. — Yvan Lussaud / githubweb
  81. Changed completion to CompletionList with incomplet flag. — Yvan Lussaud / githubweb
  82. Updated target platform to 2023-03. — Yvan Lussaud / githubweb
  83. Updated Jenkinsfile to 2023-03. — Yvan Lussaud / githubweb
  84. Desactivate coverage RCPTT test. — Yvan Lussaud / githubweb
  85. Added tests for #59 Add RCPTT tests for show references. — Yvan Lussaud / githubweb
  86. Deactivated BindingFor show references RCPTT test. — Yvan Lussaud / githubweb
  87. Improved show references RCPTT tests. — Yvan Lussaud / githubweb
  88. Added deploy to maven build. — Yvan Lussaud / githubweb
  89. Added distributionManagement to pom.xml. — Yvan Lussaud / githubweb
  90. Disabled RCPTT tests VarRefBindingFor and VarRefTemplateParameter. — Yvan Lussaud / githubweb
  91. Added deploy to maven build. — Yvan Lussaud / githubweb
  92. Only publish maven artefacts on tags. — Yvan Lussaud / githubweb
  93. Fixed Jenkinsfile. — Yvan Lussaud / githubweb
  94. Fixed #33 Implement rename on template and query. — Yvan Lussaud / githubweb
  95. Fixed #80 Add validation when an override return type is not compatible. — Yvan Lussaud / githubweb
  96. Fixed isEmpty() calls. — Yvan Lussaud / githubweb
  97. Fixed #81 Add a mecanism to call a super service like in Java. — Yvan Lussaud / githubweb
  98. Fixed super: documentation. — Yvan Lussaud / githubweb
  99. Added RCPTT tests for #33 Implement rename on template and query. — Yvan Lussaud / githubweb
  100. Fixed #52 Add a way to have the current loop index in a ForStatement. — Yvan Lussaud / githubweb
  101. Fixed #39 Change licenses to EPLv2. — Yvan Lussaud / githubweb
  102. Removed source from targetplatform. — Yvan Lussaud / githubweb
  103. Fixed #68 When creating a new line in the editor, the indentation should be added. — Yvan Lussaud / githubweb
  104. Fixed #27 Provide a wizard to create a new module. — Yvan Lussaud / githubweb
  105. Fixed #84 @main tag not highlighted in template documentation. — Yvan Lussaud / githubweb
  106. Fixed RCPTT tests on CI. — Yvan Lussaud / githubweb
  107. Improved AcceleoAutoEditStrategy to autoindent only if the cursor is at the end of the line. — Yvan Lussaud / githubweb
  108. Fixed indentation removed when an inlined statement was present in a block. — Yvan Lussaud / githubweb
  109. Removed extra space in code templates. — Yvan Lussaud / githubweb
  110. Added new If tests for false condition. — Yvan Lussaud / githubweb
  111. Fixed #94 Blocks generating empty contents generate an empty line if there is indentation. — Yvan Lussaud / githubweb
  112. Fiexed #96 Expression finishing with () breaks text mate syntactical coloration in ProtectedStatement. — Yvan Lussaud / githubweb
  113. Added expressionStatement/multiLinesWithIndentationEndsWithNewLine test. — Yvan Lussaud / githubweb
  114. Fixed missing ] in protected area end header text mate grammar. — Yvan Lussaud / githubweb
  115. Fixed #97 Protected area with indentation shift the protected content at regeneration. — Yvan Lussaud / githubweb
  116. Fixed #44 Renaming a service java file doesn't trigger the validation of modules importing this class. — Yvan Lussaud / githubweb
  117. Fixed #99 Workspace changes move and remove of a module doesn't trigget validation of depending modules. — Yvan Lussaud / githubweb
  118. Fixed #88 When pasting multiline text the indentation should be preserved. — Yvan Lussaud / githubweb
  119. Create README.md — GitHub / githubweb
  120. AQL added IValidationResult.getMessages(ASTNode). — Yvan Lussaud / githubweb
  121. Fixed NPE for ErrorMetamodel. — Yvan Lussaud / githubweb
  122. Fixed RCPTT tests workspace changes. — Yvan Lussaud / githubweb
  123. Fixed #86 Add quick fixes. — Yvan Lussaud / githubweb
  124. Fix uick fixes tests on Jenkins CI. — Yvan Lussaud / githubweb
  125. Fix uick fixes tests on Jenkins CI. — Yvan Lussaud / githubweb
  126. Fixed #107 Improve module name completion. — Yvan Lussaud / githubweb
  127. Fixed #93 A module containing more than one service with the same signature should produce a validation error. — Yvan Lussaud / githubweb
  128. Fixed #108 Add test of getCollectionType() in ICollectionType.isAssignableFrom(). — Yvan Lussaud / githubweb
  129. Fixed #108 Add test of getCollectionType() in ICollectionType.isAssignableFrom(). — Yvan Lussaud / githubweb
  130. Added link to Eclipse project website in README.md — GitHub / githubweb
  131. Fixed NPE when a breakpoint is set outside a module. — Yvan Lussaud / githubweb
  132. First step for #45 add options support. — Yvan Lussaud / githubweb
  133. Fixed Sirius tests on CI. — Yvan Lussaud / githubweb
  134. Added a log file to migration tool. — Yvan Lussaud / githubweb
  135. Use last version of Java in migration tool. — Yvan Lussaud / githubweb
  136. Added missing lookup pop context in module evaluation. — Yvan Lussaud / githubweb
  137. Fixed #90 references should show services with a more generic type and #92 rename refactoring only renames the services with the same type. — Yvan Lussaud / githubweb