Skip to content

Releases: Path-Check/intellij-cql

v0.1.5

19 Apr 14:19

Choose a tag to compare

Re-adding support for the latest Android Studio

v0.1.4

19 Apr 13:20

Choose a tag to compare

Java17 and updates to buildUntil parameter in the IntelliJStore

v0.1.3

18 Apr 17:10

Choose a tag to compare

Upgrading CQL+Evaluator to 2.7 and 2.6 respectively
Enabling all IDEA versions

v0.1.2

08 Dec 22:35

Choose a tag to compare

Upgrading version compatibility to account for new IDEA versions.

v0.1.1

17 Oct 18:37

Choose a tag to compare

Enhanced Model-based code completion

v0.1.0

15 Oct 02:39

Choose a tag to compare

Semantic code completion

v0.0.6

06 Oct 19:36

Choose a tag to compare

  • Contextual Find Usages of a function or variable
  • Refactoring: renames now rename all the referenced entities.

v0.0.5

05 Oct 20:20

Choose a tag to compare

  • Adding tooltip for errors.
  • Bugfix for TextRanges: End char is inclusive.
  • Bugfix for FindUsages: must return a leaf element.
  • Bugfix for Commenters: prefixes and suffixes can't have spaces.
  • Bugfix for lexer exceptions (define " EOF)
  • Bugfix for empty folding groups.

v0.0.4

04 Oct 21:00

Choose a tag to compare

  • Added folding support
  • Filename check. It should use the format -.cql
  • Reference Finder when clicking in the Identifier.

v0.0.3

03 Oct 20:23

Choose a tag to compare

Added

  • Adds a Code Completion for keywords in the language
  • Bugfix: Only shows errors in the current file.
  • Imports -.cql files in the same directory
  • Adds warnings and messages from the CQL compiler as Annotations