git-svn-id: svn://db.shs.com.ru/libs@312 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user