forked from qt-creator/qt-creator
Reverted a change which introduced a duplicate action for
(re-)formatting.
This commit is contained in:
@@ -54,8 +54,7 @@ public:
|
||||
None = 0,
|
||||
Format = 1,
|
||||
UnCommentSelection = 2,
|
||||
UnCollapseAll = 4,
|
||||
Reformat = 8
|
||||
UnCollapseAll = 4
|
||||
};
|
||||
|
||||
TextEditorActionHandler(const QString &context, uint optionalActions = None);
|
||||
@@ -92,7 +91,6 @@ private slots:
|
||||
void gotoAction();
|
||||
void printAction();
|
||||
void formatAction();
|
||||
void reformatAction();
|
||||
void rewrapParagraphAction();
|
||||
void setVisualizeWhitespace(bool);
|
||||
void cleanWhitespace();
|
||||
@@ -133,7 +131,6 @@ private:
|
||||
QAction *m_cleanWhitespaceAction;
|
||||
QAction *m_textWrappingAction;
|
||||
QAction *m_unCommentSelectionAction;
|
||||
QAction *m_reformatAction;
|
||||
QAction *m_unCollapseAllAction;
|
||||
QAction *m_collapseAction;
|
||||
QAction *m_expandAction;
|
||||
|
||||
Reference in New Issue
Block a user