LineCounter

Status Ended (current version)
Start date 2008
Technoligies C#
Keywords Counting

LineCounter is a small program used to count lines and characters in files. It is not limited to only one file as it can count in the following ways:

  • One specific file
  • All files in a specific folder
  • All files in a specific folder and all its subfolders (recursively)
  • All files in selected folders
  • One file online (accessible through HTTP)

It is possible to filter in the files that are counted by their extension. Many extensions can be selected and new can be added through a configuration file.

LineCounter is created in C# using Visual Studio 2005.

.NET 2.0 Framework or newer is required.

Screenshot

LineCounter screenshot
Screenshot of LineCounter

Download

LineCounter 2.0 (current release)

Date: 2009-09-09

The second release. This is a complete remake and do not contain any code from the original LineCounter.

Binaries Language: gb File type: rar linecounter2.rar
Source source is not yet available

Todo

The next version will hopefully contain the following extra features:

  • Ability to recognise comment lines (lines with only a line-comment or inside a comment-block) in different languages
  • Extension manager
  • [done] Fixed a bug where inaccessible folders would screw up the folder list
  • General cleanup

History

Version 1.0

The very first release. It could only count lines in one file.