0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed usage of Jakarta Regexp to Java Regex. More... almost 19 years ago
Changed references to apache regexp to Java regex. Upgraded the requirement from jdk 1.3 to 1.4 More... almost 19 years ago
Replaced 'org.apache.regexp.*' with 'java.util.regex.*'. More... about 19 years ago
Replaced 'org.apache.regexp.*' with 'java.util.regex.*'. More... about 19 years ago
Replaced 'org.apache.regexp.*' with 'java.util.regex.*'. More... about 19 years ago
Updated copyright. More... about 19 years ago
*** empty log message *** More... about 19 years ago
Fixed a flaw in the line reader when CRLF is split across the end of the buffer (and initially mistaken for a Mac EOL). More... over 19 years ago
Changed the file reading logic so the lines are read into non-contiguous memory, which relaxes overall requirements. More... over 19 years ago
*** empty log message *** More... over 19 years ago
Fixed EOL handling. More... over 19 years ago
Now nextLine() returns FileLine. More... over 19 years ago
Changed from LineNumberReader to RawLineReader. Changed file saving to preserve EOL. More... over 19 years ago
No longer generate a backup file. More... over 19 years ago
Changed from LineNumberReader to RawLineReader. Changed file saving to preserve EOL. Refactored for testing. More... over 19 years ago
Now nextLine() returns FileLine. Refactored to allow extension by test fixture. More... over 19 years ago
Strip EOL characters from displayed text. More... over 19 years ago
Added a utility to strip EOL character(s). Added a uncalled utility for printing memory usage. More... over 19 years ago
Removed an unused member. Fixed a serious memory leak. More... over 19 years ago
More tests. More... over 19 years ago
More tests. Fixed problem with no EOL at EOF. More... over 19 years ago
Refactored RawLineReader, added Mac EOL, added tests. More... over 19 years ago
Class name change. More... over 19 years ago
Split Line out of TargetFile as FileLine. More... over 19 years ago
*** empty log message *** More... over 19 years ago
*** empty log message *** More... over 19 years ago
Now return IconImage rather than Icon (so Images can be retrieved). More... over 19 years ago
Added the button for the upcoming replace action, protected by the debug flag. More... over 19 years ago
Generalized. More... over 19 years ago
*** empty log message *** More... over 19 years ago