forked from qt-creator/qt-creator
Code completion of doxygen tags.
This commit is contained in:
@@ -49,6 +49,9 @@ TokenUnderCursor::~TokenUnderCursor()
|
||||
SimpleToken TokenUnderCursor::operator()(const QTextCursor &cursor) const
|
||||
{
|
||||
SimpleLexer tokenize;
|
||||
tokenize.setObjCEnabled(true);
|
||||
tokenize.setSkipComments(false);
|
||||
|
||||
QTextBlock block = cursor.block();
|
||||
int column = cursor.columnNumber();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user