Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator Todo/Task Plugin
Forum Update on Monday, May 27th 2025

Qt Creator Todo/Task Plugin

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 5.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    reactive
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        reactive
        wrote on last edited by
        #3

        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}

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on last edited by
          #4

          Maybe "this":http://gitorious.org/qt-creator-todo-plugin/qt-creator-todo-plugin will do all work for you? :)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved