Code::Blocks Forums

User forums => Help => Topic started by: ollydbg on February 28, 2020, 02:22:58 am

Title: Editor will automatically add "-----" chars
Post by: ollydbg on February 28, 2020, 02:22:58 am
I'm using the latest 64bit C::B nightly build The 08 February 2020 build (11957) is out. (http://forums.codeblocks.org/index.php/topic,23673.0.html).

When I wrote some thing like below:

Code
    //----

After save the file, it becomes below:
Code
    //----  ----------------------------------------------------------------------------------------------------

So, why those extra chars were automatically added?
Title: Re: Editor will automatically add "-----" chars
Post by: 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
Title: Re: Editor will automatically add "-----" chars
Post by: ollydbg on February 28, 2020, 04:50:37 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. :)