| 64 | void setTheme(const Theme& t, bool d); |
| 65 | void setIndentSize(int size); |
| 66 | void setIndentTab(bool useTabs0) { useTabs = useTabs0; } |
| 67 | Highlighter& getHighlighter(); |
| 68 | void checkFile(const QVector<MiniZincError>& errors); |
| 69 | void showDebugInfo(bool show); |