Forum Replies Created
- AuthorPosts
- Yutaka Emura Keymaster- I reproduced both issues (Adjust Visible Lines Only, and last 2nd empty line visible), and they will be fixed on the next beta (v17.7.95). 
 Thank you!- Yutaka Emura Keymaster- We reproduced this issue, and it will be fixed on the next beta version. I am NOT sure if I can support this X-Mouse behavior completely in EmEditor and its plug-ins, but let me know if there are any other issues. Thanks, - Yutaka Emura Keymaster- I am not sure if I understand your question. In my test, the current line in pane 2 changes as I add/remove lines in pane 1. - Yutaka Emura Keymaster- We reproduced this issue, and it will be fixed on v17.9.95. - Yutaka Emura Keymaster- As for the first one, we changed the behavior par your comment on the next beta (v17.7.95). Thanks, - Yutaka Emura Keymaster- As 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, - Yutaka Emura Keymaster- Currently, “(Whole Document)” does the entire documents even if some lines are filtered out. I will think about adding a new command that can adjust only filtered lines in the entire document. - I can’t reproduce the bug. I would appreciate if you could let me know how to reproduce it. - As for Issue 2, I assume it is a negative filter, and I will fix it on the next beta. - As for Suggestion, if you choose “Display Coordinates” in the General page of configuration properties, you will see the line number according to the filtered result. - Yutaka Emura Keymaster- We 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 Keymaster- The 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 Keymaster- I addressed this issue on v17.7.94. Thanks! - Yutaka Emura Keymaster- I 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 Keymaster- I 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 Keymaster- As 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 Keymaster- I see. This will be fixed on the next version. I am sorry for inconveniences. - Yutaka Emura Keymaster- We addressed all these issues. The next version (v17.7.93) optimized the WordComplete plug-in for speed. Thanks! - Yutaka Emura Keymaster- The next version (v17.7.93) addressed this issue. Thanks! - Yutaka Emura Keymaster- The 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 #23302- Yutaka Emura Keymaster- I 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. #23298- Yutaka Emura Keymaster- Hello, 
 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 Keymaster- Currently, 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 Keymaster- Hello, - 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 Keymaster- Hello, - 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 Keymaster- I 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 Keymaster- We are fixing that issue on the next version (v17.7.93). Thanks! - Yutaka Emura Keymaster- Hello, - 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. 
- AuthorPosts