Skip to content

Releases: mopemope/meghanada-emacs

Version 0.6.0 (2017-02-13)

13 Feb 08:22
Compare
Choose a tag to compare

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)

31 Jan 15:52
Compare
Choose a tag to compare

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.

http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fjdt%2Fcore%2Fformatter%2Fpackage-summary.html

Version 0.4.0 (2017-01-25)

25 Jan 01:22
Compare
Choose a tag to compare

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)

23 Jan 04:00
Compare
Choose a tag to compare

Version 0.3.1 (2017-01-21)

Highlights

  • Fix local variable completion.

Version 0.3.0 (2017-01-20)

23 Jan 03:59
Compare
Choose a tag to compare

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)

23 Jan 03:58
Compare
Choose a tag to compare

Version 0.2.4 (2016-10-18)

Highlights

  • To begin supporting annotaion completion.
  • Add autoupdate server module.