summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-02-02Release 1.0.131.0.13Jonathan Slenders
2017-02-02Release 1.0.11Jonathan Slenders
2017-02-02Bugfix: only handle edit-and-execute-command in Vi Navigation mode.Jonathan Slenders
2017-01-30Removed deprecation warning, regarding KeyBindingManager in the documentation.Jonathan Slenders
2017-01-30Release 1.0.101.0.10Jonathan Slenders
2017-01-28Fix IndexError in operate-and-get-next commandqweeze
2016-12-29Fixed the NoConsoleScreenBuffer error that appeared on some 64bit Python vers...Jonathan Slenders
2016-12-29Added example to PygmentsLexer docstring.Jonathan Slenders
2016-12-29Added example to docstring of style_from_pygments.Jonathan Slenders
2016-12-29Don't include add_binding and remove_binding to the BaseRegistry interface.Jonathan Slenders
2016-12-28Pass `raw=True` to the `stdout_context` in `prompt_toolkit.shortcuts`.Jonathan Slenders
2016-12-28Improved the patch-stdout.py example. Make the background thread a daemon.Jonathan Slenders
2016-12-27Added an reverse_vi_search_direction option.Jonathan Slenders
2016-12-17Renamed load_default_key_bindings_for_prompt to load_key_bindings_for_prompt.Jonathan Slenders
2016-12-17Implemented keyboard macros. (Like readline in Emacs mode.)Jonathan Slenders
2016-12-17Visual a quoted insert using '^', just like in Vi.Jonathan Slenders
2016-12-17Added quoted-insert named command.Jonathan Slenders
2016-12-17Small cleanup in basic key bindings.Jonathan Slenders
2016-12-17Ignore all other matches if eager key bindings were found.Jonathan Slenders
2016-12-17Removed unused imports.Jonathan Slenders
2016-12-17Added complete/menu-complete/menu-complete-backward named commands.Jonathan Slenders
2016-12-17Added example with a custom Vi operator and text object.Jonathan Slenders
2016-12-17Allow @operator and @text_object to pass an 'eager=True' argument.Jonathan Slenders
2016-12-17Updated examples to use the key_binding.defaults functions instead of the Key...Jonathan Slenders
2016-12-17Extracted the Vi create_operator_decorator and create_text_object_decorator f...Jonathan Slenders
2016-12-17Removed the 'enable_visual_key' filter from load_vi_bindings. This was not used.Jonathan Slenders
2016-12-17Refactoring of the key bindings.Jonathan Slenders
2016-12-17Added edit-and-execute-command command.Jonathan Slenders
2016-12-17Take $VISUAL environment variable into account.Jonathan Slenders
2016-12-17Added comments to Emacs bindings.Jonathan Slenders
2016-12-17Reset the current buffer using the pre_run_callables.Jonathan Slenders
2016-12-17Added operate-and-get-next.py example.Jonathan Slenders
2016-12-17Added run_application and clear to shortcuts.__all__.Jonathan Slenders
2016-12-17Implemented operate-and-get-next command, bound to C-O in Emacs mode.Jonathan Slenders
2016-12-17Added CommandLineInterface.pre_run_callables list.Jonathan Slenders
2016-12-17Turn self.get_continuation_tokens into a list as soon as possible.Jonathan Slenders
2016-12-17Implemented prefix-meta command.Jonathan Slenders
2016-12-17Added vi-editing-mode and emacs-editing-mode commands.Jonathan Slenders
2016-12-17Added insert-comment command, bound to M-#.Jonathan Slenders
2016-12-15Added Buffer.validation_state attribute. + Don't call the validator again as ...Jonathan Slenders
2016-12-11Fix non-ASCII characters breaking python2Yutao Yuan
2016-12-11Removed pypy3 from travis. Travis keeps failing with an "invocation failed" e...Jonathan Slenders
2016-12-04Implemented the difference between backward-kill-word an unix-word-rubout.Jonathan Slenders
2016-11-27Fixed typo in documentation.Jonathan Slenders
2016-11-23Added unit tests for 'print_tokens'.Jonathan Slenders
2016-11-23Take a 'file' argument in print_tokens, just like the print function.Jonathan Slenders
2016-11-23In print_tokens, fall back to default style if no style was given.Jonathan Slenders
2016-11-23Added warning about coming changes to the documentation about full screen app...Jonathan Slenders
2016-11-12Fix mixup in the mapping from ansi color names to VT100 codes.Morten Enemark Lund
2016-11-10PEP8 in unit tests.Jonathan Slenders