[kdevplatform] d3af706 Increase KDE requirement to 4.4 to fix the build f

David Nolden zwabel at googlemail.com
Fri Jul 9 21:47:18 UTC 2010


2010/7/8 Christoph Cullmann <cullmann at absint.de>:
> After removing some references to now no longer existing headers, both
> platform and kdevelop compile.
> And even start ;)
>
> But I don't see any additional highlight or code completion working, but you
> already said you just did the initial code conversion.
> It doesn't crash ;)

I've done some serious fixing now, and it _nearly_ works.
Code-completion and highlighting work, but the app instantly crashes
within kate on certain occassions.

The problem: KTextEditor::MovingInterface::transformCursor(..) doesn't
work when the "from" revision is higher than the "to" revision, which
is a required transformation to work with a duchain that was not
reparsed yet after some document changes. Also fromRevisision should
accept being "-1" for referencing the current revision, for
consistency with toRevision.

Greetings, David




More information about the KDevelop-devel mailing list