COMMITS
/ examples/full-screen/pager.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
June 8, 2021
J
Applied latest black (space around docstrings).
Jonathan Slenders committed
August 29, 2020
J
Reformatting code after Black 20.8b1 release.
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
July 19, 2019
M
Fix pager.py example when not in same directory
mbarkhau 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
July 13, 2018
T
Makes pygments lexers imports explicit to avoid confusing error warnings in IDE's like PyCharm.
Thomas Svenson committed
March 27, 2018
J
Replaced Application.abort/exit with a universal exit() method.
Jonathan Slenders committed
February 11, 2018
E
examples: fix broken import statements
Erik Stromdahl committed
January 29, 2018
J
Fixed pager example (SearchField -> SearchToolbar).
Jonathan Slenders committed
January 28, 2018
J
Moved the widgets module one level up.
Jonathan Slenders committed
J
Fixed pager and calculator examples.
Jonathan Slenders committed
January 27, 2018
J
Fixed typo in code: `focussed` -> `focused`.
Jonathan Slenders committed
January 17, 2018
I
No need to merge default_ui_style - always applied.
Irina Truong committed
I
Renamed default_style to default_ui_style.
Irina Truong committed
December 27, 2017
J
More documentation about key bindings.
Jonathan Slenders committed
December 7, 2017
J
Code style in examples + added flake8 to .travis.yml.
Jonathan Slenders committed
October 31, 2017
J
Removed unused imports in examples.
Jonathan Slenders committed
J
Renamed Application.set_return_value to Application.set_result.
Jonathan Slenders committed
June 26, 2017
J
Added enable_page_navigation_bindings parameter to 'Application'.
Jonathan Slenders committed
June 17, 2017
J
Bugfix in pager.py. Don't take 'app' argument.
Jonathan Slenders committed
May 6, 2017
J
Introduction of SearchField + many small improvements to make our pager example better.
Jonathan Slenders committed
May 3, 2017
J
Simplified 'pager' example.
Jonathan Slenders committed
April 28, 2017
J
Introducing FormattedTextControl (as a replacement for TextFragmentsControl/TokenListControl).
Jonathan Slenders committed
April 26, 2017
J
Renamed 'use_alternate_screen' parameter to 'full_screen'.
Jonathan Slenders committed
J
Small improvements in styles.
Jonathan Slenders committed
April 22, 2017
J
A few fixes in the example regarding the latest changes.
Jonathan Slenders committed
April 12, 2017
J
Use string notation for key bindings in full screen examples.
Jonathan Slenders committed
January 1, 2017
J
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).
Jonathan Slenders committed