Skip to content

Releases: xonixx/intellij-awk

v0.2.4

02 Nov 13:17
Compare
Choose a tag to compare

GitHub issues

  • Show error on multiple functions with same name in a file
  • Bug fixes

v0.2.3

13 Oct 14:06
Compare
Choose a tag to compare

GitHub issues

  • Fixed inefficiency in parser
  • Show hints for function parameters (Ctrl-P)
  • Highlight unused functions and function parameters
  • Enforce variable naming conventions

v0.2.2

28 Sep 17:21
Compare
Choose a tag to compare
  • Minor fixes to auto-completion logic

Items delivered in v0.2.2 release

v0.2.1

31 Jul 15:14
Compare
Choose a tag to compare

Items delivered: https://github.com/xonixx/intellij-awk/milestone/4?closed=1

  • Make compatible with IDEA 2021.2
  • Minor fixes

v0.2.0

27 Jul 11:50
Compare
Choose a tag to compare

Items delivered: https://github.com/xonixx/intellij-awk/milestone/2?closed=1

  • Gawk features support added!
    • namespaces support
    • @fun
    • @/ERE/
    • switch statement
    • |&
    • multi-dimensional arrays
    • Gawk-specific functions
    • etc.
  • Lots of other improvement to all areas of plugin:
    • Improvements/fixes to lexer and parser
    • Cross-file functions and variables navigation added
    • Speed-up due to stubs usage
    • Add variables to Structure View
    • more...

v0.0.1.1

18 Jun 13:23
Compare
Choose a tag to compare