You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, November 14th 2005, 2:21pm

C/C++ comments in Kdevelop/Kate

Hi,
I use kdevelop (great program!) to code in C++.
Control+D comments out parts of code. However, the embedded editor (kate) sometimes applies C-style comments /*...*/ and sometimes C++-style comments //...
C-style comments are sometimes a problem because they are not recursive, so if you comment out a section which includes parts already commented, you get a syntax error.
Does anybody know how to force kate to use C++-style comments instead of C-style comments ?
Thanks,

FF.