forked from qt-creator/qt-creator
basetexteditor: make block selection accessible
This commit is contained in:
@@ -237,6 +237,8 @@ public:
|
||||
|
||||
void insertCodeSnippet(const QTextCursor &cursor, const QString &snippet);
|
||||
|
||||
void setBlockSelection(bool on);
|
||||
bool hasBlockSelection() const;
|
||||
|
||||
int verticalBlockSelectionFirstColumn() const;
|
||||
int verticalBlockSelectionLastColumn() const;
|
||||
|
||||
Reference in New Issue
Block a user