elvish/edit
2016-09-27 21:09:21 +02:00
..
action.go edit: Reorganize 2016-09-15 14:54:43 +02:00
arg-completers.go edit: Reorganize. 2016-09-16 13:43:49 +02:00
async-reader_test.go edit: Reorganize. 2016-09-15 22:54:32 +02:00
async-reader.go edit: Reorganize. 2016-09-15 22:54:32 +02:00
bang.go Implement navigation mode using listing. 2016-04-02 21:01:26 +02:00
binding.go Get rid of edit.BoundFunc. 2016-09-15 15:22:47 +02:00
builtin-fn.go Small reorganization. 2016-09-15 15:30:37 +02:00
call.go edit: Reorganize. 2016-09-16 13:43:49 +02:00
candidate.go Make edit.candidate implement eval.Value. 2016-09-14 15:43:50 +02:00
compl-getopt.go edit: Reorganize. 2016-09-15 22:54:32 +02:00
completers.go edit: Reorganize. 2016-09-15 22:54:32 +02:00
completion.go Don't make completion listing needlessly tall. 2016-09-27 21:09:21 +02:00
distribute-width.go Use a sophisticated algorithm to determine widths of nav columns. 2016-09-10 03:25:43 +02:00
editor.go Get rid of edit.BoundFunc. 2016-09-15 15:22:47 +02:00
histlist.go Editor.notify -> .Notify 2016-09-11 19:46:49 +02:00
history-value.go Synchronize access to command history from editor. 2016-09-08 18:15:09 +02:00
history.go Synchronize access to command history from editor. 2016-09-08 18:15:09 +02:00
insert.go Editor.notify -> .Notify 2016-09-11 19:46:49 +02:00
key.go Normalize Ctrl-{a-z} to upper case; Ctrl-{I,J} to {Tab,Enter}. 2016-09-16 16:01:22 +02:00
listing.go Get rid of edit.BoundFunc. 2016-09-15 15:22:47 +02:00
location.go Don't use SQL "LIKE" for filtering in loc mode. 2016-09-19 16:24:16 +02:00
ls-colors.go edit: Reorganize. 2016-09-15 22:54:32 +02:00
minmax.go Use persistent history in the editor 2015-02-26 00:40:35 +01:00
mode.go Add a "bang mode". 2016-03-08 13:38:32 +01:00
module.go Get rid of edit.BoundFunc. 2016-09-15 15:22:47 +02:00
navigation.go Refresh navigation after Page{Up,Down}. 2016-09-15 15:44:24 +02:00
nodeutil.go Color commands like "~xiaq". 2016-09-11 02:19:38 +02:00
prompt.go edit: Reorganize. 2016-09-16 13:43:49 +02:00
reader.go Fix a crash. 2016-03-15 16:20:36 +01:00
style.go Use spaces and reverse color to draw scroll bar. 2016-09-14 15:52:20 +02:00
styled.go Implement (*styled).String. 2016-09-07 23:51:08 +02:00
stylist.go Fix coloring of command names. 2016-09-11 18:39:50 +02:00
token.go Generate edit.TokenKind.String. 2016-09-11 02:04:48 +02:00
tokenkind_string.go Generate edit.TokenKind.String. 2016-09-11 02:04:48 +02:00
wcwidth_test.go edit: Export most funcs in wcwidth.go 2014-03-10 00:17:29 +08:00
wcwidth.go Render multiline entries correctly in listing mode. 2016-03-31 21:05:32 +02:00
writer.go Join styles correctly in the line editor's writer. 2016-09-11 02:03:59 +02:00