Commit graph

7407 commits

Author SHA1 Message Date
Anthony Scopatz
5806258555 Merge branch 'ptk_2.0' of github.com:xonsh/xonsh into ptk_2.0 2018-07-14 18:00:49 -05:00
Anthony Scopatz
b5c354665f minor updates 2018-07-14 18:00:45 -05:00
Gil Forsyth
6170882151 Update ptk tests for ptk2 2018-07-14 19:00:22 -04:00
Gil Forsyth
9e3fbbbbde Remove extraneous import and fix prompt renderers for ptk2 2018-07-14 18:59:49 -04:00
Gil Forsyth
be49714553 Restore ptk event and remove shortcuts entirely 2018-07-14 16:41:59 -04:00
Gil Forsyth
f9970a4930 Fix continuation tokens and bottom toolbar for ptk2
Soft-wrap seems to be a little wonky for continuation tokens but that seems to
be an issue with ptk, not us.  (right?.... right?)
2018-07-14 16:20:54 -04:00
AaronV77
11baa9ff00 Forgot to return the value. **Update** 2018-07-14 15:13:07 -05:00
Gil Forsyth
334e515f23 Use new ptk2 async history load 2018-07-14 16:02:53 -04:00
AaronV77
1d43f59faa Added a hook for a spcial method printing on an object. The method is called xonsh_display. 2018-07-14 14:38:28 -05:00
Gil Forsyth
92a34a8b4d Fixed token display in ptk2 2018-07-14 15:12:18 -04:00
AaronV77
e05e0ab6b0 Added the .rst to /news. 2018-07-14 13:46:24 -05:00
AaronV77
e26dc4fdc6 Added an aliases to clear the variables within the xonsh shell. 2018-07-14 13:46:24 -05:00
Anthony Scopatz
3779e8b520 test fix 2018-07-14 13:40:04 -05:00
Gil Forsyth
0b1f29a349 Fix $VI_MODE for ptk2 2018-07-14 14:39:47 -04:00
Gil Forsyth
0d8333269b Fix completion display 2018-07-14 13:28:45 -04:00
Gil Forsyth
a4fe5081e4 Key bindings work again 2018-07-14 13:15:01 -04:00
Gil Forsyth
6fc4a07903 Sort of working -- it starts up! 2018-07-14 13:12:30 -04:00
Anthony Scopatz
0a11cad46f ptk2 hist 2018-07-14 11:32:10 -05:00
Anthony Scopatz
f07e1495d0 prompt resolution 2018-07-14 11:11:24 -05:00
Anthony Scopatz
167052c0b1 aliases 2018-07-14 10:53:45 -05:00
Anthony Scopatz
73beffb87a Merge branch 'master' into ptk_2.0 2018-07-14 10:10:15 -05:00
Anthony Scopatz
eb2030914c make valid rest 2018-07-12 09:27:04 -05:00
Anthony Scopatz
489b8a9944 mv pr-2706-restore-augassign_ops pr-2706-restore-augassign_ops.rst 2018-07-12 09:23:11 -05:00
Anthony Scopatz
7f4ca5beac
Merge pull request #2706 from jaraco/bugfix/issue-2638
Restore AUGASSIGN_OPS
2018-07-12 09:22:20 -05:00
Jason R. Coombs
48e29afd9b Add news entry 2018-07-12 06:08:25 -04:00
Anthony Scopatz
8c76edd95b Updated CHANGELOG for 0.6.10 2018-07-11 14:09:19 -05:00
Anthony Scopatz
39a74e256c bumped version to 0.6.10 2018-07-11 14:09:19 -05:00
Anthony Scopatz
b4735dcda4
Merge pull request #2705 from CJ-Wright/fix_subprocess
it seems that pushd and popd may be too smart for their own good
2018-07-11 12:02:53 -04:00
christopher
a6d266b4df remove unused import 2018-07-11 11:18:00 -04:00
christopher
df28bc4a5b remove unused code 2018-07-10 15:52:35 -04:00
christopher
7e9922e205 move back to pushd popd 2018-07-10 13:43:48 -04:00
christopher
d3c6e745d5 fix run 2018-07-10 13:30:49 -04:00
christopher
1e9d8e70d8 use os_indir to simulate indir behavior 2018-07-10 13:21:34 -04:00
Jason R. Coombs
fdddbd9d10 Set AUGASSIGN_OPS once and tweak where necessary. 2018-07-09 00:29:17 -04:00
Jason R. Coombs
4e212cab78 Separate concerns of Python 3.5 functionality. Ref #2639. 2018-07-09 00:26:59 -04:00
christopher
d20d79bf38 add cd 2018-07-06 23:58:23 -04:00
christopher
3cd114eee9 pushd/popd failing test 2018-07-06 23:51:11 -04:00
christopher
c67b99d592 news 2018-07-06 23:37:48 -04:00
christopher
b190968b5b it seems that pushd and popd may be too smart for their own good 2018-07-06 23:36:44 -04:00
Anthony Scopatz
c033cba7a7 merge from master 2018-07-06 17:19:16 -04:00
Gil Forsyth
0f22b8b3d9 Change default for AUTO_SUGGEST_IN_COMPLETIONS
Up for debate -- I think it causes more confusion since it provides
"wrong" completions.
2018-07-06 16:14:05 -04:00
Anthony Scopatz
086706caf0 Updated CHANGELOG for 0.6.9 2018-07-06 16:07:37 -04:00
Anthony Scopatz
f7e2e79f35 bumped version to 0.6.9 2018-07-06 16:07:37 -04:00
Anthony Scopatz
0d7ab3962c
Merge pull request #2694 from CJ-Wright/indir
add indir and subprocess tools
2018-07-05 16:18:47 -04:00
christopher
ec9631d047 add news for new standard lib, remove copyright, return returncode 2018-07-05 11:44:27 -04:00
Morten Enemark Lund
8a7e560e2a
Merge pull request #2701 from xonsh/bash_completion_spacetime_continuum
Bash completion spacetime continuum
2018-07-05 13:49:37 +02:00
Gil Forsyth
dabf2e4c64
Merge pull request #2700 from DNGros/ptk2fallback
Fallback to readline when launching with prompt toolkit 2.x installed
2018-07-04 20:19:17 -04:00
Gil Forsyth
8d1be1ca79 Add news entry 2018-07-04 20:13:22 -04:00
Gil Forsyth
3f9bb89614 Fix bash quote completion strip calculation
`xonsh.completers.bash_completion.bash_completions` was returning incorrect
prefix lengths depending on whether or not a user had typed a leading quote. Now
it should be agnostic to how the prefix is started (no quote, single quote, or
double quote).
2018-07-04 19:55:59 -04:00
Gil Forsyth
2349472f29 Look for leading double quotes for bash completion
This is in addition to looking for leading single quotes. There was
disparate behavior if users chose to prepend single vs. double quotes.
2018-07-04 19:27:53 -04:00