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

Show file paths relative to open folders #15

Open robcowie opened 12 years ago

robcowie commented 12 years ago

In a project with many identically named files, it can be difficult to figure out which one you're looking at. Show file path rather than just file name. Paths would be relative to the open folders (so not full paths on the file system).

If anyone has any opinions about this, drop a comment.

erinata commented 12 years ago

I am actually worrying about the long file path, which will reduce the readability of the todo list

One solution is to group list by file

## TODO (3)
path\path\path\file1
1. (10) this is task1
2. (13) this is task2
path\path\path\file2
3. (20) this is task3

Another thing is to just show the path relative to project root, instead of absolute path.

hmatanock commented 11 years ago

Any progress on this? I would like this feature a lot. I wouldn't have any problem with the full system path. Would you be able to make it double-clickable like it is on the multi-file search results? That would be ideal, IMHO.

I like the grouping suggestion that erinata made.

kuddl commented 11 years ago

Jep, I would love to see this feature !! Maybe as a config Option? And jepp, it would be very helpful, to Group them by folder ... I litte bit like erinata's Idea:

## TODO (3)
path\path\path\CONTAINIG_FOLDER
1. FILE:10 this is task1
2. FILENAME:13 this is task2
path\path\path\CONTAINIG_FOLDER
3. ANOTHERFILE:20 this is task3