elvish/pkg/edit
2024-05-03 15:19:10 +01:00
..
complete pkg/edit: Fix crash in edit:complete-filename when given no arguments. 2024-05-03 14:56:40 +01:00
filter pkg/cli: Change highlighter API to return general "tips" rather than errors. 2022-12-11 12:47:48 +00:00
highlight pkg/diag: Rework API and presentation of Context and Error. 2024-01-16 11:04:52 +00:00
binding_map_test.elvts pkg/eval/evaltest: Setups no longer propagate by default. 2024-02-20 22:24:40 +00:00
binding_map_test.go Convert tests to transcript tests. 2024-01-30 20:21:39 +00:00
binding_map.go pkg/edit: Make smart-enter and completion:smart-start apply autofix. 2022-12-25 13:50:17 +00:00
buffer_builtins.d.elv Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
buffer_builtins.go edit:kill-{left right}-alnum-word -> edit:kill-alnum-word-{left right}. 2024-02-24 10:23:03 +00:00
builtins_test.elvts pkg/eval/evaltest: Setups no longer propagate by default. 2024-02-20 22:24:40 +00:00
builtins_test.go Convert tests to transcript tests. 2024-01-30 20:21:39 +00:00
builtins.d.elv pkg/edit: Make smart-enter and completion:smart-start apply autofix. 2022-12-25 13:50:17 +00:00
builtins.go pkg/edit: Make smart-enter and completion:smart-start apply autofix. 2022-12-25 13:50:17 +00:00
command_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
command_api.d.elv website/cmd/md2html: Support implicit link targets to elvdoc sections. 2023-01-02 02:36:58 +00:00
command_api.go Move all elvdocs into .d.elv files. 2022-11-20 21:59:45 +00:00
complete_getopt_test.elvts pkg/ui: Change Repr of Segment and Text. 2024-03-23 17:29:29 +00:00
complete_getopt.d.elv website/cmd/md2html: Support implicit link targets to elvdoc sections. 2023-01-02 02:36:58 +00:00
complete_getopt.go Move all elvdocs into .d.elv files. 2022-11-20 21:59:45 +00:00
completion_test.elvts pkg/edit: Fix crash in edit:complete-filename when given no arguments. 2024-05-03 14:56:40 +01:00
completion_test.go Convert tests to transcript tests. 2024-01-30 20:21:39 +00:00
completion.d.elv pkg/edit: Remove elvdoc for edit:completion:close, which no longer exists. 2024-05-03 15:19:10 +01:00
completion.go evaltest.capturePort -> eval.CapturePort. 2023-01-15 16:44:25 +00:00
config_api_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
config_api.d.elv Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
config_api.go allow user to customize pre-exit hook 2024-03-19 15:35:18 +00:00
editor_test.go Support calling edit:notify with a styled text. 2021-12-08 00:26:17 +00:00
editor.d.elv Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
editor.go Trivial cleanups. 2024-03-22 11:20:35 +00:00
highlight_test.go pkg/diag: Rework API and presentation of Context and Error. 2024-01-16 11:04:52 +00:00
highlight.d.elv pkg/edit: Show autofix commands, and support applying it. 2022-12-11 21:25:13 +00:00
highlight.go pkg/diag: Rework API and presentation of Context and Error. 2024-01-16 11:04:52 +00:00
hist_store.go Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
histwalk_test.go Fixup for #1638. 2023-02-26 20:42:10 +00:00
histwalk.d.elv Fixup for #1638. 2023-02-26 20:42:10 +00:00
histwalk.go pkg/edit: implement edit:history:accept 2023-02-14 15:53:06 +00:00
init.elv pkg/edit: Add back Page{Up Down} key bindings for listing modes. 2024-02-21 11:22:15 +00:00
insert_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
insert_api.d.elv website/cmd/md2html: Support implicit link targets to elvdoc sections. 2023-01-02 02:36:58 +00:00
insert_api.go pkg/edit: Simplify bindingHelp. 2022-12-25 11:51:46 +00:00
instant_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
instant.d.elv pkg/elvdoc: Move directives to the top of comment blocks. 2024-03-22 14:55:02 +00:00
instant.go pkg/eval: Use a Context inside Frame to pass interrupts. 2023-05-07 21:44:28 +01:00
key_binding.go Bump version of staticcheck, fix issues found by new version. 2023-02-26 20:47:25 +00:00
listing_custom.d.elv website/cmd/md2html: Support implicit link targets to elvdoc sections. 2023-01-02 02:36:58 +00:00
listing_custom.go Move all elvdocs into .d.elv files. 2022-11-20 21:59:45 +00:00
listing_nonwindows_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
listing_test.go pkg/edit: Show dedup binding in history listing mode. 2022-12-06 22:51:15 +00:00
listing_windows_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
listing.d.elv pkg/edit: Show dedup binding in history listing mode. 2022-12-06 22:51:15 +00:00
listing.go pkg/edit: Make smart-enter and completion:smart-start apply autofix. 2022-12-25 13:50:17 +00:00
minibuf_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
minibuf.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
navigation_test.go pkg/edit: Show bindings for toggling filter and hidden files in nav mode. 2022-11-26 16:57:53 +00:00
navigation.d.elv pkg/eval: Document which keys are shown in navigation mode's UI. 2022-11-26 17:03:42 +00:00
navigation.go pkg/edit: Make smart-enter and completion:smart-start apply autofix. 2022-12-25 13:50:17 +00:00
prompt_test.go interface{} -> any now that Elvish requires Go 1.18. 2022-03-20 16:17:19 +00:00
prompt.d.elv pkg/elvdoc: Move directives to the top of comment blocks. 2024-03-22 14:55:02 +00:00
prompt.go Move all elvdocs into .d.elv files. 2022-11-20 21:59:45 +00:00
repl.d.elv website/cmd/md2html: Fix [foo]() (unqualified) outside builtin.html. 2024-01-08 22:45:28 +00:00
repl.go allow user to customize pre-exit hook 2024-03-19 15:35:18 +00:00
state_api_test.go Fixup for #1789. 2024-04-22 16:01:52 +01:00
state_api.d.elv pkg/elvdoc: Move directives to the top of comment blocks. 2024-03-22 14:55:02 +00:00
state_api.go Fixup for #1789. 2024-04-22 16:01:52 +01:00
store_api_test.go Remove most uses of the legacy assignment syntax. 2022-01-03 00:47:41 +00:00
store_api.d.elv Parse comment blocks preceding var and fn declarations as doc comments. 2022-11-22 22:59:31 +00:00
store_api.go Move all elvdocs into .d.elv files. 2022-11-20 21:59:45 +00:00
testutils_test.go Remove edit:-dump-buf. 2022-09-11 15:33:59 +01:00
transcripts_test.go pkg/edit: Fix crash in edit:complete-filename when given no arguments. 2024-05-03 14:56:40 +01:00
vars_test.elvts pkg/eval/evaltest: Setups no longer propagate by default. 2024-02-20 22:24:40 +00:00
vars.d.elv Standardize spelling: UNIX -> Unix. 2023-01-04 18:09:11 +00:00
vars.go Trivial cleanups. 2024-03-22 11:20:35 +00:00