COMMITS
/ examples/prompts/bottom-toolbar.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
February 10, 2018
J
Allow bottom toolbar of prompts to consist of multiple lines.
Jonathan Slenders committed
November 18, 2017
J
A couple of style/pep8 fixes in the examples.
Jonathan Slenders committed
August 1, 2017
J
Move formatted_text module one level up.
Jonathan Slenders committed
June 1, 2017
J
Don't pass 'Application' around anymore. Store it in a global instead.
Jonathan Slenders committed
May 1, 2017
J
Refactored the prompt() function. Now accept formatted text everywhere.
Jonathan Slenders committed
April 28, 2017
J
Introducing FormattedTextControl (as a replacement for TextFragmentsControl/TokenListControl).
Jonathan Slenders committed
April 16, 2017
J
Refactoring of the Style class and styling.
Jonathan Slenders committed
January 1, 2017
J
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).
Jonathan Slenders committed