1
I Use This!
Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 'default' argument to 'shortcuts.create_default_application'. More... over 10 years ago
Added Buffer.set_document method with bypass_readonly argument. More... over 10 years ago
Fixed typo in documentation. More... over 10 years ago
Support for multiline prompts in shortcuts. (This also fixes a few small things to make that possible.) More... over 10 years ago
Update MANIFEST.in More... over 10 years ago
MANIFEST.in to include LICENSE and CHANGELOG More... over 10 years ago
Removed deprecated 'tokens' argument from GrammarLexer. The alternative is to SimpleLexer. More... over 10 years ago
Pypi release 0.48 More... over 10 years ago
Added TokenListToolbar to __all__. More... over 10 years ago
Never schedule a second repaint operation when a previous was not yet executed. More... over 10 years ago
Small bugfix in CommandLineInterface: create correct eventloop when no eventloop was given. More... over 10 years ago
Accept optional vi_state parameter in KeyBindingManager. More... over 10 years ago
Correctly reset renderer for sub applications. More... over 10 years ago
Added __iter__ to History ABC. More... over 10 years ago
Small fix in Margin ABC. More... over 10 years ago
Fix tutorial using abstract History type (fixes #150) More... over 10 years ago
Fix in renderer. Correctly reserve the vertical space as required by the layout. More... over 10 years ago
Added support for sub CommandLineInterfaces. More... over 10 years ago
Made history attribute of Buffer class public. More... over 10 years ago
run_in_terminal now returns the result of the called function. More... over 10 years ago
Rendering bug fix in open_in_editor: run editor using cli.run_in_terminal. More... over 10 years ago
Bugfix in Control-W key binding. When there is only whitespace before the cursor, delete the whitespace. More... over 10 years ago
Fix in pop-up menu positioning. The menu was shown too often above instead of below the cursor. More... over 10 years ago
Pypi release 0.47 More... over 10 years ago
Made an ABC of 'History' and added InMemoryHistory. More... over 10 years ago
Backwards-compatibility. Still accept pygments lexer classes in the shortcuts module. More... over 10 years ago
Don't trigger autocompletion on paste. More... over 10 years ago
Added pre_run parameter to CommandLineInterface. More... over 10 years ago
Correct invalidation of BeforeInput and AfterInput. More... over 10 years ago
Fixed old comment. More... over 10 years ago