What if I wish to modify Qt creator so that there could be no swearwords in code. If swearword appears, compiler throws " warning : there's a swearword in code!". (in build issues window.)
What if I wish to modify Qt creator so that there could be no swearwords in code. If swearword appears, compiler throws " warning : there's a swearword in code!". (in build issues window.)
What is the question?
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
"Is there a way to manipulate qt creator compile output?" as i said
Perfect example:
"Hello world!" appears in build issues window after compilation.
I am not a heavy Qt Creator user, so I don't know if you can set things like that.
However, you definitively can create plugin that does that, not during compile time, probably during preprocessing.
Here is the QtCreator development documentation, have fun.
http://doc.qt.nokia.com/qtcreator-extending/index.html
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks