MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetDoSyntaxHighlighting

Method SetDoSyntaxHighlighting

Source/CodeEntry.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 void SetText(std::string text) { UpdateString(text); }
62 void SetError(bool error, int errorLine = -1);
63 void SetDoSyntaxHighlighting(bool highlight) { mDoSyntaxHighlighting = highlight; }
64 static bool HasJediNotInstalledWarning() { return sWarnJediNotInstalled; }
65
66 static void OnPythonInit();

Callers 1

SetUpFromSaveDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected