Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C++

Project Line Counter Add-In v2.10 for VS.NET and VC6

Rate me:
Please Sign up or sign in to vote.
4.92/5 (38 votes)
29 Jun 2003 448K   5.3K   142  
Get statistics about your source code with a click of a button
<html>
<head>
<link rel="stylesheet" href="helpmain.css">
<title>Version History</title>
<body>
<Object width="0" height="0" type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
	<param name="Keyword" value="Version History">
</OBJECT>

<h1>Version History</h1>


<!-- 2.00 -->
<br><h4>Version 2.00 (2002)</h4>
<ul>
	<li><b>Now supports <i>Visual Studio .NET</i></b> - The world's first dual VC6/VC7 addin!</li>
	<li><i>New Feature:</i> Filtering based on project files (thanks to John Kohler for this contribution).</li>
	<li><i>New Feature:</i> Can include filtered and erroneous files in the output.</li>
	<li><i>Improved:</i> Added a modular, configurable parser system.  Available parsers:<br>
		<ul>
			<li>C/C++ parser</li>
			<li>Visual Basic parser <i>(new)</i> (thanks to John Kohler for this contribution)</li>
			<li>INI file parser <i>(new)</i></li>
			<li>Makefile parser <i>(new)</i></li>
			<li>Plain text file parser <i>(new)</i></li>
		</ul>
	</li>
</ul>
<br>


<!-- 1.50 -->
<br><h4>Version 1.50 (November 11, 2001)</h4>
<ul>
	<li>New Filtering Features:
		<ul>
			<li>Automatic project filters.</li>
			<li>Global file/path filters.</li>
			<li><i>Improved:</i> Extension filters now support wildcards.</i></li>
		</ul>
		<li>
	</il>
	<il>Improved Statistics:</li>
		<ul>
			<li>A file is no longer counted twice if it appears in two projects.</il>
			<li>New CPP parser with improved accuracy.</il>
		</ul>
		<li>
	<il>Improved Exporting Features:
		<ul>
			<li>New .cvs format export - can be read by databases and Microsoft Excel</il>
			<li>New .xml format export.  Includes <a href="http://www.wndtabs.com/plc/gallery.asp">sample stylesheets</a> for formatting the data into HTML reports.  Click <a href="http://www.wndtabs.com/plc/gallery.asp">here</a> to see the full stylesheet gallery.</li>
		</ul>
		<li>
	</il>
	<il>Improved UI:</li>
		<ul>
			<li>You can now sort on more than one column.</il>
			<li>Results dialog is now resizable.</il>
			<li>All functions now available from a menu for easier access.</li>
		</ul>
	<li>Improved compatibility with latest versions of WWhiz! Interface.</il>
</ul>
<br>


<!-- 1.11 -->
<br><h4>Version 1.11 (October 3, 2000)</h4>
<p>Version 1.11 is a maintenance release.</p>
<ul>
  <li>Added support for WWhizInterface! 2.10</li>
</ul>
<br>


<!-- 1.10 -->
<br><h4>Version 1.10 (May 5, 2000)</h4>
<p>Version 1.10 is a maintenance release.</p>
ENHANCEMENTS:
<ul>
  <li>Line-Counter no longer uses the STL, and dependencies on the various
      STL runtime libraries (such as MSVCP60.dll) has been removed.</li>
  <li>Added a file summary dialog which displays the distribution of files 
      by extension.</li>
  <li>Added a feature to export the statistical results as a simple text 
      report.</li>
</ul>
SOURCE CODE ENHANCEMENTS:
<ul>  
  <li>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.</li>
  <li>Upgraded to Beta 3 of <a href="http://www.workspacewhiz.com">WWhizInterface</a>.
</ul>
<br>

<!-- 1.05 -->
<br><h4>Version 1.05 (March 17, 2000)</h4>
<p>
This maintenance update enhances upon fixes problems encountered in	the initial 
release:</p>
<ol>
  <li>Incorrect use of the WWhiz! interface was causing certain files not to be 
      parsed.</li>
  <li>The parser illegally identified some comments starting with "//*" as "/*"
      comments instead of "//" comments.</li>
  <li>Includes minor improvements to the code and the help file.</li>
</ol>
<br>

<!-- 1.00 -->
<br><h4>Version 1.00 (March 7, 2000)</h4>
<p>
Initial Release.</p>
<br>


</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Experion
Canada Canada
You may know Oz from his WndTabs days. Oz has long since left client side development to work on web technologies and to consult in the R&D management field.

Comments and Discussions