0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Catch exception in updateBackgroundLineColour More... about 16 years ago
Target the 1.5 JVM More... about 16 years ago
Crash fix in scope comparisons More... about 16 years ago
Can get the JFaceDocument from the SwtMateDocument More... about 16 years ago
Merge commit 'daniel/master' More... over 16 years ago
Fix bug caused when you backspace from the start of the last line More... over 16 years ago
Scopes don't always have names More... over 16 years ago
Actually, getEnd() IS now reliable, as all open scopes now have no ends. More... over 16 years ago
scope.getEnd() is not a reliable check that the scope is closed, use scope.isOpen instead More... over 16 years ago
Fixed another bad string equality check More... over 16 years ago
Added SwtScopePositionUpdater, and made ParseThunks execute immediately in the specs More... over 16 years ago
specced out Onig::Match, and fixed up Match.updateCharOffsets() More... over 16 years ago
Rename badly named function More... over 16 years ago
Handles multibyte characters better now More... over 16 years ago
Fix more occurrences of substring (we really should be passing around a byte[] I suppose) More... over 16 years ago
Fixed an encoding issue (don't use Java's substring with byte offsets) More... over 16 years ago
StyleRange[] appears to have a problem with styles that start at the same place but have different lengths. Workaround age's C bug for now, but maybe we'll want to do some preprocessing to make all styleranges start at different points More... over 16 years ago
Remove more debugging More... over 16 years ago
Added MateText.Parser.linesParsed counter for testing More... over 16 years ago
Merge commit 'daniel/master' More... over 16 years ago
merged by hand More... over 16 years ago
Parsers are now closed when the grammar changes so they don't hang around More... over 16 years ago
Add a 5 pixel left margin More... over 16 years ago
Make sure to reparse the last line of the document More... over 16 years ago
Increased the look ahead again More... over 16 years ago
Created ParseThunk class to delay expensive reparses till the user is not typing More... over 16 years ago
Improved the line redrawing when a scope opens on a line More... over 16 years ago
Added MateText.addGrammarListener method More... over 16 years ago
Sets correct caret colour. (Had to XOR the colour with the bg colour for it to work right. Completely undocumented, of course.) More... over 16 years ago
Black cursor on white background and vice-versa More... over 16 years ago