Line Counter
A simple application to count the the lines of code in source files. Line Counter
has a few different modes that can be used to get more accurate line counts than
the classic 'wc -l'. The line count modes include:
- All lines
- Lines with at least n characters
- Occurances of a character (for example ';')
Using the 2nd mode, blank lines and lines with only brackets can be ignored. Also,
short lines (like the start or end of comment blocks) can be ignored. Long comment
lines will still be counted.
Line Counter can count any kind of file, however it is most commonly used with .Net
or Java languages.
|
|