1. e9e5cea Fix multi-platform build. by Yvan Lussaud · 1 year, 7 months ago master
  2. 1fd6441 Add tp for 2022-06 - Remove older target platforms by lgoubet · 1 year, 7 months ago
  3. 6fa8901 Fixed typo in publish-nightly. by Yvan Lussaud · 2 years, 10 months ago
  4. 5228162 Prevent unnecessary parsing in Acceleo LSP server. by Yvan Lussaud · 2 years, 11 months ago
  5. 2515ea3 Moved from lsp4e 0.15.0 to 0.16.0. by Yvan Lussaud · 2 years, 11 months ago
  6. 1357368 Moved from lsp4e 0.14.0 to 0.15.0. by Yvan Lussaud · 2 years, 11 months ago
  7. 68ccf89 Moved from lsp4e 0.13.0 to 0.14.0. by Yvan Lussaud · 2 years, 11 months ago
  8. 4b44237 Fixed completion in for and let blocks. by Yvan Lussaud · 2 years, 11 months ago
  9. f6ae96c Fixed debug break line to fit breakpoint line. by Yvan Lussaud · 2 years, 11 months ago
  10. 0b731db Fixed debugger stepinto. by Yvan Lussaud · 2 years, 11 months ago
  11. 166e9e4 Fixed BadLocationException in open declaration/definition. by Yvan Lussaud · 2 years, 11 months ago
  12. 31afdd9 Added RCPTT tests. by Yvan Lussaud · 2 years, 11 months ago
  13. bcc60cf Enabled RCPTT tests. by Yvan Lussaud · 2 years, 11 months ago
  14. 976203a Improved qualified name resolution in LSP editor. by Yvan Lussaud · 2 years, 11 months ago
  15. d9ae2bd Fixed source range on open declaration/definition. by Yvan Lussaud · 2 years, 11 months ago
  16. 2e60d11 Switched declaration/definition resolution to IService and the resolver. by Yvan Lussaud · 2 years, 11 months ago
  17. 0056f8a Improved AqlDefinitionLocator with ValidationServices.call(). by Yvan Lussaud · 3 years ago
  18. efeeacd Added ValidationServices.call(). by Yvan Lussaud · 3 years ago
  19. ad05e48 Improved open definition in for loop. by Yvan Lussaud · 3 years ago
  20. 412c277 Removed IAcceleoEnvironment. by Yvan Lussaud · 3 years ago
  21. a3dfb57 Removed IAcceleoEnvironment writer and strategy. by Yvan Lussaud · 3 years ago
  22. 650efdb Removed IAcceleoEnvironment.getDestination(). by Yvan Lussaud · 3 years ago
  23. 2b09930 Fixed metamodel registration in AcceleoTextDocument. by Yvan Lussaud · 3 years ago
  24. 8922c6f Added IQualifiedNameResolver.getDependOn(). by Yvan Lussaud · 3 years ago
  25. e6bee16 Added IQualifiedNameResolver.getSourceLocation(IService). by Yvan Lussaud · 3 years ago
  26. 987bc9c Removed IQualifiedNameResolver from AcceleoEnvironment. by Yvan Lussaud · 3 years ago
  27. 90b9959 Changed IQualifiedNameResolver.clear(String) to clear(Set<String>). by Yvan Lussaud · 3 years ago
  28. c17bb54 Removed IReadOnlyQueryEnvironment from AstBuilderListener. by Yvan Lussaud · 3 years ago
  29. 9a9621b Added new publish script. by Yvan Lussaud · 3 years ago
  30. 1b54f0e Open ranges to accept Guava 30 by lgoubet · 3 years, 2 months ago
  31. 2a7dcab Add SelectionProvider behavior to the Interpreter view by Glenn Plouhinec · 3 years, 2 months ago
  32. b7d9481 Improved the extensibility of the Interpreter popup menu by Glenn Plouhinec · 3 years, 2 months ago
  33. afe9904 Refactored CollectionServices. by Yvan Lussaud · 3 years, 2 months ago
  34. e818b9c Added antlr runtime to the Acceleo update site. by Yvan Lussaud · 3 years, 2 months ago
  35. fed1c5d Revert "Moved AstResult back to IQueryBuilderEngine." by Yvan Lussaud · 3 years, 2 months ago
  36. f66282c Moved AQL from 7.0.0 to 8.0.0. by Yvan Lussaud · 3 years, 2 months ago
  37. d8bb845 Moved AstResult back to IQueryBuilderEngine. by Yvan Lussaud · 3 years, 2 months ago
  38. b029cbe Fixed AQL syntax coloration. by Yvan Lussaud · 3 years, 3 months ago
  39. dacdc95 Added documentation to AQL completion. by Yvan Lussaud · 3 years, 3 months ago
  40. aa36399 Added support for ClassTypes in type inference. by Yvan Lussaud · 3 years, 3 months ago
  41. 60a23fc Added support for ClassTypes in EMF filter services. by Yvan Lussaud · 3 years, 3 months ago
  42. 74106db Added drop() and dropRight() services. by Yvan Lussaud · 3 years, 5 months ago
  43. a6b0708 Added multi line TestStatement in inlined Block tests. by Yvan Lussaud · 3 years, 5 months ago
  44. 06716c8 Added current() services to the migration. by Yvan Lussaud · 3 years, 5 months ago
  45. 7852039 Fixed ExpressionStatement indentation when producing many lines. by Yvan Lussaud · 3 years, 5 months ago
  46. d97d126 Added for guard migration. by Yvan Lussaud · 3 years, 5 months ago
  47. e952100 Improved migration: by Yvan Lussaud · 3 years, 5 months ago
  48. 19f6363 Fixed AstValidator.getDeclarationTypes() for SequenceType(EClassifierLiteralType) and SetType(EClassifierLiteralType). by Yvan Lussaud · 3 years, 5 months ago
  49. c179d49 Fixed multiple escaped strings in the same AQL expression. by Yvan Lussaud · 3 years, 5 months ago
  50. 71ca766 Fixed special char serialization in AstSerializer. by Yvan Lussaud · 3 years, 5 months ago
  51. cdb766a Fixed operator precedence detection in AstSerializer. by Yvan Lussaud · 3 years, 5 months ago
  52. 16fb6f3 Fixed ambiguous Java service call in migration. by Yvan Lussaud · 3 years, 5 months ago
  53. 6f1b3a0 Added replaceFirst() and substituteFirst() migration. by Yvan Lussaud · 3 years, 5 months ago
  54. c0f7a99 Added tokenizeLine() migration. by Yvan Lussaud · 3 years, 5 months ago
  55. 6d872fb Added iterate() to the migration TODO list. by Yvan Lussaud · 3 years, 5 months ago
  56. 6843e6c Added lineSeparator() migration tests. by Yvan Lussaud · 3 years, 5 months ago
  57. 534e039 Added lineSeparator() service. by Yvan Lussaud · 3 years, 5 months ago
  58. ceb99da Added indexOfSlice() and lastIndexOfSlice() migration. by Yvan Lussaud · 3 years, 5 months ago
  59. d345b79 Added lastIndexOfSlice() service. by Yvan Lussaud · 3 years, 5 months ago
  60. 59ea082 Added indexOfSlice() service. by Yvan Lussaud · 3 years, 5 months ago
  61. e073fed Added selectByKind and selectByType migration. by Yvan Lussaud · 3 years, 5 months ago
  62. 45bbdde Added removeAll() migration. by Yvan Lussaud · 3 years, 5 months ago
  63. 0dcafe3 Added lastIndexOf() migration tests. by Yvan Lussaud · 3 years, 5 months ago
  64. 20226a7 Added lastIndexOf() services. by Yvan Lussaud · 3 years, 5 months ago
  65. 5fc6b3a Added addAll migration. by Yvan Lussaud · 3 years, 5 months ago
  66. 4d9a123 Added min max migration tests. by Yvan Lussaud · 3 years, 5 months ago
  67. 579e324 Added Collection.min and .max() services. by Yvan Lussaud · 3 years, 6 months ago
  68. 78618e9 Added mixed type Sequence migration. by Yvan Lussaud · 3 years, 6 months ago
  69. 14f6bfe Added mixed type OrderedSet migration. by Yvan Lussaud · 3 years, 6 months ago
  70. 4b6b6a3 Added Double.toDouble() and Long.ToLong() services. by Yvan Lussaud · 3 years, 6 months ago
  71. 389b08a Fixed closure() migration. by Yvan Lussaud · 3 years, 6 months ago
  72. d397929 Fixed closure() service by removing the initial collection from the result. by Yvan Lussaud · 3 years, 6 months ago
  73. 37637e2 Added filter with primitive type parameter. by Yvan Lussaud · 3 years, 6 months ago
  74. 065ad39 Added PropertiesServices. by Yvan Lussaud · 3 years, 6 months ago
  75. 644adf9 Added more oclAsSet() migration tests. by Yvan Lussaud · 3 years, 6 months ago
  76. 9a3fb26 Added startsWith and endsWith collections services. by Yvan Lussaud · 3 years, 6 months ago
  77. 7aa3fd7 Added subOrderedSet migration tests. by Yvan Lussaud · 3 years, 6 months ago
  78. c397b2e Changed migration tests to existing format. by Yvan Lussaud · 3 years, 6 months ago
  79. 21b35cb Fixed integer div op migration. by Yvan Lussaud · 3 years, 6 months ago
  80. a5981ae Added oclAsSet service call migration. by Yvan Lussaud · 3 years, 6 months ago
  81. d44fecb Added String.characters() service. by Yvan Lussaud · 3 years, 6 months ago
  82. 3aecd68 Added String.at(Integer). by Yvan Lussaud · 3 years, 6 months ago
  83. e9bba4f Fixed special string migration. by Yvan Lussaud · 3 years, 6 months ago
  84. 4e28b8b Fixed out of bound exception. by Yvan Lussaud · 3 years, 6 months ago
  85. c3ea773 Fixed ambiguous service call with no arguments. by Yvan Lussaud · 3 years, 6 months ago
  86. bcc87c1 Fixed not generated empty lines. by Yvan Lussaud · 3 years, 6 months ago
  87. c04f331 Added migration command. by Yvan Lussaud · 3 years, 6 months ago
  88. 76a0c75 Moved from Object to EObject for OclAny migration. by Yvan Lussaud · 3 years, 6 months ago
  89. 7e60980 Fixed feature proxy in migration. by Yvan Lussaud · 3 years, 6 months ago
  90. a388b11 Added copy of other files during migration. by Yvan Lussaud · 3 years, 6 months ago
  91. d42ad48 Added a default argument when migrating invoke without arguments. by Yvan Lussaud · 3 years, 6 months ago
  92. 4d98ff8 Use existing module reference if it exists. by Yvan Lussaud · 3 years, 6 months ago
  93. 96fecf7 Fixed proxy enum literal serialization (AstSerializer). by Yvan Lussaud · 3 years, 6 months ago
  94. c87983d Fixed documentation migration. by Yvan Lussaud · 3 years, 6 months ago
  95. 3466e96 Added if expression to migration. by Yvan Lussaud · 3 years, 6 months ago
  96. 857942e Fixed proxy type literal serialization (AstSerializer). by Yvan Lussaud · 3 years, 6 months ago
  97. b27e7fc Improved debugger stop. by Yvan Lussaud · 3 years, 8 months ago 4.0.0M2
  98. 66c3fc5 Updated programmatic use documentation. by Yvan Lussaud · 3 years, 8 months ago
  99. dab90be Removed set/getEvaluator() from IAcceleoEnvironment. by Yvan Lussaud · 3 years, 8 months ago
  100. 9f8732c Add eGet(feature) & eGet(feature, resolve) by William Piers · 4 years ago