1
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fixes in prompt_toolkit.renderer.Output + cleanup. More... almost 11 years ago
Fixed: vertical_scroll should be an int instead of float. More... almost 11 years ago
Fix: always insert indentation by default when pressing enter. More... almost 11 years ago
Bug fix in Vi keybinding. Never insert text in navigation mode. More... almost 11 years ago
Trigger beforeKeyPress and afterKeyPress events. More... almost 11 years ago
When only width or height are given for a float, center the control in the parent. More... almost 11 years ago
Added show_position parameter for ValidationToolbar. More... almost 11 years ago
Improved 'L' and 'H' Vi key bindings to take the Window/BufferControl into account + implemented 'zz' key binding. More... almost 11 years ago
Added Layout.walk generator to traverse the layout. More... almost 11 years ago
Moved AcceptAction from CommandLineInterface to Buffer. (Every buffer can define its own AcceptAction) Further, removed the NONE option for AbortAction. It's always better to raise exceptions. More... almost 11 years ago
Added contrib.validators.SentenceValidator More... almost 11 years ago
Added WindowRenderInfo. An instance will be attached to the Window class after rendering in order to have a mapping between the input buffers and render output. More... almost 11 years ago
Added use_alternate_screen parameter in CommandLineInterface.__init__ and reset_current_buffer in read() methods. More... almost 11 years ago
Fixed bug in ControlG key binding for leaving reverse-search in Emacs mode. More... almost 11 years ago
Included DefaultStyle. More... almost 11 years ago
Layout fix (missing right arrow) in completions toolbar. More... almost 11 years ago
Moved highlighting cod for search/selection from BufferControl to HighlightSelectionProcessor and HighlightSearchProcessor. More... almost 11 years ago
Improved key binding examples. More... almost 11 years ago
Added autocorrection example. More... almost 11 years ago
Fixed unit tests. More... almost 11 years ago
Rename filters.AlwaysOn to Always and filters.AlwaysOff to Never. More... almost 11 years ago
First, experimental telnet interface added as contrib.telnet. More... almost 11 years ago
More refactoring and small improvements. (CommandLineInterface, eventloop and Renderer.) More... almost 11 years ago
Removed unused imports. More... almost 11 years ago
Complete refactoring of the eventloops. (This also fixes some Windows issues.) More... almost 11 years ago
Removed (unused, broken) 'original_cursor_position' property from CompletionState. More... almost 11 years ago
Always use 'r' prefix for regular expressions. More... almost 11 years ago
Moved asyncio-python-embed.py example to ptpython repository. More... almost 11 years ago
Fixed examples: Exit exception became EOFError. More... almost 11 years ago
Added comment to "Quoted insert" key binding. More... almost 11 years ago