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

Open the file when double clicking #39

Closed jcldavid closed 11 years ago

jcldavid commented 11 years ago

You can see this feature when you search for texts in files inside ST2, when you double click on the excerpt of that file, that files gets opened on a new tab on that specific line where it's found. Would it be possible to grab that specific functionality for SublimeTODO?

Hezix commented 11 years ago

I Second that this feature would be very useful.

fnkr commented 11 years ago

+1 from me.

robcowie commented 11 years ago

It sort of exists; If you hold alt (or shift if on linux) and double-click, it will open the appropriate line.

It's currently hard to find the time to hack on the plugin right now and there are several things that need doing to make it easier to maintain (not least, make it py3 compatible). I'll see what I can do.

fnkr commented 11 years ago

Thanks, working perfect!

Hezix commented 11 years ago

Tested the alt+double click, works great. Thanks.

justinclayton commented 11 years ago

Very handy; I would argue that if this feature is more prominently documented (perhaps in the README), you could probably even close this issue to most people's satisfaction.

jcldavid commented 11 years ago

Actually, it is in the README.

alt-double click (shift-double click in Linux)