forked from qt-creator/qt-creator
BaseTextEditor: adding translatedLineRegion()
this function returns the bound region for the text in lineStart to lineEnd We use this to position the context pane
This commit is contained in:
@@ -216,6 +216,8 @@ public:
|
||||
|
||||
int verticalBlockSelection() const;
|
||||
|
||||
QRegion translatedLineRegion(int lineStart, int lineEnd) const;
|
||||
|
||||
public slots:
|
||||
void setDisplayName(const QString &title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user