
Project Line Counter (QtCreator Plugin)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This plugin adds info string to the Qt Creator Editor toolbar that counts lines in the current file and whole project if pro-file opened.
Required Qt Creator 3.4.0 or above.
Check README for installation and building instructions.
6 years ago
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.
6 years ago
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.
savolai
5 years ago
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.
Report
efendioglu
7 years ago
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
Report
Serjth
7 years ago
Report