summaryrefslogtreecommitdiffstats
path: root/examples/prompts
AgeCommit message (Expand)Author
2018-05-20Fixed WordCompleter imports in examples.Jonathan Slenders
2018-05-20Removed SentenceValidator and created Validator.from_callable.Jonathan Slenders
2018-05-16Refactoring of PromptMargin. Pass line_number and is_soft_wrap to continuatio...Jonathan Slenders
2018-05-15Added ThreadedHistory for loading the history asynchronously.Jonathan Slenders
2018-05-04Renamed the Prompt class to PromptSession for clarity.Jonathan Slenders
2018-05-04Added autocomplete-with-control-space.py example.Jonathan Slenders
2018-05-04Moved auto completion examples to separate directory.Jonathan Slenders
2018-05-02Fixed import of CompleteStyle in example.Jonathan Slenders
2018-03-18Fixed loading flag in slow-compretions example.Jonathan Slenders
2018-03-18Refactoring of the completer. Use an asynchronous generator. Display completi...Jonathan Slenders
2018-03-08Take color_depth argument in Prompt.Jonathan Slenders
2018-02-19Renamed Prompt.extra_key_bindings argument to Prompt.key_bindings. This is mo...Jonathan Slenders
2018-02-11examples: fix broken import statementsErik Stromdahl
2018-02-10Prefer use_asyncio_event_loop instead of set_event_loop.Jonathan Slenders
2018-02-10Allow bottom toolbar of prompts to consist of multiple lines.Jonathan Slenders
2018-01-27Fixed multi-column-autocompletion-with-meta example.Jonathan Slenders
2018-01-27Fix typos: `dolphine` -> `dolphin`, `kangoroo` -> `kangaroo`delirious-lettuce
2018-01-27Fix typo: `dolphine` -> `dolphin`delirious-lettuce
2018-01-27Fix typo: `Qutting` -> `Quitting`delirious-lettuce
2018-01-27Fix typos: `ourself` -> `ourselves`, `dolphine` -> `dolphin`delirious-lettuce
2018-01-27Fix typo: `dolphine` -> `dolphin`delirious-lettuce
2018-01-27Fix typo: `coordinatens` -> `coordinates`delirious-lettuce
2018-01-27Fix typo: `litle` -> `little`delirious-lettuce
2018-01-27Fix typos: `dolphine` -> `dolphin`, `kangoroo` -> `kangaroo`delirious-lettuce
2018-01-05Take complete_in_thread argument in prompt() shortcut function.Jonathan Slenders
2017-12-29Small refactoring for the inputhooks. Take inputhook as input in run_until_co...Jonathan Slenders
2017-12-07Code style in examples + added flake8 to .travis.yml.Jonathan Slenders
2017-12-07Fixed finalterm shell integration example.Jonathan Slenders
2017-11-18A couple of style/pep8 fixes in the examples.Jonathan Slenders
2017-11-18Made examples executable.Jonathan Slenders
2017-11-12Removed unused imports.Jonathan Slenders
2017-11-05Made a separate module of run_in_terminal, and extracted this out of the Appl...Jonathan Slenders
2017-08-25Added slow-completions example.Jonathan Slenders
2017-08-12Extended input-validation example with validate-while-typing example.Jonathan Slenders
2017-08-02Removed prompt_async and added async_ parameter instead. This is more flexible.Jonathan Slenders
2017-08-01Move formatted_text module one level up.Jonathan Slenders
2017-07-21Fixed clock_input example.Jonathan Slenders
2017-07-16Fixed terminal-title.py example.Jonathan Slenders
2017-07-04Fixed prompt examples that use patch_stdout.Jonathan Slenders
2017-07-04Made patch_stdout a separate module and context manager that doesn't rely any...Jonathan Slenders
2017-07-04Fixed asyncio integration.Jonathan Slenders
2017-06-25Indentation in input-validation example.Jonathan Slenders
2017-06-25Refactoring of the default key bindings. Always include default bindings.Jonathan Slenders
2017-06-16Added style and selected_style parameters to 'Completion' + example.Jonathan Slenders
2017-06-01Don't pass 'Application' around anymore. Store it in a global instead.Jonathan Slenders
2017-05-01Made custom-lexer.py executable.Jonathan Slenders
2017-05-01Take a complete_style option in shortcuts.prompt().Jonathan Slenders
2017-05-01Renamed get_continuation_text to prompt_continuation.Jonathan Slenders
2017-05-01Added custom-lexer.py example.Jonathan Slenders
2017-05-01Refactored the prompt() function. Now accept formatted text everywhere.Jonathan Slenders