Skip to content

Releases: vkravets/FileTemplatesVariable

4.1.2

27 Mar 09:29
Compare
Choose a tag to compare
Update version to 4.1.2

Improve error handling

26 Feb 10:54
Compare
Choose a tag to compare

Fix: #2 NullPointerException when adding a variable
Fix: Exception appeared in the IDEA console, when calculate variables from templates. Moving it to the IDEA log

0.4.1-pre

26 Feb 09:57
Compare
Choose a tag to compare
0.4.1-pre Pre-release
Pre-release

Fix NullPointerException which is described in the #2

0.4

21 Feb 08:10
Compare
Choose a tag to compare
0.4
  • Change text field of variable's name to editable combobox with autocomplete
  • Read all possible variables from all file templates via FileTemplateManager (compatible with all IDEA platform's products)
  • Set all possible variables to combobox's list in alphabetic order
  • Remove UPPER case validation, since we can define non UPPER case variable in the templates.

0.3: New UI validation behavior.

19 Feb 12:27
Compare
Choose a tag to compare
  • New UI validation behavior:
    • Name should be in UPPER case
    • During rename variable new name should not be exists
  • Small refactoring of the code

0.2

19 Feb 08:23
Compare
Choose a tag to compare
0.2
  • Fixes issue with loading and saving Default Project's settings
  • Rename title of "Template Variables" to "File and Code Template
    Variables"

0.1

17 Feb 22:08
Compare
Choose a tag to compare
0.1

First alpha release.