Changes in 0.5.5
Release date: 2017-04-24.
[lang]
- Parameters’ default values:
- No type parameter in the generated default value fields. (details)
- Generated equality-test function:
- Add type parameters in generated equals function. (details)
- Implicitly imported features:
- Add operator “-=’ and ‘-‘ on Map and Pair. (details)
- Batch Compiler:
- Add issue listener in the batch compiler. (details)
- Add listener on compiled resources in the batch compiler. (details)
- Others:
- Add “dump” function in utilities. (details)
[util]
- Remove the dependency to com.google.inject. (details)
- Minor fixes in SarlSpecificationCheck tests. (details)
[ui]
- Content Assist:
- Remove the SARL-specific icons of the content proposals for avoiding freezing of the IDE. (details)
- Add proposal priority infrastructure. (details)
- Add test on auto-completion after new keyword. (details)
- Fixing a mispelled classname. (details)
[eclipse]
- Create place holders in the SARL menu. (details)
- Replace SARLEclipseConstants.MINIMAL_JRE_VERSION with SARLVersion.MINIMAL_JDK_VERSION. (details)
[m2e]
- Replace SARLEclipseConstants.MINIMAL_JRE_VERSION with SARLVersion.MINIMAL_JDK_VERSION. (details)
[product]
- Disable the simpleconfigurator service in order to avoid low performances of the product. (details)
[janus]
- Add missed injection of SarlSpecificationChecker. (details)
[tests]
- Fast failure when UTBM servers are not reachable. (details)
- Split the bugs package. (details)
[mwe2]
- Add generator for Pygments style files. (details: 1, 2)
- Use IAppender for creating external style files. (details)
- Create a message that provides the command-line for copying the generated bundles for Maven Central. (details)
Previous changes