Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0175a4e

Browse files
committed
Revert "Fix keyword loading to use any whitespace as separator"
This reverts commit eed9e70. See #6693
1 parent 1cf34c8 commit 0175a4e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎app/src/processing/app/syntax/PdeKeywords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void parseKeywordsTxt(File input) throws Exception {
115115
continue;
116116
}
117117

118-
String pieces[] = line.split("\\s+", 4);
118+
String pieces[] = line.split("\t");
119119

120120
String keyword = pieces[0].trim();
121121
if (keyword.startsWith("\\#")) {

‎build/shared/revisions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ARDUINO 1.8.6
55
* Added scroller in programmers menu.
66
* Added "accelerator" in scrollable menu, press "a" key while scrolling
77
* Keep "Board Manager" menu item always as first in the menu
8-
* keyword.txt now allows any whitespace. Thanks @bhagman
98

109
[wifi101-firmware]
1110
* SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /