We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62da2de commit e4c88a6Copy full SHA for e4c88a6
messages.json
@@ -1,3 +1,4 @@
1
{
2
- "install": "messages/install.txt"
+ "install": "messages/install.txt",
3
+ "2.0.0": "messages/2.0.0.txt"
4
}
messages/2.0.0.txt
@@ -0,0 +1,24 @@
+SublimeLinter-clang 2.0.0
+-------------------------
+
5
+We revamped the settings, and you probably have to make changes.
6
7
+* If you used 'include_dirs', it is now called 'I' (just like the arg
8
+ on the command line).
9
10
+* 'extra_flags' is now 'args' (which is the standard name in the
11
+ SublimeLinter world).
12
13
+'c' and 'c++' files now have different settings sections.
14
15
+{
16
+ "linters": {
17
+ "clang": { // <- for c files
18
19
+ },
20
+ "clang++": { // <- for c++ files
21
22
+ }
23
24
+}
0 commit comments