Commit graph

9363 commits

Author SHA1 Message Date
anki-code
28ab18699d
Update contents.rst 2020-09-23 09:11:54 +03:00
Anthony Scopatz
8c48d47a36
Merge pull request #3780 from dannysepler/branch
Minor performance improvements to the prompt
2020-09-22 18:20:45 -07:00
Anthony Scopatz
089fb90b0b
Merge pull request #3785 from Eadaen/history_testing-ead
Commands to easily manage deletion of history from the current session.
2020-09-22 09:10:04 -07:00
Eadaen1
ae02abe0c9 Revert "Reformat json.py with Black."
This reverts commit 5fe1eeb60f.
2020-09-22 16:58:42 +01:00
Anthony Scopatz
fd01b58db8
Merge pull request #3784 from dyuri/ansi_osc
ANSI OSC escape sequence support (including title setting)
2020-09-22 08:26:26 -07:00
Anthony Scopatz
aa94150b8c
Merge pull request #3789 from anki-code/patch-6
xontrib-argcomplete and xontrib-pipeliner description improvement
2020-09-22 08:25:12 -07:00
Eadaen1
5fe1eeb60f Reformat json.py with Black. 2020-09-22 14:34:37 +01:00
Eadaen1
cd1f7eddde Reformat with Black. 2020-09-22 13:03:41 +01:00
a
3966beaa4b news 2020-09-22 10:59:55 +03:00
anki-code
3cbf4d106f
xontrib description improvement 2020-09-22 10:54:39 +03:00
Gyuri Horak
c36482584a
removing unnecessary write_ansi_osc function 2020-09-22 09:45:10 +02:00
Danny Sepler
845ec4a8b7 unindexed first 2020-09-21 23:35:09 -04:00
Danny Sepler
2ac84228f7 Also include indexed files in working directory 2020-09-21 23:30:54 -04:00
Danny Sepler
fdf5622ee8 Explaining --exit-code return values 2020-09-21 22:31:44 -04:00
Danny Sepler
50420249ae more feedback 2020-09-21 21:12:38 -04:00
Danny Sepler
bb30e46f1e Feedback 2020-09-21 20:56:25 -04:00
Anthony Scopatz
4740c7acd2
Merge pull request #3788 from CJ-Wright/name_in_error
Provide name of env var that fails to validate
2020-09-21 17:38:08 -07:00
Christopher J. Wright
16e7f1441c add name to error message from failure to validate 2020-09-21 20:17:56 -04:00
Eadaen1
dc086d39b3 Remove remember_history_check decorater. 2020-09-22 00:08:30 +01:00
Anthony Scopatz
235deef3f8
Merge pull request #3787 from anki-code/patch-5
xontrib whole_word_jumping: Delete whole word with Shift+Delete
2020-09-21 14:54:35 -07:00
a
08765c4c90 black 2020-09-22 00:11:21 +03:00
anki-code
03bacf4087
Create shift_del.rst 2020-09-21 23:55:30 +03:00
anki-code
7f15ff0a64
Delete whole word with Shift+Del
Here should be Control+Backspace but https://github.com/prompt-toolkit/python-prompt-toolkit/issues/257#issuecomment-190328366
2020-09-21 23:51:36 +03:00
Eadaen1
e3e6c82a22 Remove wipe_memory function. 2020-09-21 21:34:56 +01:00
Gyuri Horak
bd73cd5fe0
ANSI OSC - review fixes 2020-09-21 22:14:55 +02:00
Eadaen1
3933b74278 Improve comments in tests 2020-09-20 19:28:54 +01:00
Eadaen1
f02e70d905 Change docstrings. 2020-09-20 18:42:10 +01:00
Danny Sepler
150947f8e3 Minor performance improvements to the prompt git functions 2020-09-20 13:31:34 -04:00
Gyuri Horak
ef6634097b
ANSI OSC - tests, news item 2020-09-20 18:55:01 +02:00
Gyuri Horak
ed46283da8
ANSI OSC escape code 'support' 2020-09-20 12:34:03 +02:00
Anthony Scopatz
b29a467076
Merge pull request #3777 from dannysepler/cache-executables-in
Use commands_cache when finding suggestions
2020-09-18 13:05:08 -07:00
Danny Sepler
641d4f4408 use commands cache instead 2020-09-18 00:47:30 -04:00
Anthony Scopatz
a97101ee34 rever changes 2020-09-17 21:24:07 -07:00
Danny Sepler
7ed2769b01 clear cache at end of each test case 2020-09-18 00:21:43 -04:00
Danny Sepler
e936b59067 uncomment the thing 2020-09-18 00:11:33 -04:00
Danny Sepler
456dbfb8bf Add cache on executables-in 2020-09-18 00:04:26 -04:00
Anthony Scopatz
f6e8910ce5
Merge pull request #3774 from bobhy/ptk-complete-select-first
TAB key automatically selects first completion when starting completion.
2020-09-17 14:24:27 -07:00
Anthony Scopatz
ea7e7f351b
Merge pull request #3776 from xonsh/fix_app_execution_alias
Fix app execution aliases on windows
2020-09-17 13:45:06 -07:00
Morten Enemark Lund
f3ee61b6f4 fix black 2020-09-17 22:30:08 +02:00
Morten Enemark Lund
fd6d292f07 Add changelog entry 2020-09-17 22:14:55 +02:00
Morten Enemark Lund
4e0267fb6d Detect windows AppExecution aliases 2020-09-17 22:11:25 +02:00
Bob Hyman
b9e122a29a TAB key automatically selects first completion when starting completion. 2020-09-17 15:12:27 -04:00
Eadaen1
d7141856ae add docs, bugfixes, misc changes 2020-09-17 14:22:41 +01:00
Eadaen1
49bc38e4d4 Add docs. 2020-09-17 02:15:52 +01:00
Eadaen1
710fbf8a0b Changelog added. 2020-09-17 01:39:35 +01:00
Anthony Scopatz
d36d1547de
Merge pull request #3762 from wendellwt/master
cygwin updates
2020-09-16 17:34:55 -07:00
Eadaen1
5e0228aa09 Tests succeeded. 2020-09-17 01:25:56 +01:00
Wendell Turner
300dfc8717 cygwin updates 2020-09-16 19:28:24 -04:00
Wendell Turner
b6b61cc261 descr of changes 2020-09-16 19:26:20 -04:00
Eadaen1
2ada0badbb Add tests, other misc changes. 2020-09-17 00:26:19 +01:00