FIXME, TODO, and other notes in Qt Creator
-
This kind of stuff is VERY useful IMHO.
-
+1
I am also keen on the TODO list in Eclipse. I have not seen such feature so far in Qt Creator and hope to see it available soon. Please give me a hint if it is already available but I am missing it :)
10x,
Leon -
leon.anavi, there are some features that you miss in Vass' plugin? If yes you can contact him, he is here on DevNet.
-
/me uses the tasklist plugin for this kind of functionality.
I have a script that extracts all the lines that changed compared to what is in git on the server, extracts stuff from those lines, calculates line numbers and turns the whole thing into a .tasks file.
That file can be opened from Qt Creator and its contents does show up in the Build Issues pane. Updating the file (via script every couple of minutes) causes the list inside Qt Creator to refresh.
I actually prefer this approach as it shows the TODOs and FIXMEs (and some other issues) I introduced into the code, not the lots of others that were there already:-)
The script I use is available as scripts/mytasks.pl in the Qt Creator repo.
-
[quote author="Denis Kormalev" date="1304979454"]leon.anavi, there are some features that you miss in Vass' plugin? If yes you can contact him, he is here on DevNet.[/quote]
The main problem I have with it, is that I can't get it to actually work. I managed to compile it with big effort (I did not want to compile all of Qt Creator myself; that also ran into problems for me), but I still run into errors:
@
Could not resolve dependency 'Core(2.1.81)'
Could not resolve dependency 'ProjectExplorer(2.1.81)'
Could not resolve dependency 'TextEditor(2.1.81)'
@We really need an easier way to get plugins running in Qt Creator...
-
[quote author="Denis Kormalev" date="1304979454"]leon.anavi, there are some features that you miss in Vass' plugin? If yes you can contact him, he is here on DevNet.[/quote]
Honestly I have not tried it yet :(
Regarding the comments that the installation is time consuming I will add it to my to-do list for some of the coming weekends.
Vass, thanks for providing the plugin! I will write back when I install it to share user comments :)