Skip to content

Releases: JetBrains/idea-gitignore

.gitignore support plugin v0.5.3

11 Aug 09:26
@hsz hsz
Compare
Choose a tag to compare

Version 0.5.3

  • Added "Add template..." action to the "Generate" context menu under Alt + Insert shortcut
  • Travis integration
  • Donation button - if you find my plugin helpful, just donate it
  • Fixed wrong line separators errors (#41)

.gitignore support plugin v0.5.2

28 Jul 22:47
@hsz hsz
Compare
Choose a tag to compare

Version 0.5.2

  • Fixed few errors (#35, #36, #37)
  • Fixed "Show ignored files" action (#38)

.gitignore support plugin v0.5.1

27 Jul 22:42
@hsz hsz
Compare
Choose a tag to compare

Version 0.5.1

.gitignore support plugin v0.5

25 Jul 12:06
@hsz hsz
Compare
Choose a tag to compare

Version 0.5

Many thanks to @zolotov for his great support.

  • Comments support with Ctrl + / shortcut
  • Brackets support
  • Generator dialog enhancement (@zolotov)
  • Duplicate entry inspection
  • Cover entry inspection (checks if entry includes another one)
  • Unused entry inspection
  • Remove entry quick fix (@zolotov)
  • Entry reference navigation with Ctrl + click (@zolotov)
  • Rename entry refactoring (@zolotov)
  • Color schemes update (introduced bracket, value, slash; removed file, directory)
  • Directory line marker
  • Multi-gitignore files support for adding from context menu
  • Prevent adding duplicate entries (#17)
  • and many more...

.gitignore support plugin v0.4

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

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

.gitignore support plugin v0.3.3

03 Jul 15:00
@hsz hsz
Compare
Choose a tag to compare

Version 0.3.3

  • Gitignore file creating suggestion if missing
  • Fixed problem with negation (AssertionError) (#10)
  • Replaced icon (#9)
  • New file entry moved to the end of list (#9)

.gitignore support plugin v0.3.1

26 Jun 21:32
@hsz hsz
Compare
Choose a tag to compare

Version 0.3.1

  • Fixed problem with Java 1.6 (#2, #4)
  • Fixed fetching templates list (#5)

.gitignore support plugin v0.3

25 Jun 15:24
@hsz hsz
Compare
Choose a tag to compare

0.3 Content generator based on .gitignore templates
0.2.2 Custom color schemes for Default and Darcula
0.2.1 Syntax highlight fix, Color Settings Page sample
0.2 Syntax highlight
0.1 Initial version

.gitignore support plugin v0.2.2

24 Jun 14:13
@hsz hsz
Compare
Choose a tag to compare

0.2.2 Custom color schemes for Default and Darcula
0.2.1 Syntax highlight fix, Color Settings Page sample
0.2 Syntax highlight
0.1 Initial version