git-svn-id: svn://db.shs.com.ru/libs@312 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-11-09 13:39:41 +00:00
parent bd91c2e0b7
commit b591bea3db
2 changed files with 64 additions and 3 deletions

View File

@@ -77,8 +77,8 @@ private:
QTreeWidget * completer;
IconedLabel * lbl_help[2];
QFrame * widget_help;
QTextEdit::ExtraSelection es_line, es_cursor;
QList<QTextEdit::ExtraSelection> es_selected, es_custom;
QTextEdit::ExtraSelection es_line, es_cursor, es_bracket, es_range;
QList<QTextEdit::ExtraSelection> es_selected, es_custom, es_brackets;
QMap<int, ACClass> ac_classes;
QStringList cursor_scope;
int prev_lc, auto_comp_pl, timer;
@@ -87,6 +87,7 @@ private:
bool eventFilter(QObject * o, QEvent * e);
void showEvent(QShowEvent * );
void timerEvent(QTimerEvent * );
void highlightBrackets();
void applyExtraSelection();
void nextCompletition();
void previousCompletition();