Releases: olada/ac-fe-intellij-plugin
Releases · olada/ac-fe-intellij-plugin
0.9.0
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
0.8.1
0.8.0
0.0.7
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
0.0.5
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
0.0.3
0.0.2
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