universal-ctags / citre

A superior code reading & auto-completion tool with pluggable backends.
GNU General Public License v3.0
326 stars 26 forks source link

* citre-basic-tools.el (citre-create-tags-file): update read-char-cho… #74

Closed tumashu closed 3 years ago

tumashu commented 3 years ago

…ice prompt.

tumashu commented 3 years ago
Citre save tags file.
[1] Save to a directory specified.
[2] Save to global cache directory.
[3] Save to project cache directory.
[4] Save to a file specified (modify `citre-tags-file-alist' is required).
==> Please type a number (1-4) to choose: 

个人感觉这个 prompt 可能更漂亮一点 :-)

AmaiKinono commented 3 years ago

Thanks! However, I do think some of the words are not clear as before. What do you think of:

Save tags file to...
[1] the directory where I want to use it.
[2] global cache directory.
[3] project cache directory.
[4] I'll choose a file myself (modify `citre-tags-file-alist' is then required to use it).
==> Please type a number (1-4) to choose: 
tumashu commented 3 years ago

@AmaiKinono 看起来也不错,pr 更改了

AmaiKinono commented 3 years ago

Thanks!