summaryrefslogtreecommitdiffstats
path: root/prompt_toolkit
AgeCommit message (Expand)Author
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-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-17Allow @operator and @text_object to pass an 'eager=True' argument.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 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-04Implemented the difference between backward-kill-word an unix-word-rubout.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-12Fix mixup in the mapping from ansi color names to VT100 codes.Morten Enemark Lund
2016-11-10Implementation if the Emacs kill-ring (yank-pop command.) + unit tests + some...Jonathan Slenders
2016-11-09Handle Ctrl+Left/Right in rxvtYuri D'Elia
2016-11-07Release 1.0.91.0.9Jonathan Slenders
2016-11-07Don't handle ControlJ when we're not in insert mode. (This includes multiple-...Jonathan Slenders
2016-11-07Fixed bug when pressing delete at the end of the last line in Vi visual block...Jonathan Slenders
2016-11-07Handle race condition in eventloop/posix.py.Jonathan Slenders
2016-11-02Fix `cooked_mode`. This fixes a bug in ptpython where executing `input()` wou...Jonathan Slenders
2016-11-01Fixes the previous commit. Wrong typechecking.Jonathan Slenders
2016-11-01Implementation of the yank-nth-arg and yank-last-arg Readline commands + Emac...Jonathan Slenders
2016-10-31Import prompt_async shortcut in __init__.Alexander Pushkov
2016-10-31Update ansi color names for vt100.Morten Enemark Lund
2016-10-31Fix ansicolors codes for windows terminal. The high and low intensity color c...Morten Enemark Lund
2016-10-21Cleaned up some key bindings: auto_up/down handles selection properly.Jonathan Slenders
2016-10-21Allow searching in Vi selection mode.Jonathan Slenders