summaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2016-12-28Improved the patch-stdout.py example. Make the background thread a daemon.Jonathan Slenders
2016-12-17Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt.Jonathan Slenders
2016-12-17Added example with a custom Vi operator and text object.Jonathan Slenders
2016-12-17Updated examples to use the key_binding.defaults functions instead of the Key...Jonathan Slenders
2016-12-17Added operate-and-get-next.py example.Jonathan Slenders
2016-11-01Fix full-screen-layout example: `on_text_changed` receives a Buffer instead o...Silvus
2016-10-02Fix typo in a comment in the example code.zed
2016-08-15Added ansi-colors.py example.Jonathan Slenders
2016-07-13Bug fix for when geven monkey patches are applied.Jonathan Slenders
2016-06-15Improved confirmation prompt example.Jonathan Slenders
2016-06-15Removed code from asyncio-prompt example again. We have a simplified version ...Jonathan Slenders
2016-06-14Added key handler for displaying completions, just like readline does.Jonathan Slenders
2016-06-14Improved asyncio-prompt.py example to use the shortcuts module.Jonathan Slenders
2016-06-14Added confirm/create_confirm_application to shortcuts.Jonathan Slenders
2016-06-01Support for ZeroWidthEscape tokens in prompt and token lists. Used to support...Jonathan Slenders
2016-05-22Extended custom-key-binding example.Jonathan Slenders
2016-05-13Added refresh_interval method to prompt() function.Jonathan Slenders
2016-05-05Event handlers should now take exactly one argument.Jonathan Slenders
2016-05-05Add Ctrl-C key binding to full-screen-layout example.Jonathan Slenders
2016-05-01Refactoring of Callbacks. All events should now receive one argument which is...Jonathan Slenders
2016-04-23Updated switch-between-vi-emacs.py example to use cli.editing_mode.Jonathan Slenders
2016-02-29Fix minimal typosMatthias Bussonnier
2016-02-23Extended the documentation.Jonathan Slenders
2016-02-15Use style_from_dict everywhere instead of the deprecated PygmentsStyle.Jonathan Slenders
2016-02-15Implementation of RPROMPT: Added get_rprompt_tokens to create_prompt_layout.Jonathan Slenders
2016-01-28Fixed examples/autocompletion.pyEvan
2016-01-20Updated print-tokens example to use prompt_toolkit.token.Jonathan Slenders
2016-01-20Added example that demonstrates how to switch between Vi and Emacs mode.Jonathan Slenders
2016-01-20Refactoring of the prompt_toolkit.styles.Jonathan Slenders
2016-01-17Added shortcuts.print_tokens function for printing colored output.Jonathan Slenders
2016-01-16Support continuation tokens in shortcuts.prompt() and shortcuts.create_prompt...Jonathan Slenders
2015-11-21bugfix in the sqlite_cli.py examplestonebig
2015-11-14Use True instead of filters.Always in examples.Jonathan Slenders
2015-11-10Renamed a few variables in examples/asyncio-prompt.pyJonathan Slenders
2015-11-10Cleaner tasks and exceptions henryiii
2015-11-10Moved example to using Python 3.5 for asynciohenryiii
2015-11-10Added italic to colored-prompt example.Jonathan Slenders
2015-11-09Removed DefaultStyle, created PygmentsStyle.from_defaults class method instead.Jonathan Slenders
2015-11-01A few PEP8/docs/correctness fixes.Jonathan Slenders
2015-10-15Refactoring of the Style API. Application now takes a prompt_toolkit.styles.S...Jonathan Slenders
2015-10-08Renamed create_default_layout to create_prompt_layout and create_default_appl...Jonathan Slenders
2015-10-06Added better Sphinx documentation.Jonathan Slenders
2015-10-05Cleanup of imports and a few small fixes.Jonathan Slenders
2015-10-05Added abortaction.retry.py example.Jonathan Slenders
2015-10-05Use True/False instead of Always/Never.Jonathan Slenders
2015-10-05Added a run_in_terminal example to the key-bindings example.Jonathan Slenders
2015-10-05Added KeyBindingManager.for_prompt which activates bindings required by the p...Jonathan Slenders
2015-10-04Updated all examples.Jonathan Slenders
2015-10-04Renamed ValidationError.index to ValidationError.cursor_position for consiste...Jonathan Slenders
2015-09-23Added full-screen-layout.py example.Jonathan Slenders