Skip to content

0.3.0

Compare
Choose a tag to compare
@mavit mavit released this 19 Nov 21:30
· 58 commits to master since this release
  • Incompatible change: For better performance, a local LanguageTool server is now started once instead of repeatedly starting up the LanguageTool command-line tool for each check. See flycheck-languagetool-server-jar to set the path to the server JAR.
  • Reduce CPU usage.
  • Don’t try to enable this checker if LanguageTool is missing or not configured.
  • If the checker couldn’t be enabled, explain why with flycheck-verify-checker.
  • This checker is now activated for message-mode buffers.
  • Link each reported warning to a detailed explanation on the LanguageTool website.
  • Disable LanguageTool’s spell checker if flyspell is in use.
  • Chain to Flycheck’s built-in Proselint checker.