mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kate: remove FIXME
ye, I guess it was and maybe still is Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5d8583e545
commit
ad791495bb
1 changed files with 0 additions and 2 deletions
|
@ -533,8 +533,6 @@ void KateOnTheFlyChecker::deleteMovingRanges(const QList<KTextEditor::MovingRang
|
|||
KTextEditor::Range KateOnTheFlyChecker::findWordBoundaries(const KTextEditor::Cursor& begin,
|
||||
const KTextEditor::Cursor& end)
|
||||
{
|
||||
// FIXME: QTextBoundaryFinder should be ideally used for this, but it is currently
|
||||
// still broken in Qt
|
||||
const QRegExp boundaryRegExp("\\b");
|
||||
const QRegExp boundaryQuoteRegExp("\\b\\w+'\\w*$"); // handle spell checking of "isn't", "doesn't", etc.
|
||||
const QRegExp extendedBoundaryRegExp("(\\W|$)");
|
||||
|
|
Loading…
Add table
Reference in a new issue