elvish/edit
Qi Xiao f7bc03deb9 Put editor builtin declarations and bindings in separate mode files.
This is to prepare to put the builtins in their own namespaces.
2017-05-19 01:25:06 +01:00
..
tty Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02: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 eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
bang_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
bang.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
binding.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
buffer.go Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
builtin-fn.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
call.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
candidate.go Always populate candidate.display instead of fixing it later. 2017-02-10 04:31:23 -05:00
compl-getopt.go Remove eval.WrapFn entirely. 2017-04-11 01:56:37 +02:00
completers.go Boring renames. 2017-02-13 00:49:11 -05:00
completion.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
distribute-width.go Use a sophisticated algorithm to determine widths of nav columns. 2016-09-10 03:25:43 +02:00
editor.go Support pinning directories using $le:loc-pinned. 2017-05-18 01:56:07 +01:00
highlight.go Make "try" a special form using curly braces. 2017-02-18 04:16:21 +00:00
histlist_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
histlist.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
history-value.go Rename store methods. 2017-03-01 01:14:03 +00:00
history.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
insert.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
listing-common_test.go In edit.listingProvider.Show, separate header and content. 2017-02-09 14:01:37 -08:00
listing.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
location_test.go Support pinning directories using $le:loc-pinned. 2017-05-18 01:56:07 +01:00
location.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01: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 Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
module.go edit: Declare builtin functions in a map, not a slice. 2017-05-19 00:33:58 +01:00
navigation.go Put editor builtin declarations and bindings in separate mode files. 2017-05-19 01:25:06 +01:00
nodeutil.go Consider a compound to be one word in bang mode and insert-last-word. 2017-02-25 17:23:41 +00:00
prompt.go eval.Fn -> Callable, eval.Iterator -> Iterable 2017-02-18 04:45:40 +00:00
raw-insert.go Small refactor and documentation. 2017-03-26 19:12:48 +02:00
render.go Get rid of edit.Token. 2017-02-12 01:29:24 -05:00
style.go Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00
styled.go Remove eval.WrapFn entirely. 2017-04-11 01:56:37 +02:00
styling.go Get rid of edit.Token. 2017-02-12 01:29:24 -05:00
writer.go Support raw insert, bound to ^V. 2017-03-26 18:52:16 +02:00