Oo-mox
actionless
Source (link to git-repo or to original if based on someone elses unmodified work):
v.0.9.4 2015-04-09
* Ported to Qt5 and QtCreator 3.4.0 rc1.
* Internationalization added.
* Russian translation added.
* Fixed zero project lines count at the begining Qt Creator session.
* Minor tests improvements.
Ratings & Comments
3 Comments
Hi, I downloaded Qt Creator 3.4 rc1 to be able to install this. But it says: C:\Qt\qtcreator-3.3.81\lib\qtcreator\plugins\ProjectLineCounter.dll: Cannot load library C:/Qt/qtcreator-3.3.81/lib/qtcreator/plugins/ProjectLineCounter.dll: The specified module could not be found.
Hello Sergey, thank you for cool plugin. I have a strange behavior. When you have a solution( a pro file with subdirs) the plugin show the total lines only in root pro file. Whe I open a pro file from a subdir it show only the lines from the pro file itself... Yours efendioglu
Hi! It should work that way. When you open big project (with sub projects) plugin count lines in parent project only. You should open sub projects sepatately to count lines in those.