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. FIXME, TODO, and other notes in Qt Creator
Forum Updated to NodeBB v4.3 + New Features

FIXME, TODO, and other notes in Qt Creator

Scheduled Pinned Locked Moved Qt Creator and other tools
29 Posts 15 Posters 28.2k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    sabrog
    wrote on last edited by
    #2

    No. I used this feature in Eclipse, but QtCreator don't have this. I hope this is temporarily...

    QT - Apple QuickTime
    Qt - Nokia's Qt Development Frameworks
    Apple is a competitor of Nokia, so QT != Qt

    1 Reply Last reply
    0
    • U Offline
      U Offline
      ucomesdag
      wrote on last edited by
      #3

      Would be big plus to have this in Qt Creator!

      Write “Qt”, not “QT” (QuickTime).

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luca
        wrote on last edited by
        #4

        I used this feature in KDevelop and it was very useful...

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

          Please file a feature request in "our bugtracker":http://bugreports.qt.nokia.com/secure/Dashboard.jspa

          Suggestions won't get lost in a bugtracker while they will at some point vanish from the easily accessible front pages of the forum!

          1 Reply Last reply
          0
          • M Offline
            M Offline
            markus.liebe
            wrote on last edited by
            #6

            Hi there.

            I created a plugin that displays comments for //FIXME blabla //TODO etc.

            The Keywords are configurable.

            At the moment I am checking if it is ok for my company to let me make the code public. Until then you can head over to the "Plugin Gallery":http://developer.qt.nokia.com/wiki/Qt_Creator_Plug-in_Gallery in the Wiki (section "display todo / fixme etc. comments") to check it out.

            "Screenshot":http://lists.trolltech.com/pipermail/qt-creator/attachments/20100709/46893085/attachment-0001.png

            1 Reply Last reply
            0
            • V Offline
              V Offline
              vsorokin
              wrote on last edited by
              #7

              markus.liebe Where can we download it?

              --
              Vasiliy

              1 Reply Last reply
              0
              • M Offline
                M Offline
                markus.liebe
                wrote on last edited by
                #8

                At the moment you cannot download it anywhere. I have to wait for the clearance of my boss to make it available to the public. I think I know more in the next few days. If my boss decides that it is ok I will put the sources online soon.

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  troubalex
                  wrote on last edited by
                  #9

                  This is great, Markus! Let me know if you need some support to convince your boss. I have some nice arguments I can pull out of my top drawer if needed. ;)

                  THE CAKE IS A LIE
                  Web Community Manager - Qt Development Frameworks

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

                    Markus: Any news from the boss-front yet?

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

                      Tobias, is there something not good for you at Vass' plugin? Or you just want to look at alternative?

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

                        No, I am just trying to stay up to date... I just noticed though that Markus said in the thread about Vass' plugin that he can not release his code due to company policy:-/

                        1 Reply Last reply
                        0
                        • X Offline
                          X Offline
                          xsacha
                          wrote on last edited by
                          #13

                          I've always just Ctrl+F'ed for them or had syntax highlighting making them red so perhaps I'm missing something.

                          I've never thought of having it appear in the Build warnings. But, I don't understand why this is better exactly. Having them appear when you build that is.
                          Why not have a separate window that shows TODOs/FIXMEs. Then if you're looking for something to do, you can jump in to this.

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

                            xsacha, just look at it from this angle:
                            Pane you've called "build messages" one can call "issues" and it contains build issues (from compiler) and code issues (from FIXME, TODO, etc.).

                            1 Reply Last reply
                            0
                            • X Offline
                              X Offline
                              xsacha
                              wrote on last edited by
                              #15

                              But I have never really thought of it as showing 'code' issues. Is a TODO really an issue? I think of them more as plans. I prefer a separate list, unrelated to the building process.

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

                                xsacha, I'm agreed with you. It is just a feature to show them as part of issues. If you lok at Vass' plgin there is a setting that allows you to choose between issues and separate list of todos.

                                1 Reply Last reply
                                0
                                • X Offline
                                  X Offline
                                  xsacha
                                  wrote on last edited by
                                  #17

                                  Oh that's good! But where is Vass' plugin? Tobias said he can't release it? That's a shame.

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

                                    xsacha, no, Vass' plugin is at gitorious. You can find it "here":http://gitorious.org/qt-creator-todo-plugin/qt-creator-todo-plugin

                                    1 Reply Last reply
                                    0
                                    • X Offline
                                      X Offline
                                      xsacha
                                      wrote on last edited by
                                      #19

                                      Awesome!
                                      I will use this now.

                                      Oh, I read Tobias' comment wrong. He was saying Markus couldn't release code due to company policy, in a thread about Vass' plugin. Unfortunate that his company does not contribute back :(.

                                      • Sacha
                                      1 Reply Last reply
                                      0
                                      • D Offline
                                        D Offline
                                        disperso
                                        wrote on last edited by
                                        #20

                                        I liked this feature the last time I used KDevelop. Is quite usueful for example, for people who are not used to the codebase, but what to help (Junior Jobs for example). A newbie can simply open the project, and in some place of the UI he/she can find a list of places that need help, without having to use find&grep.

                                        Thanks for reporting the bug.

                                        1 Reply Last reply
                                        0
                                        • C Offline
                                          C Offline
                                          chrisj2110
                                          wrote on last edited by
                                          #21

                                          This kind of stuff is VERY useful IMHO.

                                          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