Project Line Counter Add-In
Posted
by Oz Solomonovich
on May 6th, 2000
Description
The Project Line Counter add-in reports statistics about files in your Visual C++ projects. Line Counter was created in order to demonstrate various programming tools and techniques.
Features
- Varied statistical data about your source code, including:
- Number of lines
- Lines with code
- Lines with C/C++ style comments
- Mixed lines (code and comments)
- Reports the distribution of files in your project, by extension. NEW!
- Can export the statistical data to a text report file. NEW!
- Automatic scan of your project file.
- Single-click activation.
- Various parsing options.
- Online help.
- Full source code.
The Source Code
Line Counter is a demo/proof of concept application for demonstrating various
technologies:
- Reusable components from WndTabs (pluggable online help, registry configuration, etc.)
- The Add-In Communication Library.
- Joshua Jensen's Workspace Whiz! Interface - a powerful extension library for DevStudio add-ins.
What's New?
Version 1.11 is a maintenance release that adds support for WWhizInterface! v2.10The previous Version 1.10 was a maintenance release, with some new features and a few internal changes:
- Line-Counter no longer uses the STL, and dependencies on the various STL runtime libraries (such as MSVCP60.dll) has been removed.
- New feature: A file summary dialog which displays the distribution of files by extension.
- New feature: Ability to export the statistical results as a simple text report.
- The old HTML Help support module (HTMLHelpBase.cpp) has been replaced
with a new and much improved support module (HHSupp.cpp). Unlike the
old HTMLHelpBase which only handled help for dialogs and property pages,
the new support module supports full MFC applications. There
have also been improvements in the dialog handling code.
Downloads
Download binaries (v1.11) - 117 KBDownload binaries with source (v1.11) - 221 KB
NOTE: Please refer to the PLC.txt file for installation instructions.
Comments
How to install for VS .NET 2003?
Posted by Frank Lagattuta on 03/23/2005 07:26pmHow do you install this addin for Visual Studio .Net 2003?
ReplyExport Summary crashes!
Posted by Legacy on 09/05/2002 12:00amOriginally posted by: Ramachandran/Raghu
Good tool - useful in finding the LOC and comment percentage for large size projects.
However, we found that the application crashes consistently when attempted to export the result summary.
Not only this, it even kills the active Visual Studio instance.
Would be nice if this bug is fixed...
Good going!
Mumbai, INDIA
Nice code
Posted by Legacy on 06/06/2002 12:00amOriginally posted by: Ai Xing
Excellent source.
Reply
exclusive files
Posted by Legacy on 02/21/2002 12:00amOriginally posted by: smxiang
for projects that reuse source files from other projects or common libraries, the resued files should be not take in count. so, how about to add "exclusive files list" feature?
thanks for your great work!
Shine
ReplyABCom, R&D
Shanghai, China
Great..
Posted by Legacy on 07/11/2001 12:00amOriginally posted by: Shinto
Good work Oz.
saved lot of my time.
-shinto
ReplySuggestions
Posted by Legacy on 05/10/2001 12:00amOriginally posted by: Darrell Gerber
Excellent
Posted by Legacy on 04/22/2001 12:00amOriginally posted by: sally
!
Posted by Legacy on 04/04/2001 12:00amOriginally posted by: TheAxe
Wonderful..
Reply