File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/src/processing/app/syntax Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ private void parseKeywordsTxt(File input) throws Exception {
115
115
continue ;
116
116
}
117
117
118
- String pieces [] = line .split ("\\ s+" , 4 );
118
+ String pieces [] = line .split ("\t " );
119
119
120
120
String keyword = pieces [0 ].trim ();
121
121
if (keyword .startsWith ("\\ #" )) {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ ARDUINO 1.8.6
5
5
* Added scroller in programmers menu.
6
6
* Added "accelerator" in scrollable menu, press "a" key while scrolling
7
7
* Keep "Board Manager" menu item always as first in the menu
8
- * keyword.txt now allows any whitespace. Thanks @bhagman
9
8
10
9
[wifi101-firmware]
11
10
* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).
You can’t perform that action at this time.
0 commit comments