1
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed CursorRegion to TextObject. More... almost 10 years ago
Operator/text object separation for Vi key bindings. More... almost 10 years ago
Moved deprecated code to the bottom. More... almost 10 years ago
Ensure backwards compatibility for users of ViStatFilter. More... almost 10 years ago
Always take Navigation bindings in read-only mode. More... almost 10 years ago
Make vi_state an attribute of CommandLineInterface. (Simplifies a lot of code.) More... almost 10 years ago
Use correct token for Scrollbar in MultiColumnCompletionMenuControl. More... almost 10 years ago
Quit event loop when the input stream has been closed. (Normally this can't happen.) More... almost 10 years ago
Adde closed attribute to PosixStdinReader. More... almost 10 years ago
Only reserve menu space when complete_while_typing=True or when there are completions to be shown. More... almost 10 years ago
Fix: handle negative values in translate_row_col_to_index. More... almost 10 years ago
Add haxor-news to README More... almost 10 years ago
Ensure that the parameters for Document.translate_row_col_to_index are >=0. More... almost 10 years ago
Stay at the same column when doing multiple cursor up/down movements. More... almost 10 years ago
Bugfix in Document.get_cursor_up_position. When the argument is more than the current line number. Go to the first line. More... almost 10 years ago
Bugfix for previous commit. Use correct width for decomposed unicode characters. More... almost 10 years ago
Handle decomposed unicode characters. More... almost 10 years ago
Handle negative values in Document.translate_row_col_to_index. More... almost 10 years ago
Visualise parts of decomposed unicode characters. More... almost 10 years ago
Use str.partition instead of str.split (This is faster.) More... almost 10 years ago
Pass document instead of buffer to CursorRegion.operator_range. More... almost 10 years ago
Implement Window.always_hide_cursor (The parameter was there, but ignored.) More... almost 10 years ago
Fix #269: Update xonsh link in README More... almost 10 years ago
Added line to match dark gray More... almost 10 years ago
Bugfix in 'zz' Vi key binding. (When render info is not available.) More... almost 10 years ago
Bug fix in Document.get_cursor_up_position. (When an argument is given.) More... almost 10 years ago
Set default_token for SystemToolbar and SearchToolbar. More... almost 10 years ago
Added click-repl to the list of projects. More... almost 10 years ago
The default accept_action for the default Buffer in Application now becomes IGNORE. More... almost 10 years ago
Always expect an EventLoop instance in CommandLineInterface. More... almost 10 years ago