0.4.1 @ 26.02.2014
- 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
- 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.
- New UI validation behavior:
- Name should be in UPPER case
- During rename variable new name should not be exists
- Small refactoring of the code
- Fix: issue with saving and loading Default Project's Settings
- Change "Template Variables" in the Project Settings to "File and Code Template Variable"
Thanks to Anonymous on the plugins.jetbrains.com =)
- Initial Commit