February 16, 2011

reactive reactive
Lab Rat
59 posts

Qt Creator Todo/Task Plugin

 
Is a Task plugin useful?
I would use it. 20
I wouldn’t use it. 1
Total Votes: 21
You must be a logged-in member to vote

I’ve been thinking of contributing to Qt Creator and I am considering a Task plugin.
Eclipse has an addictive feature where if you leave a “todo” comment like this: // todo stop coding, enjoy life
It auto populates a task list for you.

Anyone else think this is a good idea? Would it be accepted? Is a task plugin already in the works?

Also, what are the guideline for where a plugin like that would go in the GUI?
In Eclipse it’s under the source like the 1-4 Build windows so you can use it to navigate
code easily. Or would it have to go in the left panel with Welcome/Edit… or even in the
Projects/File System panel?

3 replies

February 16, 2011

Tobias Hunger Tobias Hunger
Mad Scientist
3224 posts

Actually I use a script that extracts the diff to the master branch in git, grabs TODO, FIXME, etc. items from all the added lines in that diff and generates a task list file from that (plus some additional tests I run on the added lines;-).

I then use the tasklist to display all of these “warnings” in the Build Issues tab in Qt Creator. Works great for me… and I actually prefer that to just seeing all the todo items everybody ever added to the code.

February 16, 2011

reactive reactive
Lab Rat
59 posts

You are a wizard and that is a good point. I only work on relatively smaller projects so I hadn’t considered that. Let the feature creep begin: It could auto add a timestamp and/or configured username to the comments. That way you can filter on your own, but still see others.

// fixme help, my code doesn’t work {11/02/16 12:01 reactive}

February 17, 2011

Denis Kormalev Denis Kormalev
Lab Rat
1654 posts

Maybe this [gitorious.org] will do all work for you? :)

 
  ‹‹ [Moved] QT and data input in ubuntu terminal      Open documents sorting ››

You must log in to post a reply. Not a member yet? Register here!