Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

New plugin! (Code Statistics)

(1/3) > >>

Zlika:
Hi everybody!
During a long time, I was looking for an IDE which can count the code/comments lines of a project. I haven't found one (maybe in a commercial IDE...). So I have found small command-line programs able to do that, but it was not very convenient.

That's why I'm proud to announce you the release of a first version of a small "Code Statistics" plugin.
It can count the code/comments/empty lines of the files of the current project. Languages supported for the moment are C/C++, java and Python. In a future release, users will be able to add their own language settings.

You can find the plugin here: http://membres.lycos.fr/exoguard/

Zlika

darklordsatan:
Good! I see you're into developing plugins for C::B, thats really neat  :D

squizzz:
Nice plugin!

Additional idea for line statistics: avg lines per file.

If you plan further development of this plugin, you might consider measuring also size of the source files: (it might be a new tab already)
- size (in bytes) of the source files ("w00t, this code is getting ~200K")
- amount of source files
- amount of headers
- size of implementation (*.cpp)
- size of headers (*.h)
- avg size of *.cpp file (also the biggest and the smallest file)
- avg size of *.h file

Thanks for the plugin

Zlika:
Thanks for your comments.
It's interesting ideas for the next releases!

Zlika

mandrav:
This plugin has been added in CVS, in the contrib plugins section.
Zlika is now a registered Code::Blocks Plugin Developer.

Very well done, Zlika :)

Navigation

[0] Message Index

[#] Next page

Go to full version