Skip to content

Releases: xonixx/intellij-awk

v0.4.5

11 Sep 22:09
Compare
Choose a tag to compare

v0.4.5 GitHub issues

  • Fix incorrect auto-insertion of } on Enter

v0.4.4

11 May 21:51
Compare
Choose a tag to compare

v0.4.4 GitHub issues

  • Improvements to auto-completion
  • Improve unused function detection (GAWK)

v0.4.3

23 Dec 16:24
Compare
Choose a tag to compare

v0.4.3 GitHub issues

  • Improvements to auto-formatting and auto-completion

v0.4.2

10 Sep 19:57
Compare
Choose a tag to compare

v0.4.2 GitHub issues

  • Add Ctrl-Q documentation for getline
  • Fixes

v0.4.1

14 Jul 11:45
Compare
Choose a tag to compare

v0.4.1 GitHub issues

  • Improvements to global variables and functions documentation popup (Ctrl-Q)
  • Autocomplete fixes

v0.4.0

15 May 13:55
Compare
Choose a tag to compare

v0.4.0 GitHub issues

  • Inspection to remove unnecessary semicolon
  • Improvements to auto-formatter
  • Fixes / improvements

v0.3.11

27 Apr 16:25
Compare
Choose a tag to compare

v0.3.11 GitHub issues

  • Fixes / improvements

v0.3.10

02 Apr 12:56
Compare
Choose a tag to compare

v0.3.10 GitHub issues

  • Fix some inspections false-positives when opening files outside the project
  • Fixes / improvements

v0.3.9

13 Mar 00:49
Compare
Choose a tag to compare

v0.3.9 GitHub issues

  • Fix for 'Parameter is never used' inspection false-positive
  • Minor fixes

v0.3.8

17 Feb 01:19
Compare
Choose a tag to compare

v0.3.8 GitHub issues

  • Highlight BEGINFILE/ENDFILE/nextfile keywords
  • Fix for multiline strings parsing