We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf34c8 commit 0175a4eCopy full SHA for 0175a4e
app/src/processing/app/syntax/PdeKeywords.java
@@ -115,7 +115,7 @@ private void parseKeywordsTxt(File input) throws Exception {
115
continue;
116
}
117
118
- String pieces[] = line.split("\\s+", 4);
+ String pieces[] = line.split("\t");
119
120
String keyword = pieces[0].trim();
121
if (keyword.startsWith("\\#")) {
build/shared/revisions.txt
@@ -5,7 +5,6 @@ ARDUINO 1.8.6
5
* Added scroller in programmers menu.
6
* Added "accelerator" in scrollable menu, press "a" key while scrolling
7
* Keep "Board Manager" menu item always as first in the menu
8
-* keyword.txt now allows any whitespace. Thanks @bhagman
9
10
[wifi101-firmware]
11
* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).
0 commit comments