forked from qt-creator/qt-creator
separate font zoom from font size
Introduce "Reset Font Size" action, bound to Ctrl+0
This commit is contained in:
@@ -382,6 +382,7 @@ public slots:
|
||||
|
||||
void zoomIn(int range = 1);
|
||||
void zoomOut(int range = 1);
|
||||
void zoomReset();
|
||||
|
||||
void cutLine();
|
||||
void deleteLine();
|
||||
@@ -579,7 +580,8 @@ protected slots:
|
||||
virtual void slotUpdateBlockNotify(const QTextBlock &);
|
||||
|
||||
signals:
|
||||
void requestFontSize(int pointSize);
|
||||
void requestFontZoom(int zoom);
|
||||
void requestZoomReset();
|
||||
void requestBlockUpdate(const QTextBlock &);
|
||||
void requestAutoCompletion(TextEditor::ITextEditable *editor, bool forced);
|
||||
void requestQuickFix(TextEditor::ITextEditable *editor);
|
||||
|
||||
Reference in New Issue
Block a user