[Bug 124642] The keyword "default" is not colored as "switch" and "case" in PHP source code

András Manţia amantia at kde.org
Fri Sep 8 12:38:48 UTC 2006


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=124642         
amantia kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From amantia kde org  2006-09-08 14:38 -------
SVN commit 582156 by amantia:

Color the "default" keyword as "switch" and "case". This is in line with the C++ highlighting.

BUG: 124642

 M  +1 -1      php.xml  


--- branches/KDE/3.5/kdelibs/kate/data/php.xml #582155:582156
 @ -11,6 +11,7  @
     <list name="control structures">
       <item>as</item>
       <item>case</item>
+      <item>default</item>
       <item>if</item>
       <item>else</item>
       <item>elseif</item>
 @ -38,7 +39,6  @
       <item> catch </item>
       <item> class </item>
       <item> const </item>
-      <item> default </item>
       <item> extends </item>
       <item> final </item>
       <item> function </item>



More information about the pkg-kde-bugs-fwd mailing list