- AuthorPosts
- May 22, 2018 at 1:30 pm #23217LTTParticipant
Issue 1:
Red wiggly line doesn’t work for the word touching EOF.Issue 2:
Spelling Suggestion doesn’t work when cursor is at the end of the word.Issue 3:
Type “capitl”. The suggestion gives “capital”.
Type “Capitl”. The suggestion gives “Capital”.
Is there a way to make WordComplete obey the user’s first letter capitalization?May 23, 2018 at 12:51 pm #23237Yutaka EmuraKeymasterIssue 1 is actually an intentional behavior. Users can be distracted if red wiggly line appears while typing. However, the next version will show red wiggly line if the cursor moves from the bottom position to another position.
Issue 2: this will be fixed on v17.7.91.
Issue 3: I am not sure exactly what this means. Type “Capitl”, and do you want EmEditor to show “capital” instead?
May 24, 2018 at 12:57 pm #23249LTTParticipant>Issue 1 is actually an intentional behavior. Users can be distracted if red wiggly line appears while typing.
Since red wiggly line appears anywhere else while typing, should EOF be the only exception?———-
Issue 3:
I type “Capi”.
WordComplete (dictionary) shows “capital”.
If I select it, it will be “capital”.
But I hope there’s a way (option) to let it be “Capital”.———-
Issue 2-2:
Spelling Suggestion doesn’t work when cursor is at the end of the word touching the punctuation or the line end.———-
Issue 4:
WordComplete properties:
“Options” page:
Number of Characters: 3.Type 3 letters. The candidate list shows.
Then if I press Backspace key, I think the list should close.May 27, 2018 at 11:30 am #23269Yutaka EmuraKeymasterWe fixed the Issue 2-2 on the next beta.
Thanks,May 28, 2018 at 6:53 pm #23274Yutaka EmuraKeymasterOn the next beta (v17.7.92), we are adding the Never and Keep Original Text when Completes option to the Match Case drop-down list box in the Matching Criteria page of the Word Complete Properties. Thanks,
May 31, 2018 at 5:13 am #23285LTTParticipantIssue A:
“Never and Keep Original Text when Completes” (or “Never”) is used.
** The responding speed is slower when typing.Issue B:
“Never and Keep Original Text when Completes” is used.
Type in a new line:
qwerty tes
Select “test” in the candidate list.
** The text changes to:
qwerty qwerMay 31, 2018 at 5:35 am #23286LTTParticipantIssue 2-2-2:
Spelling Suggestion doesn’t work when cursor is at the end of the word touching the line end.May 31, 2018 at 9:18 am #23290Yutaka EmuraKeymasterHello,
We fixed the Issue B and Issue 2-2-2 on the next beta (v17.7.93).
As for Issue A, the larger the dictionary is, the slower the speed becomes. In order to reproduce the issue, can you please let me know the dictionary you use (and its size)?
Thanks,June 1, 2018 at 3:47 am #23293LTTParticipantIssue 2-3:
Spelling Suggestion doesn’t work when cursor is at the end of the word touching a number, or a non-Latin character. (Where there’s a red wiggly line.)
In a word, is it possible to make Spelling Suggestion work when cursor is at the end of ANY red wiggly line?Issue 2-4:
Is it possible to make “Find Macro Keyword” command also obey such rules?—————
Issue 4-2:
However, I think the candidate list should persist if it is shown manually.—————
Issue A:
Happens only when “Delay Time” = 0.
Can be reproduced by just holding down any alphanumeric key.
It stutters only when either of the two “Never” options is used.The dictionary is the default en_US.dic.
June 4, 2018 at 2:52 pm #23305Yutaka EmuraKeymasterWe addressed all these issues. The next version (v17.7.93) optimized the WordComplete plug-in for speed. Thanks!
June 5, 2018 at 1:25 pm #23311LTTParticipantAll the WordComplete properties are reset in v17.7.93? While its registry data survive.
Do I have to rebuild the settings from zero? Or should I wait for another fix?June 5, 2018 at 6:05 pm #23317Yutaka EmuraKeymasterI see. This will be fixed on the next version. I am sorry for inconveniences.
June 5, 2018 at 11:24 pm #23322LTTParticipantSuggestion 1:
WordComplete Properties:
Is it possible to add an option (for when “Priority” setting is “Last Used Word First”):
The words according to “Dictionaries” options take priority initially (i.e. when I enable WordComplete, and whenever I open a document).Suggestion 2:
Hope the 3 commands (Lowercase/Uppercase/Capitalize) can handle the current word when there’s no selection.June 7, 2018 at 5:39 am #23332LTTParticipantThe relative path seems totally not work now, no matter what the current directory is.
June 7, 2018 at 8:41 am #23333Yutaka EmuraKeymasterThe relative path should be from the Plug-ins folder. For instance, if the plug-ins folder is:
C:\Program Files\EmEditor\PlugIns
the dictionary path will be:
..\Dictionaries\en_US.dic
It doesn’t matter where the current directory is.
Thanks,
June 7, 2018 at 12:54 pm #23336LTTParticipantI see. Thank you for the change.
—————
Issue C:
“Never and Keep Original Text when Completes” is used.
Then when I really want to choose the candidate string, what should I do?
For example,
Type “unes”.
The list gives “UNESCO”.
How do I choose it?—————
Issue D:
2 empty lines. (The 2nd is EOF.)
Type “aa” in the 1st line. The red wiggly line shows.
Move cursor to the 2nd line.
** The red wiggly line vanished.—————
Issue 4-2-2:
Note the 2 lines marked with **:WordComplete properties:
“Options” page:
Number of Characters: 5.Type “strin”.
The candidate list shows.Press Backspace key.
Now it’s “stri”.
The list closed.Show the list manually.
Press Backspace key.
Now it’s “str”.
The list persists. Nice.Press Backspace key.
Now it’s “st”.
** The list closed again.Show the list manually again.
Type “r”.
Now it’s “str”.
** The list closed again.In sum, I think the manually shown list should persist till the user closes it.
June 7, 2018 at 2:24 pm #23339Yutaka EmuraKeymasterAs for Issue C, in this case, you will have to Backspace to delete your text “unes” and type “UNES”. That is the purpose of this “Never and Keep Original Text when Completes” option.
As for Issue 3, we reproduced the issue, and it will be fixed on the next beta.
As for Issue 4-2-2, yes, we fixed this issue.
Thanks,
June 8, 2018 at 12:30 pm #23351LTTParticipantIssue C:
Is it possible to implement that an operation (e.g. Ctrl+Enter) can override the rule to make an exception for once?June 13, 2018 at 12:18 am #23384LTTParticipantIssue D is not fixed yet.
Issue E:
WordComplete needs an option for words in UserDic.bin.Issue F:
The default en_US.dic is CP-1252. Some characters could be displayed incorrectly in the candidate list on different OS’s, e.g.:
Ångström
cliché
clientèle
I converted en_US.dic to UTF-16LE+s (since UserDic.bin is). Seems work well for WordComplete, but not for CheckSpelling.Issue G:
CheckSpelling can recognize the word between 2 non-Latin characters (with no spaces). But WordComplete can not.Issue H:
Type “doc”. The candidate list shows.
“docc”. The list hides.
Press Backspace.
I think the list should show again.Issue I:
When “QAZ” is deleted in the document, it will be cleared from the candidates.
But when “Include All Documents in Group” option is used, and after I closed the other documents in the group, the words from them are still in the candidates, till I detach the tab.—————
Issue J:
“Never and Keep Original Text when Completes” is used.
When both “qaz” and “QAZ” exist in the document, the candidate list displays only the first one (according to the order in the document).
Is this as expected?The description for “Never” in CHM is not quite clear for me:
> For instance, suppose ABC and abc are found in the current document (or a dictionary file).
> If Never is selected, either ABC or abc can be used as a candidate, and typing either A or a displays either ABC or abc.I think “the first one loaded” should be stressed, rather than use “either”.
—————
Suggestion 3:
Hope the candidate list can be cycled to the bottom/top by pressing Up/Down key.
Or make Home/End key also available in the candidate list, since PageUp/PageDown key can be used.June 13, 2018 at 11:08 am #23399Yutaka EmuraKeymasterHello,
I can’t reproduce the issue D. Can you?June 13, 2018 at 11:51 am #23401Yutaka EmuraKeymasterIssue E and G: I am NOT sure what these issues mean. Can you please describe them?
Issue F: I might think about adding a new option to specify the encoding of the dictionary file.
Issue H and I: Since WordComplete is a plug-in and NOT a core feature of EmEditor, it isn’t as flexible. To address these issues, we would make it a core feature of EmEditor, otherwise EmEditor would become much slower.
Issue J: It is an expected behavior by internal code design. We’ll fix the Help in the future.
Suggestion 3: The Home/End key will be available on v17.8.0. Thanks!June 19, 2018 at 6:23 am #23435LTTParticipant> Issue D:
When DirectWrite is off.> Issue E:
CheckSpelling saves the user-added words in UserDic.bin.
But WordComplete doesn’t read this file.> Issue G:
orangオレンジorangオレンジorang
orang橘orang橘orang
orang오렌지orang오렌지orang
You can see the red wiggly line on each “orang”.
Set the text cursor within each “orang” and compare the candidate list.
WordComplete works as expected only in the “オレンジ” line. Apparently you’ve optimized it for kanas.Issue ZZ:
Hope these items in Spelling Suggestion menu will also have the accelerator keys (underlined letters):
Add to Dictionary
Ignore AllJune 19, 2018 at 12:59 pm #23442Yutaka EmuraKeymasterIssue D: We can’t reproduce the issue with EmEditor v17.8.0 whether DirectWrite is on or off. Can you make sure you are using the latest version of EmEditor, and can explain once more in details?
Issue E: WordComplete plug-in does NOT monitor dictionary file changes. If this is important, we might add extra code to monitor those changes.
Issue G: We reproduced the issue, and will fix it on the next version.
Issue ZZ: We will add these accelerators on the next version.
June 20, 2018 at 3:05 am #23445LTTParticipant> Issue D:
+ The wrapping mode should be other than “No Wrap”.> Issue E:
I think this is necessary. But let it be an option.
UserDic.bin is just like the user-defined strings in Highlight (1).June 20, 2018 at 8:17 am #23447Yutaka EmuraKeymasterIssue D: I reproduced the issue. Thank you.
Issue E: I will think about an option in the future. - AuthorPosts
- You must be logged in to reply to this topic.