forked from qt-creator/qt-creator
Editor: add formatter support
Change-Id: I65590273b2541e08a39970cd9bb4739a5634b2f7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -130,6 +130,7 @@ const char FOLD[] = "TextEditor.Fold";
|
||||
const char UNFOLD[] = "TextEditor.Unfold";
|
||||
const char UNFOLD_ALL[] = "TextEditor.UnFoldAll";
|
||||
const char AUTO_INDENT_SELECTION[] = "TextEditor.AutoIndentSelection";
|
||||
const char AUTO_FORMAT_SELECTION[] = "TextEditor.AutoFormatSelection";
|
||||
const char INCREASE_FONT_SIZE[] = "TextEditor.IncreaseFontSize";
|
||||
const char DECREASE_FONT_SIZE[] = "TextEditor.DecreaseFontSize";
|
||||
const char RESET_FONT_SIZE[] = "TextEditor.ResetFontSize";
|
||||
|
||||
Reference in New Issue
Block a user