elvish/edit
2016-02-22 23:10:25 +01:00
..
async_reader_test.go async_reader_test.go: Use time.Timer; cosmetics. 2016-02-05 22:28:02 +01:00
async_reader.go edit: Fix how asyncReader writes to error channel. 2016-02-21 18:12:51 +00:00
bind.go edit: New "smart-enter" builtin to insert newline when input is incomplete. 2016-02-22 13:46:35 +01:00
builtins.go edit: New "smart-enter" builtin to insert newline when input is incomplete. 2016-02-22 13:46:35 +01:00
ceildiv_test.go Move util/ceildiv{"" _test} to edit/ 2015-02-26 15:32:49 +01:00
ceildiv.go Cleanups. 2016-02-12 13:31:24 +01:00
completers.go Add a builtin namespace. Now this is really Pythonic. 2016-02-22 22:56:23 +01:00
completion.go pushTip -> addTip; make it nicer to use. 2016-02-13 19:27:21 +01:00
editor.go edit: New "smart-enter" builtin to insert newline when input is incomplete. 2016-02-22 13:46:35 +01:00
history.go Add logging; don't relay signal from stub after seeing EOF. 2016-02-22 23:06:00 +01:00
historyListing.go Add a history listing mode. 2016-02-14 07:52:31 +00:00
isexternal.go Cleanups. 2016-02-12 13:31:24 +01:00
key.go edit: Small refactor. 2016-02-13 19:17:20 +01:00
ls_colors.go Cleanups. 2016-02-12 13:31:24 +01:00
minmax.go Use persistent history in the editor 2015-02-26 00:40:35 +01:00
module.go Slightly simplify Repr. 2016-02-19 20:31:54 +01:00
navigation.go Cleanups. 2016-02-12 13:31:24 +01:00
nodeutil.go Merge *util packages into an util package. 2016-02-16 19:15:29 +01:00
reader.go Parse G3 arrow keys. 2016-02-14 18:31:36 +01:00
style.go Use \e[2m (dim) as the style for completion and history. 2016-02-15 13:37:08 +01:00
stylists.go Add a builtin namespace. Now this is really Pythonic. 2016-02-22 22:56:23 +01:00
token.go Cleanups. 2016-02-12 13:31:24 +01:00
wcwidth_test.go edit: Export most funcs in wcwidth.go 2014-03-10 00:17:29 +08:00
wcwidth.go Much cosmetics for edit 2015-02-24 22:56:38 +01:00
writer.go Put writer log under a flag. 2016-02-22 23:10:25 +01:00