summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-01Added unit tests for yank-nth-arg and yank-last-arg.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-11-01Fix full-screen-layout example: `on_text_changed` receives a Buffer instead o...Silvus
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
2016-10-21Made text objects of the Vi 'n' and 'N' search bindings. This allows searchin...Jonathan Slenders
2016-10-16Release 1.0.81.0.8Jonathan Slenders
2016-10-16Added unit tests for Visual block editing in Vi mode.Jonathan Slenders
2016-10-16Bugfix for Windows. Correctly recognize all Chinese and Lithuanian characters.Jonathan Slenders
2016-10-12Refactoring of the 'selectors' module for the posix event loop.Jonathan Slenders
2016-10-09Added no_selection_handler to @text_object.Jonathan Slenders
2016-10-09When inserting text with multiple cursors, don't create a save point for each...Jonathan Slenders
2016-10-09Added 'A' key binding for inserting after block selection.Jonathan Slenders
2016-10-09Added DisplayMultipleCursors processor to shortcuts.create_prompt_layout.Jonathan Slenders
2016-10-09Visualize multiple cursors.Jonathan Slenders
2016-10-09Some improvements regarding the multiple cursor support.Jonathan Slenders
2016-10-09Added Shift-I Vi command in block selection mode to insert text at the beginn...David Brochart
2016-10-09Turned the _max_postpone_until argument of call_from_executor into a float. (...Jonathan Slenders
2016-10-09Small optimization in the posix eventloop. Don't call time.time() if we don't...Jonathan Slenders
2016-10-03Update building_prompts.rstQi Xiao
2016-10-03Update building_prompts.rstQi Xiao
2016-10-02Ignore errors when calling tcgetattr/tcsetattr.Jonathan Slenders
2016-10-02Fix typo in a comment in the example code.zed
2016-08-31Handle bug in Windows when the TERM environment variable is not defined.Jonathan Slenders
2016-08-31Small performance optimization in renderer.Jonathan Slenders
2016-08-31Always reset color attributes after rendering.Jonathan Slenders
2016-08-30(Fix) complete_while_typing was a SimpleFilter, not a CLIFilter.Jonathan Slenders
2016-08-29Added shift+left/up/down/right keys.Jonathan Slenders
2016-08-29Added comment to layout/lexers.pyJonathan Slenders
2016-08-23Fixed Pypi image in README.rst.Jonathan Slenders
2016-08-21Release 1.0.71.0.7Jonathan Slenders
2016-08-21Added unit tests for forward/backward-word operations with negative arguments.Jonathan Slenders
2016-08-21Support negative arguments for next/previous word ending/beginning.Jonathan Slenders
2016-08-21Avoid extra vertical scrolling if the cursor is already on screenStephen Rauch
2016-08-19Bugfix in completion. When calculating the common completion to be inserted, ...Jonathan Slenders
2016-08-19Better `Completion.__repr__` output.Jonathan Slenders
2016-08-15Release 1.0.61.0.6Jonathan Slenders
2016-08-15Better support for conversion from #ffffff values to ANSI colors in Vt100_Out...Jonathan Slenders
2016-08-15Added ansi-colors.py example.Jonathan Slenders
2016-08-15Added an option to use only 16 ANSI colors.Jonathan Slenders
2016-08-14Allow pressing <esc> before each -ve argument.Jonathan Slenders