MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / setIndentTab

Method setIndentTab

MiniZincIDE/codeeditor.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setEditorIndentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected