Forum Replies Created

Viewing 25 posts - 726 through 750 (of 3,693 total)
  • Author
    Posts
  • in reply to: Large File Controller scroll problem #23334
    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.

    in reply to: Spelling / WordComplete #23333
    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,

    in reply to: Close (All) without Save #23328
    Yutaka Emura
    Keymaster

    I addressed this issue on v17.7.94. Thanks!

    in reply to: Large File Controller scroll problem #23327
    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?

    in reply to: Shortcut key #23326
    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.

    in reply to: Status #23325
    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.

    in reply to: Spelling / WordComplete #23317
    Yutaka Emura
    Keymaster

    I see. This will be fixed on the next version. I am sorry for inconveniences.

    in reply to: Spelling / WordComplete #23305
    Yutaka Emura
    Keymaster

    We addressed all these issues. The next version (v17.7.93) optimized the WordComplete plug-in for speed. Thanks!

    in reply to: Snippet #23304
    Yutaka Emura
    Keymaster

    The next version (v17.7.93) addressed this issue. Thanks!

    in reply to: Current Directory #23303
    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,

    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.

    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,

    in reply to: Status #23296
    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,

    in reply to: Status #23291
    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,

    in reply to: Spelling / WordComplete #23290
    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,

    in reply to: Regex Find and Move #23288
    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.

    in reply to: Large File Controller scroll problem #23280
    Yutaka Emura
    Keymaster

    We are fixing that issue on the next version (v17.7.93). Thanks!

    in reply to: Regex Find and Move #23275
    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.

    in reply to: Spelling / WordComplete #23274
    Yutaka Emura
    Keymaster

    On 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,

    in reply to: Active String #23271
    Yutaka Emura
    Keymaster

    Thanks for clarification. This issue will be fixed on the next beta.

    Yutaka Emura
    Keymaster

    Thanks for your email. The issue will be fixed on the next beta.

    in reply to: Spelling / WordComplete #23269
    Yutaka Emura
    Keymaster

    We fixed the Issue 2-2 on the next beta.
    Thanks,

    in reply to: Indent #23268
    Yutaka Emura
    Keymaster

    Issue 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,

    in reply to: Outline #23266
    Yutaka Emura
    Keymaster

    This issue will be addressed on the next beta. Thanks!

    in reply to: Active String #23265
    Yutaka Emura
    Keymaster

    Hello,
    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,

Viewing 25 posts - 726 through 750 (of 3,693 total)