0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merged by hand because git trumped over the end of the file. also updated .classpath so it works with eclipse again More... almost 16 years ago
ThemeManager should allow you to load themes from multiple places More... almost 16 years ago
Don't try and set column visibility in single line mode More... almost 16 years ago
Added line numbers and annotation bar toggle methods More... almost 16 years ago
Remove unecessary (?) configuration that was causing the TextViewer to use the DefaultTextDoubleClickStrategy which was raising an exception More... almost 16 years ago
Added IAnnotationAreaListener More... almost 16 years ago
Added Toggle Word Wrap command for testing More... almost 16 years ago
More work on the annotation API More... almost 16 years ago
Moved test annotations into example More... almost 16 years ago
Added MateText#addAnnotation, annotations, removeAnnotation, removeAllAnnotations More... almost 16 years ago
Added test annotation More... almost 16 years ago
Remove debugging output More... almost 16 years ago
Add a patched LineNumberRulerColumn that can handle word wrapping More... almost 16 years ago
Reduced the look ahead so that opening docs is a bit faster More... almost 16 years ago
Tweaked the Parser timings More... almost 16 years ago
Fix delay_parsing More... almost 16 years ago
Don't do unnecessary parsing when you are just scrolling around near the end of a document More... almost 16 years ago
More linear -> binary search opts More... almost 16 years ago
Add a show/hide invisibles API to MateText; put it into the example More... almost 16 years ago
Parse more per gulp because we are faster now More... almost 16 years ago
Restore experimental after-scroll parsing More... almost 16 years ago
Only show tabs and newlines as invisibles More... almost 16 years ago
Scope#addChild should check if it's adding at the end first, because that's a very common operation More... almost 16 years ago
Add visible whitespace characters More... almost 16 years ago
Replace linear with binary search through scope children for a 23% speedup More... almost 16 years ago
Speed up Ruby highlighting by 68% More... almost 16 years ago
Set a ParseThunk on viewport scroll instead of immediately parsing More... almost 16 years ago
Moved parsedUpto marker from Parser to ParserScheduler More... almost 16 years ago
Extracted a ParserScheduler class from the Parser More... almost 16 years ago
Added a max line length of 500 for highlighting More... almost 16 years ago