Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: smallB on October 28, 2011, 06:05:15 pm

Title: todo case sensitive - is that the best option
Post by: smallB on October 28, 2011, 06:05:15 pm
I think todo should work in case insensitive mode. To a developer it is the same and often easier to write //todo .... or //ToDo, but at the moment this doesn't get recognized by cb todo plugin. But I think it should.
Title: Re: todo case sensitive - is that the best option
Post by: oBFusCATed on October 28, 2011, 07:42:51 pm
Patches welcome :)
I doubt it will be too hard to do, way easier than Template Meta Programming :)
Title: Re: todo case sensitive - is that the best option
Post by: smallB on October 29, 2011, 11:52:26 am
@Obfuscated I must really seriously think about it. I suppose first would have to do few tuts with wxWidgets?