forked from qt-creator/qt-creator
Made typing parenthesis even faster
Only attempt to activate the completion when there is a function id on the left of the parenthesis. Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -56,6 +56,12 @@ public:
|
||||
inline int length() const
|
||||
{ return _length; }
|
||||
|
||||
inline int begin() const
|
||||
{ return _position; }
|
||||
|
||||
inline int end() const
|
||||
{ return _position + _length; }
|
||||
|
||||
inline QStringRef text() const
|
||||
{ return _text; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user