Version: 3.0.0a4 (using KDE 3.1.1) Installed from: compiled sources Compiler: gcc version 3.2.2 OS: SunOS (sun4u) release 5.8 "Line: Y Col: X": X is counted incorrectly when using tabs. It's counting the number of tabs (number of characters) instead of "number of tabs" * "tabwidth". This is a lot of text .... bla -> X = 30 \t \t \t \t \t -> X = 5 (instead of, one might expect, say 30) This might be a bug in kate instead of kdevelop?
A good way of checking if a editor-related bug is in KDevelop or katepart is trying the same thing in KWrite since that app embeds katepart more or less exactly the way KDevelop does. In this case it really seem to be related to KDevelop, since I can't get KWrite to exhibit the same behaviour.
Fixed in CVS.