| 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(); |