[Differential] [Commented On] D1879: Use KTextEditor::Document::wordAt() instead of custom implementation

brauch (Sven Brauch) noreply at phabricator.kde.org
Tue Jun 14 20:54:24 UTC 2016


brauch added a comment.


  looks good to me ;)

INLINE COMMENTS

> textdocument.cpp:517
> -
> -        while( endPos < linestr.length() && ( linestr[endPos].isLetterOrNumber() || linestr[endPos] == '_' || linestr[endPos] == '~' ) )
> -        {

Hmm, the tilde will not be covered by wordAt, will it? This should probably be fixed in the C++ highlighter though, it's wrong here anyways.

REPOSITORY
  rKDEVPLATFORM KDevPlatform

REVISION DETAIL
  https://phabricator.kde.org/D1879

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: dhaumann, kfunk
Cc: brauch, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20160614/71ebef43/attachment.html>


More information about the KDevelop-devel mailing list