Strg-D: how to use C-comments instead of C++-comments?
    Manfred Rebentisch 
    mrebentisch at comparat.de
       
    Thu Dec 30 06:36:21 GMT 2004
    
    
  
Am Mittwoch, 22. Dezember 2004 18:35 schrieb Manfred Rebentisch:
> Hi,
> does somebody know, how to use "/* ..... */" with Strg-D commenting in c
> and h files?
>
The solution:
edit file /opt/kde3/share/apps/katepart/syntax/c.xml and change the line (at 
end of file):
<comment name="singleLine" start="//" />
to 
<comment name="singleLine" start="/*" end="*/" />
Thank you to the developers for this feature!
Manfred
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
    
    
More information about the KDevelop
mailing list