Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterWe found there was a difference in the Windows system behavior between Windows 7 and Windows 10. You can see the Large File Bar scrolls up and down if you set focus (click) on any text box in the Large File Bar. This issue will be fixed on the next beta version.
Yutaka Emura
KeymasterThe 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,
Yutaka Emura
KeymasterI addressed this issue on v17.7.94. Thanks!
Yutaka Emura
KeymasterI use Logitech mouse (without Logitech driver) on Windows 10, but I don’t see any issues. Can you check if you use the latest mouse driver, or can you uninstall the Logitech mouse driver?
Yutaka Emura
KeymasterI removed the 2-step shortcut key feature on v17.7.94 for now. I am not sure if I restore this feature in the future.
Yutaka Emura
KeymasterAs for Issue 1-2, I am not sure why it’s blank, but I see a character code in this field in the status bar. A character code should appear when no selection exists or only one character is selected.
Yutaka Emura
KeymasterI see. This will be fixed on the next version. I am sorry for inconveniences.
Yutaka Emura
KeymasterWe addressed all these issues. The next version (v17.7.93) optimized the WordComplete plug-in for speed. Thanks!
Yutaka Emura
KeymasterThe next version (v17.7.93) addressed this issue. Thanks!
Yutaka Emura
KeymasterThe next beta version (v17.7.93) will allow you to enter a relative path to this Dictionary file in the Word Complete plug-in.
Thanks,June 3, 2018 at 12:24 pm in reply to: Auto replacement from CJK Compatibility Ideographs to CJK Unified Ideographs #23302Yutaka Emura
KeymasterI am sure you should be able to do just that by writing a macro. Please write specs in details if you need me to help you writing such that macro.
June 2, 2018 at 8:58 am in reply to: Fails to open files that start with a letter withn CJK symbols and punctuation. #23298Yutaka Emura
KeymasterHello,
Which version of EmEditor are you using? If you are using v17.8.0 beta 2, there is a bug, and you can go to the Status page of the Customize dialog box, and reset “Character Code at Cursor” check box, or you might want to wait until beta 3 becomes available shortly. Thanks,Yutaka Emura
KeymasterCurrently, it is the number of newlines in the selection if the end of the selection is at the left edge of the editor (Col: 1 position), or it is that PLUS ONE if the end of the selection is Col: 2 or larger.
We will fix the Help.
Thanks,Yutaka Emura
KeymasterHello,
We are fixing the Issue 1, 2, and 3 on the next beta (v17.7.93).
I would like to clarify your questions.
As for Issue 4, I see the status bar shows correctly. For instance, if the total number of lines is 10, and only a word is selected, the status bar shows “1/10 lines”. Can you explain more details?
As for Issue 5, can you explain which page you are talking about, and how we should correct the page?
Thanks,
Yutaka Emura
KeymasterHello,
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,Yutaka Emura
KeymasterI looked at both Boost.Regex and Onigmo syntax specs, but I couldn’t find information regarding the maximum number you can specify in {n,m}. However, EmEditor has the limit of 10,000 you can specify in the “Additional Lines to Search for Regular Expressions” text box. Please note that the larger you specify, the slower EmEditor becomes.
Yutaka Emura
KeymasterWe are fixing that issue on the next version (v17.7.93). Thanks!
Yutaka Emura
KeymasterHello,
I would like to clarify your question in order to help you.
Is the “Cat1…” line always immediately above the “Dog1…” line?
If so, set the Use Regualr Expression option, and replace(Cat.*?Cat2.*?)\n(Dog1.*?Dog2.*?)\n
with
\2\1\n
If not, please figure out the maximum number of lines that exist between the “Cat1…” line and the “Dog1…” line. If it is 10 lines, you can replace:
(Cat.*?Cat2.*?)\n{1,10}(Dog1.*?Dog2.*?)\n
with
\2\1\n
and also go to the Advanced button in the Replace dialog box, and enter “10” to the “Additional Lines to Search for Regular Expressions” text box.
I hope this helps.
Yutaka Emura
KeymasterOn 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,
Yutaka Emura
KeymasterThanks for clarification. This issue will be fixed on the next beta.
May 27, 2018 at 11:32 am in reply to: "Filter in the Large File Controller custom bar" problems #23270Yutaka Emura
KeymasterThanks for your email. The issue will be fixed on the next beta.
Yutaka Emura
KeymasterWe fixed the Issue 2-2 on the next beta.
Thanks,Yutaka Emura
KeymasterIssue 1: We changed the behavior of Line Indent-related commands par your comment on the next beta. This change also applies to Tab/Shift+Tab commands. Please let us know if anyone believes this change should be an option.
Issue 2: We fixed this issue on the next beta.
Thanks,
Yutaka Emura
KeymasterThis issue will be addressed on the next beta. Thanks!
Yutaka Emura
KeymasterHello,
I would like to clarify your question.
What is the Application key? Is it the Alt key?
How did you assign your key?
Also, how did you assign Active String (“stings enclosed by double-quotation marks” – “Right Clicked”)?
Is “Active String” a path to a macro file? For instance, is it actually something like “C:\test\test.jsee”?
Thank you,- AuthorPosts