Skip to content

.gitignore support plugin v0.4

Compare
Choose a tag to compare
@hsz hsz released this 08 Jul 15:07

Version 0.4

  • Show ignored files by specified Gitignore file (right click on .gitignore file)
  • Add selected file/directory to Gitignore rules from popup menu
  • Negation syntax style changed (also fixes #15)
  • Fixed problem with negation (AssertionError) (#10)
  • Fixed problem with template's wrong line separator (#13)
  • Fixed NoSuchMethodError if older SDK does not support notification panel's icon (#14)
  • Rewritten BNF and JFlex rules