You are not logged in.

Search results

Search results 1-1 of 1.

Monday, November 14th 2005, 2:21pm

Author: Francois Faure

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.