Releases: mopemope/meghanada-emacs
Releases · mopemope/meghanada-emacs
Version 0.6.0 (2017-02-13)
Highlights
- Support android plugin for gradle. (experimental. supported only 2.2.0+)
- Add clear cache mode. (-c option)
- Add class index auto reload.
- Add project auto reload.
- Change cache format.
- Fix nested class completion.
- Fix some bugs.
Version 0.5.0 (2017-01-31)
Highlights
- Add code beautify (meghanada-code-beautify-before-save)
- Improve incremental build.
- Fix method reference bugs.
Code Fomatter
Meghanada uses eclipse code formatter.
Formatter rule file is meghanadaFormatter.properties
.
meghanadaFormatter.properties
location should be project root.
Rule detail see below url.
Version 0.4.0 (2017-01-25)
Highlights
- Improve gradle integration. build with dependency modules (experimental)
- Improve incremental build.
- Fix maven compilation-error-regexp-alist.
- Fix some cache bugs.
Version 0.3.1 (2017-01-21)
Version 0.3.1 (2017-01-21)
Highlights
- Fix local variable completion.
Version 0.3.0 (2017-01-20)
Version 0.3.0 (2017-01-20)
Highlights
- Use compiler API and improve lambda and method reference support.
- Improve compile and analyze performance.
- Decrease memory usage.
- Fix some bugs.
Version 0.2.4 (2016-10-18)
Version 0.2.4 (2016-10-18)
Highlights
- To begin supporting annotaion completion.
- Add autoupdate server module.