Summary: | PHP syntax highlighting bug in switch / case | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Simon Ejsing <simon> |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simon Ejsing
2003-07-07 11:53:43 UTC
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 |