1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small bugfix: always redraw after flushing the vt100 input stream. More... almost 11 years ago
Never apply search highlighting when the input is returning. More... almost 11 years ago
Refactored autocompletion: always run completer asynchronously. Even when ControlN/P was pressed explicitely. More... almost 11 years ago
Some performance improvements. (Caching of character instances and a few other things.) More... almost 11 years ago
Improved Vi 'G' keybinding. It now uses @change_delete_move_yank_handler if no arg was given. More... almost 11 years ago
Made default_style_extensions public. More... almost 11 years ago
Redraw the whole output in the renderer when the style has been changed. More... almost 11 years ago
Eventloop/CommandLineInterface integration refactoring. CommandLineInterface now expects an eventloop in __init__. More... almost 11 years ago
Default filter argument for create_handle_decorator. More... almost 11 years ago
Implemented redo stack. More... almost 11 years ago
CommandLineInterface has now a paste_mode filter. More... almost 11 years ago
Show floats (menus) above cursor when there is more space than below the cursor. More... almost 11 years ago
Fixed Vi 'c' key binding. More... almost 11 years ago
Home and end now go to the start and the end of the line instead of the beginning/end of the buffer. More... almost 11 years ago
Buffer.is_multiline is now a Filter. More... almost 11 years ago
Added ConditionalProcessor, a Processor that can run another processor according to a condition. More... almost 11 years ago
Bug fix: ensure that floating layouts never go out of bounds, but are trimmed instead. More... almost 11 years ago
Only apply HighlightMatchingBracketProcessor when editing buffer. More... almost 11 years ago
Use content width when only left/right or top/bottom is given for a Float. More... almost 11 years ago
Bug fix in TokenListControl: correctly calculate height for multiline content. More... almost 11 years ago
Fixed asyncio-prompt.py example. More... almost 11 years ago
Renamed buffer_line_to_input_line to screen_line_to_input_line + small refactoring. More... almost 11 years ago
Redraw after any sequence of key strokes instead of after every single key stroke. More... almost 11 years ago
Added onBufferChanged event to CommandLineInterface. More... almost 11 years ago
Small bug fix: specify default_char for TokenListControl. More... almost 11 years ago
Implemented Vi '*' key binding. More... almost 11 years ago
Some very small fixes/checks. More... almost 11 years ago
Added a vi_mode option for SearchToolbar which displays ? and / instead of 'I-Search'. More... almost 11 years ago
Added HighlightMatchingBracketProcessor. More... almost 11 years ago
When the search input is empty and backspace is pressed in Vi search mode, go back to navigation mode. More... almost 11 years ago