Closed michael-heerdegen closed 10 years ago
candidate-number-limit
I used 100 at first but then changed it to 500. It depends on your typical use cases I guess. I use the en-de dictionary which often returns many entries.
Insert English term
Right, forgot to change that after I found out that there are other dictionaries using that format.
helm-dictionary-word-at-point
I didn't know about helm-yank-text-at-point
. So, yes, I agree, it's perhaps overkill to have an extra command. Alhthough, C-w
uses only the part of the word at point to the left of the cursor. Not sure if I like that behavior.
Thanks for the comments!
Ok, thanks. Let's keep 1. and 3. as is. Can you please DTRT for the hardcoded language names?
Yes, I will take care of it. Thanks for the suggestions.
Just fixed the titles of the actions to use source and target language instead of German and English: 1d6042d085a2924305294d61107ac8cd083392d6
Hi,
after working a bit with the code, I have questions aboutt the following points:
I think it's not good to hardcode language names, because this package can be used for dictionaries of other languages as well. Maybe we should call the actions "Insert from left|right side" or so?
helm-dictionary-word-at-point' - is this really useful? You can always use C-w (
helm-yank-text-at-point') to insert the current word. Defining an extra command seems a bit like overkill.