I'm using the latest 64bit C::B nightly build The 08 February 2020 build (11957) is out. (http://forums.next.codeblocks.org/index.php/topic,23673.0.html).
When I wrote some thing like below:
//----
After save the file, it becomes below:
//---- ----------------------------------------------------------------------------------------------------
So, why those extra chars were automatically added?
One of the three old new plugins is likely doing it.
Try disabling tidycmt
Tim S
Quote from: stahta01 on February 28, 2020, 02:51:00 AM
One of the three old new plugins is likely doing it.
Try disabling tidycmt
Tim S
Hi, Tim, thanks for the help, disable tidycmt plugin fixes this issue.
Tidycmt plugin - CodeBlocks (http://wiki.codeblocks.org/index.php/Tidycmt_plugin)
I'm not sure how to configure this plugin's feature, maybe it can select some comment styles, but I don't know where is the config panel of this plugin. :)