benjaminRomano / todo-manager

Manage TODOs, NOTEs, etc. from inside Atom.
https://atom.io/packages/todo-manager
MIT License
4 stars 2 forks source link

Q: How to change REGEX ? #12

Closed X-Raym closed 8 years ago

X-Raym commented 8 years ago

Hi,

Where do I have to put the code the change/cretae my own REGEX ?

Thanks :)

benjaminRomano commented 8 years ago

Go to File > Config. It should open up a config.cson file where you can put your own custom regexes.

X-Raym commented 8 years ago

Thanks !

I guess it doesn't cause I don't succeed to make the regex right then.

I am trying to make a list of all available function function FunctioName() Is it possible ? :)

benjaminRomano commented 8 years ago

Its probably possible with regexes, but I'm not an expert at regex so I don't know how you would go about making that.

X-Raym commented 8 years ago

Ok, it is a bit hard to test at the editor seems to have to be closed to take into account the changes made but maybe I will succeed. thanks for the infos, and for your plugin ! Cheers !