1
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes earlier commit. Don't import __init__.version in setup.py. More... about 10 years ago
Updated list of modules in run_tests.py. More... about 10 years ago
Make __version__ available in prompt_toolkit.__init__. More... about 10 years ago
Removed unused import. More... about 10 years ago
Removal of FocusStack as a separate class. Moved functionality into BufferMapping. More... about 10 years ago
Highlight current search match when the cursor is at any position on the match (not just the beginning). More... about 10 years ago
Added CommandLineInterface.on_invalidate event. More... about 10 years ago
Allow true_color to be a SimpleFilter. (Make it possible to configure at runtime.) More... about 10 years ago
Support for 24bit full color on vt100 terminals. More... about 10 years ago
Accept a 'reserve_space_for_menu' parameter in the shortcuts. (This is an integer.) More... about 10 years ago
Bugfix in TokenListControl: handle mouse correctly when text is aligned right or centered. More... about 10 years ago
Bugfix in Document.selection_ranges. More... about 10 years ago
Fix in translate_index_to_position. (Is now 0-based indexed, as expected.) More... about 10 years ago
Implementation of BLOCK selection type. More... about 10 years ago
Cache Document.lines. More... about 10 years ago
Added 'sentence' option to WordCompleter. More... about 10 years ago
Bugfix: make sure to clip the height in the renderer to the height of the output. More... about 10 years ago
Allow BufferControl to get search information from elsewhere. (get_search_state/search_buffer_name.) More... about 10 years ago
Make get_search_state dynamic for SearchHighlighter. More... about 10 years ago
Make search_state dynamic for key bindings. (Added property get_search_state to KeyBindingManager.) More... about 10 years ago
Added layout.highlighters. A new, much faster way to do selection and search highlighting. More... about 10 years ago
Improved Vi 'v' and 'V' key bindings. Allow switching between line and character selection modes. More... about 10 years ago
Accept an on_focus_changed Callback in FocusStack. More... about 10 years ago
Documentation fix in Application, regarding on_buffer_changed. More... about 10 years ago
Make ViStatFilter and KeyBindingsManager accept a get_vi_state callable instead of a vi_state itself. Slightly backwards incompatible. (But probably, not or almost not used outside of prompt_toolkit.) More... about 10 years ago
Fixed typos. More... about 10 years ago
Introduced BufferMapping class as a wrapper around the buffers dictionary. More... about 10 years ago
Accept 'cli' parameter in walk and find_window_for_buffer_name. (Backwards-incompatible, but probably not used outside of prompt_toolkit itself.) More... about 10 years ago
Added focus_on_click parameter to BufferControl. More... about 10 years ago
Fix import. More... about 10 years ago