Page 1 of 1

New Task-Like View

PostPosted: Tue Aug 13, 2013 8:59 pm
by ellenmeserow
Security.png
Security.png (229.63 KiB) Viewed 6516 times


Is it possible to make new tasks views using different searches for comments other than //TODO? I tried making one for //SECURITY and it didn't work. See attached for what I tried...

Re: New Task-Like View

PostPosted: Wed Aug 14, 2013 12:07 am
by david
Looks like the task tags (TODO, FIXME, XXX) are the only ones being picked up by the DLTK editor. With no preference pane to add in user-defined task tags (some other editors have this).

Would be a cool addition!

Re: New Task-Like View

PostPosted: Wed Aug 14, 2013 10:28 am
by mboegem
Create a new task tag in eclipse and it should pick it up.
This requires a full rebuild of the solution, so depending on the size of your solution this can take some time.

tasks.png
tasks.png (158.12 KiB) Viewed 6469 times

Re: New Task-Like View

PostPosted: Wed Aug 14, 2013 1:58 pm
by david
New after 6.1.6?

Re: New Task-Like View

PostPosted: Wed Aug 14, 2013 3:34 pm
by david
mboegem wrote:Create a new task tag in eclipse and it should pick it up.


Found it. Nice.

Re: New Task-Like View

PostPosted: Thu Aug 15, 2013 8:39 am
by pbakker
Nothing new here, been around for a long time

Re: New Task-Like View

PostPosted: Tue Aug 20, 2013 6:27 pm
by ellenmeserow
I did add it as a task tag in Preferences > Java > Compiler > Task Tags -- still no go. Two screenshots attached... Help? Would LOVE to make this work.

Re: New Task-Like View

PostPosted: Tue Aug 20, 2013 10:58 pm
by david
Per Marc's screenshot: Preferences > Javascript > Task tags

Re: New Task-Like View

PostPosted: Wed Aug 21, 2013 12:12 am
by ellenmeserow
Got it! Thanks!