TODO Plugin for QtCreator
-
chetankjain: We are starting to introduce checks static code analysis. Currently most of the prototyping seems to happen in the QML camp: They introduced JSlint like functionality into the QML editor recently.
The C++ engine is prepared ready to add more checks, too, but so far nobody found the time to get down and write some checks.
Of course there is also the quick fixes (in C++ as well as QML) which can even "fix up" common problems for you. There are already some of those, but the UI is not really giving any feedback where you can fix things at this time... Try e.g. hitting Alt-Return on a string constant.
-
I’ve tweaked this plugin in order to make the source code to comply with Qt coding style plus some other changes. This is the repository: https://gitorious.org/qt-creator-todo-plugin/qt-creator-todo-plugin-dsav .
So, I would like to merge the plugin into Qt Creator codebase (Vass agrees, I’ve contacted him before).
Well, the question is what should I do?
-
I am using this plugin, unfortunately it does not support Polish letters. When I write "możliwość" in the pane the displayed text is "mo?zliwo??". Could somebody fix this?
-
Please read comments here: https://bugreports.qt-project.org/browse/QTCREATORBUG-7356
-