Menu

#647 TASK tagss should have the same format as in JDT or CDT

v0.6.x
open
nobody
Editor (234)
5
2016-05-15
2012-07-02
Anonymous
No

We are using projects that contain C sources as well as Perl sources. We are using Task Tags to keep track of some work. However currently the task tags from Perl appear different than the JDT or CDT task tags and this makes it hard to format lists, automatically extract data and of course it just looks a little bit ugly.

Example:

# TASK my task
=> appears as "my task" in the task view.

// TASK my task
=> appears as "TASK my task" in the task view.

Basically both notations are of course legit, but the perl integration should use the same conventions as CDT or JDT if possible.

Discussion

  • Oliver Trosien

    Oliver Trosien - 2016-05-15
    • Group: --> v0.6.x
     
  • Oliver Trosien

    Oliver Trosien - 2016-05-15

    @jploski - any opinion on that? We're explicitly stripping "TODO" at the beginning of a task comment, while others like JDT aren't. This also leads to funny results. e.g. if you put something like "TODO: be smart." it becomes ": be smart" in the task view.

     

Log in to post a comment.