Releases: TriggerAu/VSToolsForKSP
Releases · TriggerAu/VSToolsForKSP
v2.0.9 Release
v2.0.8 Release
Added some fixes to the loading for templates list to show every time
v2.0.7 Release
Added extra language codes to default list
- de-de
- fr-fr
- it-it
- pt-br
v2.0.6 Release
Expanded this one to add some extra usable features
String Refactor
Swaps out a literal string for an autoLOC code without adding the Localizer.Format call
- Is also configured to allow swapping in for attribute strings
Templates
Added functionality for saving and loading settings for the file setups. This can be used to have different file sets for different functions/features - like if you needed one set for core stuff and another for expansions for example...
General
- Added [TAG] insert option to non-english files
- Added ability to write to multi-cfgs and a base file
- Caught a bug or two
v1.0.1 Release
Initial release of this Extension including some base stuff and one function
Localizer.Format Refactor
Adds a code refactor option to VS to allow you to convert strings to KSP Localizer.Format code and stores the values in cfg files
- Allows both project wide and user based IDs (for shared projects using gitignore)
- Valid for standalone strings or arguments
- Adds comment on end of line with new number
- tracks the current tag number
- writes key/value pair to config files in configurable languages
General
- VS Tools for KSP Output Pane for log messages
- Hooks up to VS Solution changes