mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
another keywords change, additional note in PApplet
This commit is contained in:
@@ -92,9 +92,10 @@ public class PdeKeywords extends CTokenMarker {
|
||||
keywordColoring.add(keyword, id);
|
||||
}
|
||||
if (pieces.length >= 3) {
|
||||
//if (htmlFilename.length() > 0) {
|
||||
keywordToReference.put(keyword, pieces[2]); //htmlFilename);
|
||||
//}
|
||||
String htmlFilename = pieces[2].trim();
|
||||
if (htmlFilename.length() > 0) {
|
||||
keywordToReference.put(keyword, htmlFilename);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user