elvish/edit
2018-02-06 21:21:19 -08:00
..
highlight Dead code removal. 2017-12-31 20:40:44 +00:00
history eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
lscolors Re-go-generate with updated stringer. 2018-01-01 15:03:47 +00:00
prompt edit: Migrate prompt configs off RegisterVariable. 2018-02-06 01:04:31 -08:00
tty edit/tty: More comments on terminal differences. 2018-02-03 18:19:16 -08:00
ui edit: Remove BuiltinFn. 2018-02-06 00:00:19 -08:00
abbr.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
action.go edit: Simplify the action type into an enum. 2017-11-11 17:20:11 +00:00
api_test.go eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
api_utils.go Use understore in filenames. 2017-06-26 19:47:10 +02:00
api.go edit: Further decouple the history mode and the editor. 2018-02-06 21:21:19 -08:00
arg_completers.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
binding_table.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
candidate.go edit: Remove BuiltinFn. 2018-02-06 00:00:19 -08:00
compl_getopt.go edit: Remove BuiltinFn. 2018-02-06 00:00:19 -08:00
complete_arg_test.go edit: Embed complContextCommon in complContext implementations. 2017-12-18 13:12:29 +00:00
complete_arg_unix_test.go edit: Move yet another test. 2017-12-18 13:41:35 +00:00
complete_arg.go edit: Factor out filtering stage of completion. 2017-12-18 13:31:15 +00:00
complete_command_test.go edit: Embed complContextCommon in complContext implementations. 2017-12-18 13:12:29 +00:00
complete_command.go Parse trailing ":" in variable as part of name. 2018-01-29 18:29:06 +00:00
complete_index_test.go eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
complete_index.go eval/types: Remove the Value type. 2018-01-29 17:39:41 +00:00
complete_redir_test.go edit: Embed complContextCommon in complContext implementations. 2017-12-18 13:12:29 +00:00
complete_redir.go edit: Factor out filtering stage of completion. 2017-12-18 13:31:15 +00:00
complete_variable_test.go Guard against nonexistent namespace when completing. 2017-12-26 19:21:19 +00:00
complete_variable.go Parse trailing ":" in variable as part of name. 2018-01-29 18:29:06 +00:00
completion_mode.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
completion_test.go eval: Make out chan relaying part of Evaler. 2017-12-27 20:43:43 +00:00
completion.go edit: Migrate more off RegisterVariable. 2018-02-06 00:49:41 -08:00
dump_buf.go edit: Remove BuiltinFn. 2018-02-06 00:00:19 -08:00
edit.go edit: Further decouple the history mode and the editor. 2018-02-06 21:21:19 -08:00
editor_unix_test.go edit: Default binding is now set in Elvish script. 2018-01-03 07:27:46 +00:00
highlight.go eval: Name functions related to variable references consistently. 2018-01-29 17:32:07 +00:00
histlist_test.go edit: Don't embed listing within histlist. 2017-12-26 17:31:30 +00:00
histlist.go edit: Further decouple the history mode and the editor. 2018-02-06 21:21:19 -08:00
history.go edit: Further decouple the history mode and the editor. 2018-02-06 21:21:19 -08:00
hooks.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
insert.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
lastcmd_test.go Fix test for lastcmd mode. 2017-06-25 14:44:20 +01:00
lastcmd.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
listing_common_test.go Fix test for histlist. 2017-08-26 17:57:24 +02:00
listing_test.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
listing.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
location_test.go Move definitions in store/ to store/storedefs. 2017-06-20 02:57:45 +02:00
location.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
matcher.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
max_height.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
minmax.go Use persistent history in the editor 2015-02-26 00:40:35 +01:00
mode.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
narrow.go edit: Further decouple the history mode and the editor. 2018-02-06 21:21:19 -08:00
navigation_preview.go Get rid of types.String. 2018-01-25 22:50:42 +00:00
navigation_width.go edit: Parent column get 1/6 width instead of 1/4. 2017-12-30 20:50:48 +00:00
navigation_widths_test.go tt: Improve API. 2018-01-03 00:20:21 +00:00
navigation.go edit: Migrate all modes off the old registry mechanism. 2018-02-06 16:03:27 -08:00
nodeutil.go edit: Use pureEvaler interface in complContext finders. 2017-12-18 01:37:38 +00:00
prompt_config.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
raw_insert.go edit: The Binding method in Mode interface now takes an *Editor. 2018-02-06 15:05:13 -08:00
registry.go edit: Simplify editor initializers. 2018-02-06 20:44:56 -08:00
render.go edit: Put binding table of history mode in the hist struct. 2018-02-06 20:38:30 -08:00
style.go edit: buffer -> ui.Buffer, changing some method names. 2017-11-12 22:37:14 +00:00
styled.go edit: Remove BuiltinFn. 2018-02-06 00:00:19 -08:00