0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 14 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A custom Highlighter that highlights a whole line, not just the text in the line. More... about 22 years ago
added functionality to paint border. More... about 22 years ago
added constants for added line, deleted line, and modified line colors. stopped setting background attributes for added, deleted, and modified lines. More... about 22 years ago
updated references from insertEmptyLine to insertEmptyLines More... about 22 years ago
added line highlighting, ie: the whole line is highlighted not only the area behind text modified insertEmptyLine to handle extra cases of locations of empty lines. renamed insertEmptyLine to insertEmptyLines More... about 22 years ago
added file chooser. enhanced cancel handling. added file name validations. More... about 22 years ago
a title for the window is now displayed. enhanced handling of CompareDialog. More... about 22 years ago
a dialog that allows users to select files using a GUI file chooser, or directly typing them in the text fields. More... about 22 years ago
added usage of CompareDialog to allow user to select files from a GUI if file names were not provided at command prompt. More... about 22 years ago
restructured the way lines were colored resulting in better performance. added a line number margin which reflect the color of the line. More... about 22 years ago
added main test implementation added primitive page layout More... over 22 years ago
completed a simplistic implementation for drawing a lines and their numbers, lines are retrieved from a Vector More... over 22 years ago
restructuring painting hierarchy redesigned line attributes More... over 22 years ago
modified the Line interface More... over 22 years ago
a new class responsible for displaying text read from a file and marking it according to its state. It supports also text selection and copying operation. More... over 22 years ago
it wasn't used and generates some problems More... over 22 years ago
removed in new design More... over 22 years ago
modified to fix the file count bug (a file stream can only be traversed once only) More... over 22 years ago
added a menu bar More... over 22 years ago
the menu bar and its attached actions More... over 22 years ago
functionality moved to diff.java More... over 22 years ago
1-added some methods to calculate the number of lines in a file, buffer, string. 2- this class doesn't implement define any more, variables are moved to the class. 3- MAXLINES is now calculated according the greater line count of the two compared files More... over 22 years ago
modified highlighting for changed lines. made the tool command line usable, now takes two file names as parameters. More... over 22 years ago
added insertEmptyLine() More... over 22 years ago
implemented inserting empty lines to keep two code panes at sync. More... over 22 years ago
added a paremeter to insertEmptyLine() More... over 22 years ago
implemented addEmptyLine method made some modifications in displayFile More... over 22 years ago
changed package name to com.xvcs.tools.diff.JLibDiff added a getType() method to return the type of change More... over 22 years ago
changed package name to com.xvcs.tools.diff.JLibDiff More... over 22 years ago
first implementation More... over 22 years ago