COMMITS
/ examples/full-screen/text-editor.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
February 10, 2022
J
Upgrade to 3.6 syntax using pyupgrade.
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
October 11, 2019
S
use the right global value for current_path.
subuTestGH committed
May 14, 2019
J
Some Python3 cleanup.
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
October 12, 2018
J
Fixed ENTER key in open dialog in text-editor.py example.
Jonathan Slenders committed
June 26, 2018
J
Added buffer argument to accept_handler of TextArea
Jayson Messenger committed
May 20, 2018
J
Fixed text-editor & full-screen-demo examples + Python2 fix in lexers/pygments.py.
Jonathan Slenders committed
May 17, 2018
J
Renamed Align to WindowAlign. (It was confusing because of HorizontalAlign/VerticalAlign.)
Jonathan Slenders committed
March 27, 2018
J
Replaced Application.abort/exit with a universal exit() method.
Jonathan Slenders committed
March 2, 2018
J
Refactoring of the search. Added prompt_toolkit/search.py.
Jonathan Slenders committed
February 11, 2018
J
Choose lexer dynamically in text-editor.py example.
Jonathan Slenders committed
E
examples: fix broken import statements
Erik Stromdahl committed
January 29, 2018
J
Removed SearchField. It was exactly the same like SearchToolbar.
Jonathan Slenders committed
January 28, 2018
J
Moved the widgets module one level up.
Jonathan Slenders committed
January 27, 2018
J
Fixed typo in code: `focussed` -> `focused`.
Jonathan Slenders committed
J
Fixed full-screen examples. Pass 'focussed_element' instead of 'focussed_window'.
Jonathan Slenders committed
January 17, 2018
J
Use 'yield From' instead of 'yield ensure_future'.
Jonathan Slenders committed
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 1, 2017
J
Don't pass 'Application' around anymore. Store it in a global instead.
Jonathan Slenders committed
May 30, 2017
J
Keep naming of 'From' and 'Return' consistent with Trollius.
Jonathan Slenders committed
J
Better mouse support for menus.
Jonathan Slenders committed
May 28, 2017
J
Implemented more menu items for the text-editor.py example.
Jonathan Slenders committed
J
Added example of a text editor.
Jonathan Slenders committed