Skip to content

Releases: Caphyon/rc-strings

RC Strings

31 Aug 07:33
c201638
Compare
Choose a tag to compare

RC Strings 1.5.0

August 30, 2018

Improvements:

  • Add support for editing resource name
  • Disabled RCs are now displayed as well in the RC Files combobox
  • Improve aspect of input validation
  • The Done button is now disabled when invalid input is detected

Bugs:

  • String literal formatting did not apply for every line in case of multiline selection

RC Strings

21 Aug 12:52
e232907
Compare
Choose a tag to compare

RC Strings 1.4.0

August 21, 2018

Improvements:

  • Value formatting now includes support for multi-line string separation and string literals.
    Current supported string literals are:
    • L"string"
    • R"(string)"
    • _T("string")
    • TEXT("string")
    • other combinations of the literals above

Bugs:

  • Id could be 0
  • Could not find resource.h if it was not lower-case only
  • Missing value crashed the extension

RC Strings

17 Aug 07:50
Compare
Choose a tag to compare

RC Strings 1.2.0

July 30, 2018

Improvements:

  • Allow multiline selection
  • Add support for writing in hexadecimal format
  • Add support for any kind of resources from RC file
  • Add UI option for ID per project generation

Bugs:

  • Tabs were wrongly interpreted

RC Strings

17 Aug 07:48
0d9d40c
Compare
Choose a tag to compare

RC Strings 1.1.0

October 30, 2017

Bugs:

  • Fixed RC files detection when lightweight solution load is enabled.
  • Fixed headers detection

RC Strings

17 Aug 07:45
Compare
Choose a tag to compare

RC Strings 1.0.1

August 29, 2017

Bugs:

  • Add support for Lightweight solution load on VS 2017.

RC Strings

17 Aug 07:41
Compare
Choose a tag to compare

RC Strings 1.0.0

August 21, 2017

Official release

First official release.

RC Strings

17 Aug 07:52
69f628e
Compare
Choose a tag to compare

RC Strings 1.3.0

August 10, 2018

Improvements:

  • Add UI option for treating unused resources detected when the resources are found in the current RC but do not have a corresponding ID in any of the headers
  • Add autoselect current word if nothing is selected

Bugs:

  • Id generation started from 0
  • Fix header path detection
  • Header name was mandatory "resource.h"
  • Fix UI input validation
  • Consecutive whitespaces were removed
  • Wrong resource placement in header file on add command
  • RC file name was not visible on edit command