forked from qt-creator/qt-creator
Initial support for emacs like fill-paragraph.
Merge-request: 882 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
4eda7c27f3
commit
f053ec8c14
@@ -91,6 +91,7 @@ private slots:
|
||||
void gotoAction();
|
||||
void printAction();
|
||||
void formatAction();
|
||||
void rewrapParagraphAction();
|
||||
void setVisualizeWhitespace(bool);
|
||||
void cleanWhitespace();
|
||||
void setTextWrapping(bool);
|
||||
@@ -125,6 +126,7 @@ private:
|
||||
QAction *m_gotoAction;
|
||||
QAction *m_printAction;
|
||||
QAction *m_formatAction;
|
||||
QAction *m_rewrapParagraphAction;
|
||||
QAction *m_visualizeWhitespaceAction;
|
||||
QAction *m_cleanWhitespaceAction;
|
||||
QAction *m_textWrappingAction;
|
||||
|
||||
Reference in New Issue
Block a user