Version: 3.0 alpha4 (using KDE KDE 3.1.2) Installed from: Slackware Packages OS: Linux case 1...3 is highlighted incorrectly in the PHP syntax highlighter. It's highlighted as '1.' in float highlight next '.' in standard colour and the last '.3' in float syntax again. Should be: '1...3' all in same colour.
KDevelop 3 alpha4a is a bit old. You are strongly advised to update to the latest CVS version of KDevelop3 code name gideon, take a look at: http://www.kdevelop.org/index.html?filename=branches_compiling.html for all the details you need. If you find a problem or need help please send a mail to the mailing list: http://www.kdevelop.org/index.html?filename=mailinglist.html or drop us a line at the channel #kdevelop on the server irc.kde.org using ksirc, for example. Please use the CVS version and compile it yourself because that way you can easily patch it if a bug is found. P.S. : The KDevelop team closed over 107 reported and confirmed bugs since the release of KDevelop3.0 Alpha 4a The bad news is that KDevelop3 currently has 113 reported bugs :(
I've updated to some CVS version recently, but I have no idea what and when exactly, so I reported it as alpha4... I'm on the mailinglist, and I've noticed the PHP development is very slow, so I thought the bug might still exist (found nothing in the bug tracker). I would fix it myself, however I find it hard to figure out how KDevelop is structured. It took me almost a day just to figure out how to remove the PHP tab from the main window...
Try to generate Gideon's API documentation by runnig: doxygen Doxyfile in kdevelop root directory The generated documentation will be under doc/api/html/index.html There you can find all you need to know.
Syntax highlighting is done by the editor part, this case I assume it's katepart since I see the error there. Reassigning.
fixed in katepart, if that work in qeditor is an other question