0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 6 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduced by 87% the time to parse a 1500 character line of '() () () () ...'; Removed the cachedMarker stuff from Scanner which wasn't being used anyway More... almost 16 years ago
Always remove and re-add closing captures so we don't end up with duplicates More... almost 16 years ago
Scope markers should have LEFT gravity More... almost 16 years ago
Lazy load embedded language grammars, improves first file open time More... almost 16 years ago
Fix specs More... almost 16 years ago
Scanner shouldn't die if given a SinglePattern More... almost 16 years ago
Remove debug output More... almost 16 years ago
Cleaned up STDOUT chatter More... almost 16 years ago
Escape substitutions into closing regexes More... almost 16 years ago
Catch basically benign errors here More... almost 16 years ago
Don't try and colour StyleRanges with length 0, swt gets confused More... about 16 years ago
Removed a warning caused when deleting all the lines in a buffer. More... about 16 years ago
Merge remote branch 'dan/master' More... about 16 years ago
Merge commit 'mhw/master' More... about 16 years ago
Add MateText#delay_parsing More... about 16 years ago
Add Linux 64-bit support to build and unit tests. More... about 16 years ago
Fix MateText constructor and corresponding unit test to compile. More... about 16 years ago
Fix seriously obscure position updater bug More... about 16 years ago
Added MateText#scopeAt and SwtMateDocument#removeTextLocation More... about 16 years ago
Had forgotten to encode to UTF-8 when decoding regex match byteoffsets into char offsets More... about 16 years ago
Catch errors caused by weird encodings: come back to this More... about 16 years ago
Added grammarName method More... about 16 years ago
attempt to allow it to build in doze
rdp
More... about 16 years ago
Add isSingleLine method to MateText More... about 16 years ago
MateText is no longer a Composite, but it contains a SourceViewer which contains a Composite More... about 16 years ago
Added MateText.set_root_scope_by_content_name More... about 16 years ago
MateText takes a boolean argument for creating gutterless singleline instances More... about 16 years ago
Fixed the check that ensures scopes don't close in the same place they open by making sure it looks at the line AND line offset More... about 16 years ago
Added left and right gravity positions, and fixed the no highlighting bug by making parsedUpto be a left gravity position More... about 16 years ago
Speculative change around single patterns that consume the ends of lines More... about 16 years ago