File tree 2 files changed +19
-2
lines changed
NewSrc/RcStrings.VsPackage
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
3
+ ### RC Strings 1.4.0
4
+ * August 21, 2018*
5
+
6
+ Improvements:
7
+ * Value formatting now includes support for multi-line string separation and string literals.
8
+ Current supported string literals are:
9
+ - `L"string"`
10
+ - `R"(string)"`
11
+ - `_T("string")`
12
+ - `TEXT("string")`
13
+ - other combinations of the literals above
14
+
15
+ Bugs:
16
+ * Id could be 0
17
+ * Could not find resource.h if it was not lower-case only
18
+ * Missing value crashed the extension
19
+
3
20
### RC Strings 1.3.0
4
21
* August 10, 2018*
5
22
14
31
* Fix header path detection
15
32
* Header name was mandatory "resource.h"
16
33
* Fix UI input validation
17
- * Consecutive whitespaces were removed
34
+ * Consecutive white-spaces were removed
18
35
* Wrong resource placement in header file on add command
19
36
* RC file name was not visible on edit command
20
37
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
3
3
<Metadata >
4
- <Identity Id =" Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version =" 1.3 .0" Language =" en-US" Publisher =" Caphyon" />
4
+ <Identity Id =" Caphyon.RcStrings.992db791-b2c8-4150-8359-431f4067be9e" Version =" 1.4 .0" Language =" en-US" Publisher =" Caphyon" />
5
5
<DisplayName >RC Strings</DisplayName >
6
6
<Description xml : space =" preserve" >This is an extension which enables you to add strings to RC (Win32 projects) string table from the context menu of Code editor.
7
7
</Description >
You can’t perform that action at this time.
0 commit comments