Commit graph

3750 commits

Author SHA1 Message Date
Anthony Scopatz
3d239b134a Merge pull request #1239 from xonsh/vi_mode_change
enable character selection in vi_mode
2016-06-15 11:35:29 -04:00
Gil Forsyth
aa1c9e2279 pep8 to the dome 2016-06-15 11:20:17 -04:00
Gil Forsyth
f543412c07 Merge pull request #1231 from xonsh/simplify_env_repr
Simplify Env.__repr__
2016-06-15 07:30:39 -04:00
Gil Forsyth
06ec4cbd46 enable character selection in vi_mode
When `open_in_editor` is enabled, the `VI_MODE` binding to open the
editor is `v`, which is unexpected, as `v` should be character
selection.

The `open_in_editor` option has been disabled, but the `Ctrl-X Ctrl-E`
shortcut to open the current buffer in an editor has been explicitly
enabled, so there shouldn't be any change of behavior for anyone except
those who were using `v` to open an editor in `VI_MODE` (which I think
is no one).
2016-06-15 07:20:43 -04:00
Morten Enemark Lund
42022b8cb2 Make defaults, ensures and docs to private attributes of the environment class 2016-06-15 08:37:00 +02:00
Anthony Scopatz
8d8e37628d even more 2016-06-15 02:15:29 -04:00
Anthony Scopatz
b471bdd74d even more more 2016-06-15 01:10:14 -04:00
Anthony Scopatz
ed385c45f5 even more 2016-06-15 01:02:00 -04:00
Anthony Scopatz
25c7e36278 mor minor ups 2016-06-15 00:54:45 -04:00
Anthony Scopatz
6f9c442dbc more laziness 2016-06-15 00:44:01 -04:00
Anthony Scopatz
80339f5dc4 lazy and self destructive 2016-06-14 23:46:13 -04:00
Morten Enemark Lund
67fd98b366 Add change log entry 2016-06-14 20:33:09 +02:00
Morten Enemark Lund
c557aeaefc Simplify Env.__repr__. This prevents the whole environment dictionary from being printed when the repr is called. 2016-06-14 20:28:51 +02:00
Morten Enemark Lund
54d3c19e97 Added changelog entry 2016-06-14 19:54:55 +02:00
Morten Enemark Lund
010098f2b2 Reset prompt environement before source *.bat files. The xonsh prompt template string is not useable by cmd.exe and it just makes output where 'Echo ON' is enabled look very strange. 2016-06-14 19:52:22 +02:00
JohnLunzer
9862029d09 Merge branch 'master' of https://github.com/scopatz/xonsh into history-all 2016-06-14 12:25:03 -04:00
JohnLunzer
52e693f1bc Fixed pep8 issues from last commit 2016-06-14 11:35:29 -04:00
JohnLunzer
377a33c101 Fixed a output formatting issue to support multiline history 2016-06-14 11:33:28 -04:00
JohnLunzer
09b4934775 Slew of changes which should address all issues brought up in the PR review. 2016-06-14 10:37:31 -04:00
Anthony Scopatz
6ce8da5908 yeppers 2016-06-14 00:07:55 -04:00
adam j hartz
f6bd27252b Merge branch 'master' into pipe 2016-06-13 23:51:58 -04:00
adam j hartz
a73f614992 changelog 2016-06-13 23:49:48 -04:00
adam j hartz
84a8569e3a fix for pipeline issues 2016-06-13 23:47:55 -04:00
Anthony Scopatz
90dac354ca lazy imports 2016-06-13 22:55:02 -04:00
Anthony Scopatz
6b618c4f9d lazy integration 2016-06-13 22:39:14 -04:00
Anthony Scopatz
075d17056c lazy module 2016-06-13 22:12:41 -04:00
Anthony Scopatz
01661dad6f Merge branch 'master' into amal 2016-06-13 21:09:18 -04:00
VHarisop
ad80777eca
Removed redundant check, EnvPath now accepts Iterables 2016-06-14 03:14:30 +03:00
VHarisop
2ce6bdd88d
Simpler constructor + don't resolve symlinks 2016-06-14 02:18:32 +03:00
VHarisop
46c83d6871
Refactored code, added TypeError for invalid init 2016-06-14 01:19:13 +03:00
jlunz
68faa5cbeb really fixed UnicodeDecoderEffor, hopefully 2016-06-13 15:49:25 -04:00
Anthony Scopatz
a00775bae2 Merge pull request #1219 from xonsh/replace_prompt
Windows: Reset the PROMPT environment variable before starting subprocesses
2016-06-13 15:33:44 -04:00
Anthony Scopatz
d0a46610ee Merge branch 'adqm-completer' 2016-06-13 15:26:05 -04:00
Anthony Scopatz
23612853fd Merge branch 'completer' of https://github.com/adqm/xonsh into adqm-completer 2016-06-13 15:22:07 -04:00
JohnLunzer
7a069c9711 Refixed UnicodeDecodeError 2016-06-13 15:20:59 -04:00
Gil Forsyth
2c7c10e86d Merge pull request #1222 from adqm/hotfix_alias_loading
possible fix for incorrect alias loading
2016-06-13 14:33:30 -04:00
adam j hartz
9e27b1cb9e only do subsequence and fuzzy matching if no normal matches found 2016-06-13 14:27:46 -04:00
adam j hartz
faacb0a155 possible fix for incorrect alias loading 2016-06-13 14:09:04 -04:00
JohnLunzer
10f5ab9584 Fixed some comments in _create_parser 2016-06-13 11:56:37 -04:00
Anthony Scopatz
99f0f1b726 fixed typo bug 2016-06-13 11:52:45 -04:00
JohnLunzer
bcf2cbf671 removed import for JSONDecodeError 2016-06-13 11:21:56 -04:00
JohnLunzer
07da11b926 Used ValueError instead of JSONDecodeError 2016-06-13 11:07:13 -04:00
JohnLunzer
cd07eb1b92 Fixed some bugs, updated tests 2016-06-13 10:41:43 -04:00
Morten Enemark Lund
9ce59a8795 Add changelog entry 2016-06-13 16:32:27 +02:00
Morten Enemark Lund
3d015aaf86 Reset the PROMPT environment variable before starting subprocesses on windows. This avoids that the xonsh prompt template string is shown everywhere batch files runs commands with ECHO ON activated. 2016-06-13 16:13:24 +02:00
VHarisop
c5eb142bbc
Removed unnecessary check, refactored __eq__ method 2016-06-13 13:57:19 +03:00
Anthony Scopatz
cbb59bffa3 nobel effort 2016-06-13 03:23:23 -04:00
Anthony Scopatz
38c07b1772 some changes 2016-06-13 03:02:24 -04:00
Anthony Scopatz
357a60fbff new init 2016-06-13 02:43:21 -04:00
Anthony Scopatz
5f416ff390 new msg 2016-06-13 02:40:40 -04:00