elvish/pkg/edit
Kurtis Rader 28798ac053 Convert "XXX" to "TODO" comments
I stumbled across a comment that began with "XXX". It was clearly meant as
a "TODO" comment. This changes all such occurrences. However, a few "XXX"
comments are ambiguous and a better prefix might be "WARNING". The "TODO"
prefix at least ensures someone, eventually, looks into the situation
and either rewords the comment or fixes the problem. This change means
everyone can assume searching for "// TODO" will find all such comments
rather than requiring they also know to search for "// XXX".
2020-08-16 16:29:34 +01:00
..
complete Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
highlight Support comments everywhere newline is treated as whitespace. 2020-05-05 00:19:51 +01:00
binding_map_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
binding_map.go pkg/ui: Export ParseKey and move ToKey to pkg/edit. 2020-03-31 23:05:41 +01:00
buf_to_html_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
buf_to_html.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
builtins_test.go pkg/edit: Support a &full flag in edit:redraw. 2019-12-30 23:45:30 +00:00
builtins.go Add $edit:small-word-abbr, and document $edit:{small-word- ''}abbr (#980) 2020-06-13 23:51:12 +01:00
command_api_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
command_api.go pkg/edit: Change the notifier interface to be implemented by *Editor. 2020-05-02 23:28:42 +01:00
complete_getopt_test.go pkg/edit: Support &display to edit:complex-candidate. 2020-01-17 08:05:10 -05:00
complete_getopt.go Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
completion_test.go Remove support for &display-suffix in edit:complex-candidate. 2020-08-16 16:21:29 +01:00
completion.go Remove support for &display-suffix in edit:complex-candidate. 2020-08-16 16:21:29 +01:00
config_api_test.go pkg/edit: Move the add-cmd-filters code to config_api.go. 2020-05-18 00:01:05 +01:00
config_api.go Rewrite pkg/cli/histutil. 2020-07-13 23:46:43 +01:00
default_bindings.go pkg/edit: Support closing the minibuf with Esc. 2019-12-28 22:19:39 +00:00
editor_test.go pkg/edit: Move the add-cmd-filters code to config_api.go. 2020-05-18 00:01:05 +01:00
editor.go Rewrite pkg/cli/histutil. 2020-07-13 23:46:43 +01:00
highlight_test.go pkg/util: Move environment variable names to a new package. 2020-08-16 14:12:48 +01:00
highlight.go Support compile-time deprecation. 2020-04-26 13:14:51 +01:00
hist_store.go pkg/edit: Fix race conditions. 2020-07-14 20:43:11 +01:00
histwalk_test.go pkg/store: Interface -> Store. 2019-12-26 18:09:26 +00:00
histwalk.go Rewrite pkg/cli/histutil. 2020-07-13 23:46:43 +01:00
insert_api_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
insert_api.go Improve doc for abbreviation and words. 2020-06-14 01:29:53 +01:00
instant_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
instant.go pkg/eval: Use eval.ChopLineEnding everywhere for removing line ending. 2020-05-06 23:10:57 +01:00
key_binding.go pkg/edit: Save exceptions in $edit:exceptions. 2020-05-02 23:29:55 +01:00
listing_custom.go pkg/eval: Use eval.ChopLineEnding everywhere for removing line ending. 2020-05-06 23:10:57 +01:00
listing_nonwindows_test.go pkg/store: Interface -> Store. 2019-12-26 18:09:26 +00:00
listing_test.go cli/histutil: Use Store.CmdsWithSeq. 2019-12-27 12:16:04 +00:00
listing_windows_test.go Merge pkg/store/storedefs into pkg/store. 2019-12-26 18:05:13 +00:00
listing.go Rewrite pkg/cli/histutil. 2020-07-13 23:46:43 +01:00
minibuf_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
minibuf.go pkg/edit: Save exceptions in $edit:exceptions. 2020-05-02 23:29:55 +01:00
navigation_test.go pkg/edit: Add $edit:navigation:width-ratio. 2019-12-28 01:28:23 +00:00
navigation.go pkg/edit: Change the notifier interface to be implemented by *Editor. 2020-05-02 23:28:42 +01:00
prompt_test.go pkg/edit: Fix error message when stale transformer fails. 2020-05-03 23:06:08 +01:00
prompt.go pkg/edit: Fix error message when stale transformer fails. 2020-05-03 23:06:08 +01:00
state_api_test.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
state_api.go Merge pkg/cli/el/* into pkg/cli. 2019-12-26 01:15:24 +00:00
store_api_test.go cli/histutil: Use Store.CmdsWithSeq. 2019-12-27 12:16:04 +00:00
store_api.go Rewrite pkg/cli/histutil. 2020-07-13 23:46:43 +01:00
testutils_test.go Support compile-time deprecation. 2020-04-26 13:14:51 +01:00