robcowie / SublimeTODO

**[DEPRECATED]** - See https://github.com/jonathandelgado/SublimeTodoReview - Extract TODO-type comments from open files and project folders
295 stars 54 forks source link

What about sublime text 3 version of plugin? #62

Closed oleksandr-diudiun closed 9 years ago

tbergeron commented 10 years ago

+1

mrmartineau commented 10 years ago

+1

jamesla commented 10 years ago

+1

bfulop commented 10 years ago

:+1

wadtech commented 10 years ago

+1

bfulop commented 10 years ago

I just installed dnatag's fork on ST3 and it works great! Thanks!

simonluijk commented 10 years ago

dnatag's fork is also working for me.

lizzzzard commented 10 years ago

+1

halcarleton commented 10 years ago

The current version is working fine for me in ST3

murrah commented 10 years ago

Just installed the current version on Windows 7 ST3 and set the "todo" config in Settings-User. I am getting the menu options to "Show TODO", but nothing happens when I execute them. I have lots of TODO strings within my comments (JavaScript). Any ideas?

@halleycarleton: Did you need to do anything special?

Thanks, Murray

halcarleton commented 10 years ago

@murrah I didn't have to do anything special. I installed sublimeTODO through "package control: add repository". Once it was installed I added the patterns object to my settings - user JSON and then just started using it with no issue. I generally use "Show TODOs: project and open files" from the command palette.

I'm not sure what you mean by 'menu options to "show TODO",' are you using the command palette(Tools > Command Palette or Ctrl+Shift+P)? Also do you have a file open when you search for the "show TODOS:" command in command palette" When I first installed it it wouldn't show the command unless a file was open, although that is no longer the case.

Finally, I am using windows 8, so maybe there is an issue with windows 7? That's a big maybe though.

murrah commented 10 years ago

Thanks @halleycarleton. Yes that is what I have done also. Files are open, using the Ctrl+Shift+P. When I watch the status bar at the bottom of the screen, no messages appear indicating it is searching. Maybe it doesnt do that anyway.

I am assuming that gas in the code should look like // TODO: Blah blah

Thanks for your response! Go well, Murray

halcarleton commented 10 years ago

@murrah A message ("Finding TODOs") does show up in the status bar during searches for me, although only for a moment. Also, even if there are no TODOs found you should still be getting an empty search result tab titled "TODO_RESULTS".

Yes that is the correct syntax.

Sorry I can't be of more help. Goodluck!

murrah commented 10 years ago

@halleycarleton Thanks! I will post back here when I solve this. Thanks for confirming what action should be happenning.

dcbartlett commented 10 years ago

I'll donate 50$ to this port. Can we do bountysource?

dcbartlett commented 10 years ago

I can confirm that @dnatag 's fork does work in ST3 if you load it via the command palette. I'd like to see it show up under preferences>package settings as well.

Side-Note: I'd also like to see a feature for right clicking on a folder and searching within that folder. (10$) Bounty

murrah commented 10 years ago

Thanks @dcbartlett. I installed @dnatag's fork successfully also. One issue I still have is that even though I have overridden the patterns config as shown below, it is still indexing "NOTE:" which I dont want for this project. It is definately using the user todo config because the file and folder exclusions I also added are being used. "patterns": { "TODO": "TODO[\s]?:+(?P.)$" } I also tried adding a test custom tag: "AWESOME": "AWESOME[\s]?:+(?P\S.)$"

and it didnt index that tag where I had used it eg // AWESOME: This is a test

At least I am now getting a TODO list! Yay!

Thanks, Murray

wadtech commented 10 years ago

+1 for NOTE: matching despite user config override.

axelav commented 10 years ago

thanks @dnatag, had to restart ST but then your fork works perfectly.

chrisspiegl commented 10 years ago

+1

quantizer commented 10 years ago

+1

jonathanrdelgado commented 10 years ago

For all those waiting:

Went ahead and fixed all the issues and added a bunch of features today. Here is the repo: https://github.com/jonathandelgado/SublimeTodoReview - currently in line to be added to Package Control - should be there tomorrow.

More features coming soon.

dnatag commented 10 years ago

Initially, I thought I gonna put together something, but never had sufficient energy and time other than small bug fix. This is excellent!

andredurao commented 10 years ago

+1

rooc commented 10 years ago

+1

jonathanrdelgado commented 10 years ago

My final update to this:

TodoReview is now on Package Control. @robcowie has also handed over his spot in Package Control, so any active users with SublimeTODO installed will automatically be transferred over.

If you have any questions or issues, please submit an issue over at https://github.com/jonathandelgado/SublimeTodoReview.

Thank you.

johnathanz commented 9 years ago

confirmed works on ST3, build 3065. Should close this issue...

robcowie commented 9 years ago

This is no longer the active version of SublimeTODO. See https://github.com/jonathandelgado/SublimeTodoReview