Author Topic: todo case sensitive - is that the best option  (Read 4549 times)

Offline smallB

  • Almost regular
  • **
  • Posts: 193
todo case sensitive - is that the best option
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: todo case sensitive - is that the best option
« Reply #1 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 :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline smallB

  • Almost regular
  • **
  • Posts: 193
Re: todo case sensitive - is that the best option
« Reply #2 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?