elvish/edit
2017-02-11 22:29:18 -05:00
..
tty Move edit.AsyncReader to a new edit/tty package. 2017-02-11 22:16:18 -05:00
uitypes Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
action.go edit: Reorganize 2016-09-15 14:54:43 +02:00
arg-completers.go Guard against too few arguments to builtin arg completers. 2017-02-10 04:23:57 -05:00
bang_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
bang.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
binding.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
buffer.go Added styles type, which translates human-readable values to ANSI codes 2017-01-11 19:50:29 +00:00
builtin-fn.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
call.go Always populate candidate.display instead of fixing it later. 2017-02-10 04:31:23 -05:00
candidate.go Always populate candidate.display instead of fixing it later. 2017-02-10 04:31:23 -05:00
compl-getopt.go Renames and comments. 2017-02-09 16:40:53 -08:00
completers.go edit.FixCandidates -> quoteCandidates. 2017-02-10 04:33:15 -05:00
completion.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
distribute-width.go Use a sophisticated algorithm to determine widths of nav columns. 2016-09-10 03:25:43 +02:00
editor.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
histlist_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
histlist.go Let modes decide whether the cursor is on the modeline. 2017-02-10 04:53:24 -05:00
history-value.go Improve performance of $le:history. 2016-10-13 15:35:33 +08:00
history.go Meaningless renames. 2017-02-03 20:36:55 -08:00
insert.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
listing-common_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
listing.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
location_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
location.go Let modes decide whether the cursor is on the modeline. 2017-02-10 04:53:24 -05:00
ls-colors.go Cache result of getLsColor. 2016-10-11 00:04:30 +08:00
minmax.go Use persistent history in the editor 2015-02-26 00:40:35 +01:00
mode.go Let modes decide whether the cursor is on the modeline. 2017-02-10 04:53:24 -05:00
module.go Move the rendering of the editor into a renderer. 2017-02-11 16:33:25 -05:00
navigation.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
nodeutil.go Dead code elimination. 2017-02-03 20:47:42 -08:00
prompt.go edit.MustBeFn -> eval.ShouldBeFn 2017-02-09 16:49:44 -08:00
reader.go Move edit.Key to a new edit/uitypes package. 2017-02-11 22:29:18 -05:00
render.go Fix empty leading line in editor in a hacky way. 2017-02-11 18:52:16 -05:00
style.go Use white-on-red for error style. 2017-02-04 09:39:51 -08:00
styled.go Dead code elimination. 2017-02-03 20:47:42 -08:00
stylist.go Add a spacey assignment syntax. 2017-02-03 10:06:11 -08:00
token_test.go Test edit/token.go. 2017-02-03 23:51:30 -08:00
token.go Alt-. and Alt-, now use the parser to break last line into words. 2017-02-03 21:38:17 -08:00
tokenkind_string.go Generate edit.TokenKind.String. 2016-09-11 02:04:48 +02:00
writer.go Move the rendering of the editor into a renderer. 2017-02-11 16:33:25 -05:00