Skip to content

Releases: olada/ac-fe-intellij-plugin

0.9.0

28 Jul 07:16
16d32a7
Compare
Choose a tag to compare

Change Log

  • Plugin is now compatible with IntelliJ version 2021.2
  • Syntax highlighting for following SDK methods: bsearch, correct_price_field, set_suspect_price_field, regex_match,
    is_time, is_number, is_opaque, is_datetime, is_date, is_matrix, is_float, is_integer, strval, toupper, split,
    evaluate, hash_global, year_fraction, dict_values, dict_put, dict_keys, dict_iskey, dict_get, insert, ado_browse,
    rdbms_proc, second, strip

0.8.2

13 Dec 12:17
Compare
Choose a tag to compare

Change Log

  • Plugin is now compatible with IntelliJ version 2020.3

0.8.1

05 Nov 15:23
9195309
Compare
Choose a tag to compare

Change Log

  • Compatibility with IntelliJ IDEA version 2020.2

0.8.0

14 Apr 08:05
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Change Log:

  • Change versioning pattern - now major versions are incremented instead of patch versions
  • Plugin is now compatible with IntelliJ version 2020.1

0.0.7

05 Apr 22:04
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Change Log:

  • Resolve references for variables (including global and/or top level declarations)
  • Find usages for variables and function parameters
  • Rename functions, parameters and declarations (with in-place-rename support)
  • Structure view shows top level variable declarations (with filter possibilities for functions and declarations)
  • Structure view shows inner functions
  • Enhanced function resolving which honors localilty of functions (inner functions). Therefore, only functions are found from anywhere, if they are declared at top level

0.0.6

02 Apr 06:46
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Changelog:

  • Increase parser's robustness: Allows highlighting multiple syntax errors as well as continuing to show the file structure even when there are syntax errors
  • Find usages for function definitions

0.0.5

30 Mar 06:55
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Changelog:

  • Syntax Highlighting for built-in methods: ts, ts_update
  • Resolve function invocation references of custom functions. Search scope is "full project" for now - no inclusion hints are taken into account (e.g. load or //@import)
  • Structure view shows top level functions (allows searching in structure via Ctrl + F12 (Windows) or Cmd + F12 (Mac)
  • Show name of function and containing file when hovering with pushed Ctrl / Cmd button over potential function reference

0.0.4

10 Mar 07:25
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Change Log:

  • Folding for loops and if / else
  • Syntax Highlighting for built-in methods: sql

0.0.3

08 Mar 21:50
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Change Log:

  • Grammar of all test files is valid (all ACSD .fe-files, ix_validation_GLOB.fe + ix_validation_STO.FE from ACIB, VALIDATION_FUNCTIONS.txt from ACKV)
  • Syntax Highlighting for continue keyword
  • Folding for functions

0.0.2

03 Mar 22:31
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Change Log:

  • Support for additional built-in-functions (map, list, hash_get, hash_put)
  • if-else blocks with optional braces
  • additional loops (do-while)
  • brace matching (highlights matching brace when setting the cursor on top of a brace)
  • built-in functions are highlighted differently when used as a function argument
  • Multi-Line-Comments
  • Better Expression support with optional parenthesis support