Skip to content

Releases: TriggerAu/VSToolsForKSP

v2.0.9 Release

27 Apr 11:21
Compare
Choose a tag to compare
  • Adjusted git and Package for vs 2019
  • Fixed some startup NREs that can occur on new project

v2.0.8 Release

17 Nov 10:47
Compare
Choose a tag to compare

Added some fixes to the loading for templates list to show every time

v2.0.7 Release

06 Feb 05:31
Compare
Choose a tag to compare

Added extra language codes to default list

  • de-de
  • fr-fr
  • it-it
  • pt-br

v2.0.6 Release

12 Jan 11:29
Compare
Choose a tag to compare

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

11 Jun 00:19
Compare
Choose a tag to compare

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