News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

EditorConfig plugin

Started by MortenMacFly, June 28, 2012, 09:42:58 PM

Previous topic - Next topic

MortenMacFly

Whoever does not use EditorConfig tool as described in http://forums.next.codeblocks.org/index.php/topic,16512.0.html, might find the plugin attached useful:

It can setup editor options per project, defined in the project settings and applied to each opened editor of that project, overriding the globals settings.

Have fun - this might get committed to SVN if enough people find it useful, so feedback is welcome.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alatar

Oh, I`m late.. =)

I`m just working on same future (per project and per file type settings) for EditorTweaks Plugin. By the way I`m also want to add toolbar for EditorTweaks Plugin.

MortenMacFly

Quote from: Alatar on July 02, 2012, 11:03:25 AM
Oh, I`m late.. =)
Don't worry, just take it as inspiration (if its helpful at all). If the desired functionality fits into the EditorTweaks plugin I'm fine with it. In fact I thought about the same in the first place but didn't do it as you configure it per project, so not per editor - that's why I supposed no-one would look into the EditorTweaks plugin for such functionality... in the end the result is a project tab, so it doesn't really matter anymore. ::)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]