elvish/pkg/ui
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
..
color_test.go pkg/ui: Test color.go. 2020-04-01 00:37:09 +01:00
color.go pkg/ui: Rearrange files. 2020-03-31 23:11:59 +01:00
key_test.go pkg/ui: Export ParseKey and move ToKey to pkg/edit. 2020-03-31 23:05:41 +01:00
key.go Convert "XXX" to "TODO" comments 2020-08-16 16:29:34 +01:00
style_test.go pkg/ui: Add more tests. 2020-04-01 22:39:46 +01:00
style.go pkg/ui: Add more tests. 2020-04-01 22:39:46 +01:00
styling_test.go pkg/ui: Add more tests. 2020-04-01 22:39:46 +01:00
styling.go pkg/ui: Make all Styling types comparable. 2020-04-01 22:26:02 +01:00
text_segment_test.go pkg/ui: Add bare-bone tests for text_segment.go. 2020-04-04 01:32:13 +01:00
text_segment.go pkg/ui: Add bare-bone tests for text_segment.go. 2020-04-04 01:32:13 +01:00
text_test.go pkg/ui: Add more tests. 2020-04-01 22:39:46 +01:00
text_util_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
text_util.go [cleanup] pkg: Format files with "gofmt -s". 2020-04-01 00:11:16 +01:00
text.go pkg/util: Move the wcwidth utilities to a new package, and add more tests. 2020-04-06 12:00:01 +01:00
ui.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00