summaryrefslogtreecommitdiffstats
path: root/prompt_toolkit
AgeCommit message (Expand)Author
2016-05-05Release 1.0.01.0.0Jonathan Slenders
2016-05-05Don't reset the current buffer anymore by default in CommandLineInterface.run...Jonathan Slenders
2016-05-05Renamed MouseEventTypes to MouseEventType. (But keep plural as an alias.)Jonathan Slenders
2016-05-05Separate load_mouse_bindings.Jonathan Slenders
2016-05-05Cleanup in Emacs key bindings + handle Control-Delete.Jonathan Slenders
2016-05-05Recognize Control-Delete.Jonathan Slenders
2016-05-03Adjust minimum completion menu width to match UIControl and Window class.Jonathan Slenders
2016-05-03Configure tokens for cursorline, cursorcolumn and colorcolumn.Jonathan Slenders
2016-05-02Use combined tokens for SearchMatch.Jonathan Slenders
2016-05-02Better default colors for colorcolumn and cursorcolumn.Jonathan Slenders
2016-05-02Add numbered registers for yank/paste in Vi mode.Jonathan Slenders
2016-05-02Use 'range' from six.moves everywhere.Jonathan Slenders
2016-05-02Added Vi 'gm' key binding.Jonathan Slenders
2016-05-02Moved merge_attrs and split_token_in_parts to styles/utils.pyJonathan Slenders
2016-05-01Deal with weak ref in InputProcessor.Jonathan Slenders
2016-05-01Implementation of cursorcolumn.Jonathan Slenders
2016-05-01Implemented cursorline/cursorcolumn.Jonathan Slenders
2016-05-01Support for chaining of tokens for combinding styles. SelectedText will now r...Jonathan Slenders
2016-05-01Refactoring of Callbacks. All events should now receive one argument which is...Jonathan Slenders
2016-05-01Removed unused import.Jonathan Slenders
2016-05-01Moved on_invalidate callback from CommandLineInterface to Application.Jonathan Slenders
2016-05-01Improved visualisation of Vi digraph.Jonathan Slenders
2016-05-01Faster key bindings for digraphs.Jonathan Slenders
2016-04-30Implemented tilde_operator.Jonathan Slenders
2016-04-30Correctly handle '0' key binding.Jonathan Slenders
2016-04-30Also load Vi bindings by default in Application() if no registry has been given.Jonathan Slenders
2016-04-30Refactoring/simplification of the key bindings: better use of filtersJonathan Slenders
2016-04-30Fixes for Pypy3: bug in WeakValueDictionary.Jonathan Slenders
2016-04-30Only go into selection mode if the current buffer is not empty.Jonathan Slenders
2016-04-29Removed unused import.Jonathan Slenders
2016-04-29Renamed PipeInput.send to PipeInput.send_text. (But keep old deprecated name ...Jonathan Slenders
2016-04-29Renamed SimpleLexer.default_token to SimpleLexer.token.Jonathan Slenders
2016-04-29Close PipeInput after usage.Jonathan Slenders
2016-04-29Added DummyOutput class and a few unit tests that test the whole CLI.Jonathan Slenders
2016-04-29Removed debug information.Jonathan Slenders
2016-04-26Implementation of Vi digraphs.Jonathan Slenders
2016-04-24Documentation for CommandLineInterface.Jonathan Slenders
2016-04-24Documentation regarding vi_mode and editing_mode in shortcuts.Jonathan Slenders
2016-04-23Pass editing_mode from shortcuts.create_prompt_application to Application cla...Jonathan Slenders
2016-04-23Backwards compatibility in deprecated ViStateFilter.Jonathan Slenders
2016-04-22Only use 16 colors in (Emacs) eterm-color.Jonathan Slenders
2016-04-22Renamed filters.ViState to InViState. + implementation of EditingMode. (A filterJonathan Slenders
2016-04-22Implemented Emacs meta-* and ctrl-backslash key bindings.Jonathan Slenders
2016-04-18Removed usage of helper variable in layout.screen.Screen.Jonathan Slenders
2016-04-18Use the bisect module in Document._line_start_indexes instead of a custom bin...Jonathan Slenders
2016-04-15Bugfix in "xP Vi key binding.Jonathan Slenders
2016-04-15Improved copy/paste in Vi mode + added named registers.Jonathan Slenders
2016-04-15Python 2 compatbility fix.Jonathan Slenders
2016-04-15Python 2 compatbility fix.Jonathan Slenders
2016-04-15Handle unknown key bindings when waiting for a text object.Jonathan Slenders