Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MortenMacFly on June 28, 2012, 09:42:58 pm

Title: EditorConfig plugin
Post by: MortenMacFly on June 28, 2012, 09:42:58 pm
Whoever does not use EditorConfig tool as described in http://forums.codeblocks.org/index.php/topic,16512.0.html (http://forums.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.
Title: Re: EditorConfig plugin
Post by: Alatar on July 02, 2012, 11:03:25 am
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.
Title: Re: EditorConfig plugin
Post by: MortenMacFly on July 02, 2012, 01:08:05 pm
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. ::)