Hi Qt Creator developers, I'm implementing custom Completer for Lua files, and I'd like to implement isInComment method. I'm using Generic Highlighter for syntax highlighting, and Highlighter definitely "knows" what places of code are comments and what are not.
How can I get this information from Generic Highlighter? -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
