1
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added __repr__ for CompleteEvent. More... almost 11 years ago
Use six.moves for the input() function. More... almost 11 years ago
Do tilde expansion for system commands. More... almost 11 years ago
Bugfix in SystemCompleter: ignore non existing directories. More... almost 11 years ago
Finishing ignore_case More... almost 11 years ago
Better handling of inserting completions when there was exactly one match. More... almost 11 years ago
Set text/cursor_position atomically in Buffer class (by setting the document property.) More... almost 11 years ago
Inline Char.__ne__ in the renderer, to increase the performance. (Function calls had significant overhead.) More... almost 11 years ago
Bug fix in Char class. __ne__ was not implemented, causing significant drawing overhead. More... almost 11 years ago
Refactoring of the filters. Now we have two abstract base classes. CLIFilter and Filter. More... almost 11 years ago
Ignore_case option for SearchState. (Partially implemented). More... almost 11 years ago
Some (performance) optizations in the filters module. More... almost 11 years ago
Added __repr__ for some Processors. More... almost 11 years ago
Additional assertion for Document class. More... almost 11 years ago
Bugfix in BufferControl: caching was not done correctly. More... almost 11 years ago
Added filter for HighlightSearchProcessor. More... almost 11 years ago
Fixed 'zz' vi key binding (should only work in navigation mode). More... almost 11 years ago
Moved the complete_while_typing property from CommandLineInterface to Buffer. And added enable_history_search filter. More... almost 11 years ago
Cleaned up telnet example. More... almost 11 years ago
Pypi release 0.32 More... almost 11 years ago
When moving forward in the history, don't go to the start of the line. That's annoying. More... almost 11 years ago
Bugfix: search_state should be reset for every new read. More... almost 11 years ago
Added expanduser option to PathCompleter. More... almost 11 years ago
When searching, wrap around start/end of buffer/history. More... almost 11 years ago
Don't trigger onTextInsert event when the workin_index is assigned the same value. More... almost 11 years ago
Added full_height_visible, top_visible, bottom_visible and vertical_scroll_percentage properties to WindowRenderInfo. More... almost 11 years ago
Using self.__class__.__name__ in repr everywhere. More... almost 11 years ago
Complete refactoring of the search. (2/2) More... almost 11 years ago
Complete refactoring of the search. (1/2) More... almost 11 years ago
Cleanup: removed the filter for buffer and the focus_[next/previous]_buffer functions. (This was not the right place to implement this and too ristricted as well.) More... almost 11 years ago