26
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some editor assertions. More... over 13 years ago
Automagical macro command completion. More... over 13 years ago
Fix caret mode bug. More... over 13 years ago
Remove beforeunload handler. More... over 13 years ago
Fix some of the more horrendous editor.js code. More... over 13 years ago
Doc fixes. More... over 13 years ago
Argh. Fix incomplete commit. More... over 13 years ago
Fix <A-Tab> More... over 13 years ago
Be more assiduous in scrollIntoView. Don't pass it off to the element, which winds up mucking everything up. More... over 13 years ago
Sizing hacks for REPL modes. More... over 13 years ago
Only gripe about recursive mapping execution for macro keys. More... over 13 years ago
Kill :bwipeout, :bunload. Change the semantics of :tabc and :bd: the former operates on visible tabs, the latter on all tabs. Bang enables regexp matching against title and URL, otherwise site-filter matching is used. More... over 13 years ago
Add a conditional clause because conditional clauses are awesome. More... over 13 years ago
Make <C-f>/<C-b> in caret mode not behave completely insanely. More... over 13 years ago
Try to find a text node in the middle of the viewport first when there's no selection. More... over 13 years ago
Fix async completion input update bugginess. More... over 13 years ago
Remove dead code. More... over 13 years ago
Try to move the caret within the viewport on entering Caret or Find mode. Closes issue #170. More... over 13 years ago
Fix XML highlighting issue. More... over 13 years ago
Add caret mode to help index. More... over 13 years ago
Pause at first/last item when wrapping c_<C-f>/c_<C-b>. More... over 13 years ago
Minor substring completion changes. More... over 13 years ago
Improve the Caret and Visual documentation somewhat. More... over 13 years ago
The Find Bar extension is available at your nearest retailer. More... over 13 years ago
Fix error on <C-f> with no completions. More... over 13 years ago
Fix processing of fake input events in the command line. More... over 13 years ago
Fix substring computation issue. More... over 13 years ago
Cleanup dead code. Fix c_<S-Tab> without prior c_<Tab>. More... over 13 years ago
Add 'set ft=javascript' to the new .jsm files. More... over 13 years ago
Fix some broken help tags. More... over 13 years ago