You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
9
+
* Add autoselect current word if nothing is selected
10
+
11
+
Bugs:
12
+
13
+
* Id generation started from 0
14
+
* Fix header path detection
15
+
* Header name was mandatory "resource.h"
16
+
* Fix UI input validation
17
+
* Consecutive whitespaces were removed
18
+
* Wrong resource placement in header file on add command
19
+
* RC file name was not visible on edit command
20
+
21
+
### RC Strings 1.2.0
22
+
*July 30, 2018*
23
+
24
+
Improvements:
25
+
26
+
* Allow multiline selection
27
+
* Add support for writing in hexadecimal format
28
+
* Add support for any kind of resources from RC file
29
+
* Add UI option for ID per project generation
4
30
5
-
RC Strings 1.1.0
6
-
-----------------------
7
31
Bugs:
8
-
* Fixed detection when lightweight solution load is enabled.
32
+
33
+
* Tabs were wrongly interpreted
34
+
35
+
### RC Strings 1.1.0
36
+
*October 30, 2017*
37
+
38
+
Bugs:
39
+
40
+
* Fixed RC files detection when lightweight solution load is enabled.
9
41
* Fixed headers detection
10
42
11
-
RC Strings 1.0.1
12
-
-----------------------
43
+
### RC Strings 1.0.1
44
+
*August 29, 2017*
45
+
13
46
Bugs:
14
-
* Fixed bug that manifested when *Lightweight solution load* was enabled on VS 2017.
15
47
16
-
RC Strings 1.0.0
17
-
-----------------------
48
+
* Add support for *Lightweight solution load* on VS 2017.
<Descriptionxml: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.
0 commit comments