summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-20Release 1.0.31.0.3Jonathan Slenders
2016-06-17A few changes regarding the display of readline-like autocompletions.Jonathan Slenders
2016-06-16Release 1.0.2Jonathan Slenders
2016-06-16Don't select the first completion by default. (Undo the behaviour from 1.0.1.)Jonathan Slenders
2016-06-15Release 1.0.1Jonathan Slenders
2016-06-15Bugfix in GrammarValidator and SentenceValidator.Jonathan Slenders
2016-06-15Fix in telnet server, pass write_binary to Vt100_Output.Jonathan Slenders
2016-06-15Don't display key in Window._show_input_processor_key_buffer when the CLI is ...Jonathan Slenders
2016-06-15Revert "Bug fix in InputProcessor, clear self.key_buffer before calling a han...Jonathan Slenders
2016-06-15Set y/n in the default buffer of confirmation prompt before quitting.Jonathan Slenders
2016-06-15Improved confirmation prompt example.Jonathan Slenders
2016-06-15Bug fix in InputProcessor, clear self.key_buffer before calling a handler.Jonathan Slenders
2016-06-15Removed code from asyncio-prompt example again. We have a simplified version ...Jonathan Slenders
2016-06-15Never leave the alternate screen on resize events.Jonathan Slenders
2016-06-15Use errors=surrogateescape, in order to handle mouse events in some terminals.Jonathan Slenders
2016-06-14Emulate bracketed paste on Windows.Jonathan Slenders
2016-06-14Ignore key presses in _InterfaceEventLoopCallbacks.feed_key when the CLI is i...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-14Bugfix in get_common_complete_suffix. Don't return any suffix when there are ...Jonathan Slenders
2016-06-10Bugfix for Win32/Python2: use unicode literals: This crashed arrow navigation...Jonathan Slenders
2016-06-10history_search parameter seem to not exist.Matthias Bussonnier
2016-06-10Bugfix in InputProcessor: handling of more complex key bindings.Jonathan Slenders
2016-06-10Code formatting.Jonathan Slenders
2016-06-10Implemented Vi guu,gUU,g~~ key bindings.Jonathan Slenders
2016-06-10Implemented Vi 'gJ' key binding.Jonathan Slenders
2016-06-10Implemented Vi ab,ib,aB,iB text objects.Jonathan Slenders
2016-06-08Don't apply completions, if there is only one completion which doesn't have a...Jonathan Slenders
2016-06-08Export `ViMode`zlsun
2016-06-06Fix: correctly handle prompts starting with a newline in prompt_toolkit.short...Jonathan Slenders
2016-06-01Support for ZeroWidthEscape tokens in prompt and token lists. Used to support...Jonathan Slenders
2016-06-01Make document.text/cursor_position/selection read-only. (Changing these would...Jonathan Slenders
2016-06-01Small improvement to the autocomplete code: thread safety.Jonathan Slenders
2016-05-29Improve styling for matching brackets. (Allow individual styling for the brac...Jonathan Slenders
2016-05-25Moved all the tests to the same folder.Jonathan Slenders
2016-05-25Reorganize tests to be collected by py.testTony Narlock
2016-05-24Added more unit tests for key bindings.Jonathan Slenders
2016-05-24Fix InputProcessor tests. (Bug from previous commit.)Jonathan Slenders
2016-05-24Move the save_before parameter from create_handle_decorator to add_handler. T...Jonathan Slenders
2016-05-24Improve the performance of test_callable_args: this should increase the start...Jonathan Slenders
2016-05-22Fix in ShowLeadingWhiteSpaceProcessor/ShowTrailingWhiteSpaceProcessor: take o...Jonathan Slenders
2016-05-22Allow key bindings to have Keys.Any at any possible position. (Not just the e...Jonathan Slenders
2016-05-22Extended custom-key-binding example.Jonathan Slenders
2016-05-22Better feedback when entering multi-key key bindings in insert mode. (E.g. wh...Jonathan Slenders
2016-05-22Small improvement in key processor: allow key bindings to generate new key pr...Jonathan Slenders
2016-05-22Bug fix in key bindings: only activate Emacs system/open-in-editor bindings i...Jonathan Slenders
2016-05-20Handle ControlUp and ControlDown by default: move to the previous/next record...Jonathan Slenders
2016-05-20Added write_binary parameter to Vt100_Output. This fixes a bug in someJonathan Slenders
2016-05-19Removed useless enumerate.Jonathan Slenders