Code::Blocks Forums
User forums => Help => Topic started by: davidp on January 08, 2009, 02:41:53 am
-
I was wanting some kind of plug-in which would give me statistics about my code, and I saw one on the Code::Blocks wiki: Code Statistics.
Unfortunately no download link was given on the wiki page (in fact...it looks like there aren't any download links for any plug-ins given on any of the wiki pages as far as I can tell. That's a serious error). After sifting through several webpages I finally found an old link to Code Statistics given by its creator on these forums when he first created it....sitting on a Lycos website: http://membres.lycos.fr/exoguard/
The date on the link is from 2005, meaning that it doesn't seem to have been updated for 4 years now. I tried downloading it anyways, and was completely unsuccessful at installing it, especially since Code::Blocks asks me for a .cbplugin file, which Code Statistics didn't give me in the zip file which I downloaded. I cannot find any other links or any newer version of this plug-in. Has one been developed? Is there something comparable?
I am using Code::Blocks 8.02.
-
Is there something comparable?
I am using Code::Blocks 8.02.
Which platform?
On Windows if you use the installer you need to enable this plugin on install. On Linux it's the same. This plugin is shipped just fine. If you build C::b from the sources it will be created, too (if you have enabled to build the plugins, too). The sources of this plugin are under the "base" SVN repository of C::B.
-
Hi, I had the same problem (Ubuntu 10.04). If you use this OS, you have to install the "codeblocks-contrib" package to be able to use this plugin. Maybe it's the same in your case.