Commit graph

1390 commits

Author SHA1 Message Date
Gil Forsyth
d9986e4ef1
Merge pull request #3213 from ke-zhang-rd/update-predict-list
MNT: Add several command to predict list
2019-07-14 16:37:05 -04:00
Gil Forsyth
6f909cbf7f
Reset filename in execer between executions 2019-07-14 16:19:35 -04:00
Alexander Steffen
5457ac1c94 Try to open man page as help for subprocess commands
This makes for example 'sh?' equivalent to 'man sh', unless there actually
exists a 'sh?' executable.

Resolves #3204.
2019-07-14 12:38:14 +02:00
Gil Forsyth
f4f82903b5
Fix behavior of enter key in VI_MODE 2019-07-13 18:36:41 -04:00
Alexander Steffen
79780d8129 Avoid stale data when determining active tasks
Two of the three callers of get_next_task already called _clear_dead_jobs
to update the task state before searching for active tasks.

xonsh.prompt.job._current_job did not call _clear_dead_jobs, which lead to
tasks still being displayed in the title, even though they had already
finished.

Moving the call to _clear_dead_jobs into get_next_task ensures that it
always returns correct data.
2019-07-13 23:27:00 +02:00
David Dotson
62cc81280b Merge branch 'master' into proxy_cleanup 2019-07-13 16:23:21 -05:00
David Dotson
1349b6eb51 Fixes to news file 2019-07-13 16:15:54 -05:00
David Dotson
3f87a09034 Cleaned up proxy loading and unloading.
Also removed `DeprecationWarningProxy`, as it is no longer needed.
2019-07-13 16:11:18 -05:00
David Dotson
8576e9c22e
Merge pull request #3211 from xonsh/fix_DAP_completion
Add `__dir__` to `DynamicAccessProxy`
2019-07-13 13:36:33 -07:00
ke-zhang-rd
e3a92ee309 MNT: Add several command to predict list 2019-07-13 14:24:33 -05:00
Daniel Smith
df96df8b3c
Remove deprecated __xonsh__ mappers 2019-07-13 11:29:19 -05:00
Gil Forsyth
19856ee258
Add __dir__ to DynamicAccessProxy
This restores tab-completion to objects proxied through
DynamicAccessProxy
2019-07-13 12:13:48 -04:00
Anthony Scopatz
7c58c8222d Updated CHANGELOG for 0.9.8 2019-07-07 20:19:21 -05:00
virus
917345b4ed add news file 2019-07-06 01:37:36 +09:00
Anthony Scopatz
312e448f41 remove newlines 2019-07-01 19:41:54 -04:00
vaaaaanquish
065df1b8df add COMPLETION_IN_THREAD 2019-06-30 01:18:00 -07:00
vaaaaanquish
5ac397ddf2 set default None 2019-06-29 23:49:41 -07:00
vaaaaanquish
b8b2c4b08e add rst 2019-06-29 22:39:26 -07:00
Anthony Scopatz
a241538599 Updated CHANGELOG for 0.9.7 2019-06-28 17:30:35 -04:00
Anthony Scopatz
6efa41eec1 xontrib-kitty 2019-06-28 16:26:04 -04:00
Gil Forsyth
9599008918
Merge pull request #3174 from xonsh/bash-comp-0.2.6
Bash comp 0.2.6
2019-06-22 08:24:15 -04:00
Anthony Scopatz
8c173facfa
Merge pull request #3170 from astronouth7303/xontrib-zipapp
Xontrib zipapp support
2019-06-19 17:33:11 -04:00
Anthony Scopatz
aa8e66b180 news 2019-06-19 15:02:02 -04:00
Morten Enemark Lund
f08a05ba3a
Merge pull request #3166 from 6syun9/dev_warning
completer turn off warning
2019-06-17 22:09:04 +02:00
Jamie Bliss
ed52b8b0df Add news item 2019-06-17 14:48:36 -04:00
6syun9
75e354f8fa add xontrib-readable-traceback 2019-06-16 14:24:39 +09:00
6syun9
f325baae9c Merge remote-tracking branch 'master' into dev_warning 2019-06-15 11:00:03 +09:00
Anthony Scopatz
c3f62e32fb
Merge pull request #3162 from 6syun9/dev_syun
Fix completer error
2019-06-14 12:27:18 -04:00
6syun9
24924e440c add rst 2019-06-14 22:54:42 +09:00
con-f-use
1d44d6bf23
Newsitem for Alt+. binding 2019-06-12 19:57:21 +02:00
6syun9
06e9f8826f add rst 2019-06-12 20:54:38 +09:00
Anthony Scopatz
eb5e53d582 Updated CHANGELOG for 0.9.6 2019-06-10 14:07:07 -04:00
David Strobach
975c07ef15
Merge pull request #3155 from xonsh/stderr-pre
fixed XONSH_STDERR_POSTFIX issue
2019-06-06 13:54:05 +02:00
David Strobach
ef1ceb3847
Merge pull request #3154 from xonsh/ptk2-mlp0
fixes ptk2 multiline prompt issue
2019-06-06 13:47:56 +02:00
Anthony Scopatz
bbec05453d fixed XONSH_STDERR_POSTFIX issue 2019-06-05 16:12:04 -04:00
Anthony Scopatz
e6ff92c676 fixes ptk2 multiline prompt issue 2019-06-05 15:34:17 -04:00
shadow-light
bb73547091
Added news file for patch-gitstatus-delete 2019-06-05 14:54:17 +10:00
David Strobach
45c4f5ce9d Fix exception in help_version threadable predictor 2019-06-04 17:57:11 +02:00
Anthony Scopatz
ef4755e16b Updated CHANGELOG for 0.9.5 2019-05-31 15:51:18 -04:00
Gil Forsyth
839e0ad1a6
Fix pip completer misfires on bagpipes and similar
Requires a word-ending before `pip`, also adding in support for `xpip`
2019-05-30 15:25:16 -04:00
Gil Forsyth
8c6fc1332d
Merge pull request #3141 from xonsh/ansi_colors_style_bw
Ansi colors style bw
2019-05-28 07:58:16 -04:00
Jean-Benoist Leger
4fa96ded56
news item for ansi_colors_style_bw 2019-05-27 18:29:40 +02:00
Anthony Scopatz
46d5140cb2 fixed history gc 2019-05-24 10:22:01 -05:00
Gil Forsyth
d5ecc4f0bd
Merge pull request #3134 from virusbb001/fix-pred-thrdable-on-win
Fix for raising error in get_predictor_threadable on win
2019-05-23 11:24:25 -04:00
virus
3ab09cae39 add news item 2019-05-23 01:12:57 +09:00
Anthony Scopatz
86dae101c7 Updated CHANGELOG for 0.9.4 2019-05-22 11:09:32 -05:00
Anthony Scopatz
1ce72eb80c
Merge pull request #3121 from eppeters/master
Preserve newline during bashisms transformation.
2019-05-22 10:43:32 -05:00
Anthony Scopatz
10f9ca8ba1
Merge pull request #3135 from xonsh/fix_intensify_set
Fix crash when setting $INTENSIFY_COLORS_ON_WIN
2019-05-22 10:36:00 -05:00
David Strobach
0ec7706477 Predict sudoedit unthreadable 2019-05-22 15:25:20 +02:00
Eddie Peters
d29ed5cd60 Add news item. 2019-05-22 09:03:08 -04:00