some tuning of the layer extra selections

Remove overlap. Add extra selection tooltips for the cpp hover handler.
This commit is contained in:
mae
2009-11-30 17:23:31 +01:00
parent 16fcb82d08
commit 32d0bc1ff2
6 changed files with 50 additions and 9 deletions

View File

@@ -478,6 +478,7 @@ public:
};
void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);
QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const;
QString extraSelectionTooltip(int pos) const;
struct BlockRange
{