Forum Replies Created

Viewing 25 posts - 1,826 through 1,850 (of 3,662 total)
  • Author
    Posts
  • Yutaka Emura
    Keymaster

    Hi LTT,

    file(1) + file(2).txt will not work because parenthesis ( and ) are included in the file name, and not because spaces are included.

    Thanks!

    in reply to: tab char can't select #9705
    Yutaka Emura
    Keymaster

    Hi jimmy,

    I reproduced this issue under certain condition.

    You can work around this by running RegEdit.exe, and add “UseUniscribe” value as DWORD in the following key:

    HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3Common

    and UseUniscribe = 1

    I will fix this in future versions. I am sorry for any inconveniences.

    in reply to: Find in Files; Independent Process; Pinned; Recent File List #9704
    Yutaka Emura
    Keymaster

    Hi LTT,

    Yes, Customize >> Edit >> Tag Format >> Find should resolve this 4th issue.

    Actually, even if the file name contains spaces (0x20), the default regular expression


    ^([w- :.&$\%~!]*?)(([0-9]+))*.*

    allows tie file name highlighted. Did you try and see any issues?

    Thanks!

    in reply to: tab char can't select #9703
    Yutaka Emura
    Keymaster

    Hi LTT,

    Can you please let me know which font you are using to reproduce this issue? Thanks!

    in reply to: huge slow in vertical mode operate ! #9702
    Yutaka Emura
    Keymaster

    I will work on optimizations in future versions. Thanks!

    in reply to: huge slow in vertical mode operate ! #9696
    Yutaka Emura
    Keymaster

    Hi hihihlo,

    I tried to reproduce this issue, but in my case, the same procedure finishes only in one second. Some users might think this is still too long, but it really depends on many factors. I will continue to optimize all the features in future versions. Thanks!

    in reply to: Highlight/Colour matching tags… #9694
    Yutaka Emura
    Keymaster

    Hi Deipotent,

    This is one of features I would like to add in future versions. Thanks!

    in reply to: Too Many Characters On A Single Line #9693
    Yutaka Emura
    Keymaster

    I might consider this in future versions.

    Thank you!

    in reply to: tab char can't select #9691
    Yutaka Emura
    Keymaster

    Hi,

    I am using the latest version (v11.0.1), and I can’t reproduce your issue. Maybe, you can reset all settings of EmEditor, and see if you can reproduce the issue. To reset settings, the easiest way is to uninstall EmEditor, and during uninstall, you may be asked to save settings so please select “No”. Then you can install EmEditor again.

    Thanks!

    in reply to: tab char can't select #9687
    Yutaka Emura
    Keymaster

    Hi scriptkit,

    You should be able to select a tab using the mouse or keyboard. Can you please describe more in details? Thanks!

    in reply to: F1 in output panel #9684
    Yutaka Emura
    Keymaster

    I will have the F1 work in the Output window.
    Thanks!

    in reply to: Too Many Characters On A Single Line #9683
    Yutaka Emura
    Keymaster

    Hello Jamil,

    Unlike number of lines in the document, there is a limit on the size of characters on a line. The limit of the size of characters on a line depends on the available memory, and even if there is enough memory, the limit is less than 2GB. I am sorry for inconveniences.

    in reply to: Spell Checker refinements and ui improvements. #9664
    Yutaka Emura
    Keymaster

    We might work on improving the spell checker in future versions. Thanks!

    in reply to: Bug: The Undo function can irreversibly corrupt editted text #9658
    Yutaka Emura
    Keymaster

    Hello atnak,

    I reproduce the issue, and will fix it in future versions.

    Thank you!

    in reply to: Minor Issue in Find Dialog v11.0.0 #9656
    Yutaka Emura
    Keymaster

    I reproduced this issue. Thanks!

    in reply to: EmEditor Professional v11 RC 2 (10.9.3) #9652
    Yutaka Emura
    Keymaster

    Hi Deipotent,

    2) In my words, “Highlight” means the red-green highlight. “selection” means the light-blue text. If you switch between “cd” and “abcde” and if no match is found, the “selection” is not changed, but the “highlight” is correctly switched. This is the correct behavior.

    3) If EmEditor performs the search every time you click “Match Case” or “Regex”, the selection may proceed to the next occurrence. This may be inconvenience to some users.

    in reply to: Smaller more regular updates including new features… #9649
    Yutaka Emura
    Keymaster

    Hi Deipotent,

    I would also like to increase the frequency of major upgrades. However, it is difficult to keep translations of the international UI other than English updated. We need to ask translators every time we do major upgrades. This takes time. Also we spend a lot of time to support customers. Many customers don’t need more features, buy they only want stable versions. Therefore, realistically, we could only do the major upgrades once a year. However, I would really like to do major upgrades more frequently if possible. We might do more than once a year in next coming versions. Thanks so much for your inputs!

    Thank you!

    in reply to: EmEditor Professional v11 RC 2 (10.9.3) #9648
    Yutaka Emura
    Keymaster

    Hi Deipotent,

    1) This is the specification according to a customer’s request. If only one character is selected and the mouse cursor is at the end (right) of the selection, the status bar shows the character code to the right of the selection even though the different character is selected. Thus we already changed the specification according to the customer’s request.

    2) I reproduce this behavior, but this not a bug. It simply cannot find the next string so the selection is not changed. Some users would be unhappy if the selection changes when no string is found. Highlighting is correct.

    3) This is the specification. It is difficult to describe, but highlighting would not change just by changing the options. You will need to change the text in order to change the highlighting.

    4) Currently, EmEditor cannot highlight more than one line of strings (or including a new line). Since “: +([[:alnum:];.]+)n” includes a new line ‘n’, it cannot highlight the string.

    Thank you!

    Yutaka Emura
    Keymaster

    Hi Deipotent,

    As you wrote, EmEditor strips out ‘r’ from regular expressions when you use Find. This is because a new line is represented as a ‘n’ and not ‘rn’ no matter whether ‘r’ or ‘n’ or ‘rn’ is used for a new line. Currently, this is the specification because many users were confused whey they needed to specify ‘r’ or ‘rn’ for a new line in earlier versions.

    When you specify a new line, please use ‘n’, and not ‘r’.

    Thank you!

    in reply to: EmEditor Professional v11 RC 1 (10.9.2) #9642
    Yutaka Emura
    Keymaster

    Hi Kalum,

    I believe I fixed this issue on RC 2.

    Thank you!

    in reply to: EmEditor Professional v11 RC 1 (10.9.2) #9641
    Yutaka Emura
    Keymaster

    The issue you posted was not related to the IVS.

    I have seen your screencast, but it was hard for me to reproduce the issue.
    Can you explain which key you have to press to reproduce this issue using the Thai keyboard, or may be EmEditor’s Insert Special Character command. I am using English keyboards, and I don’t know which key sequence do I have to press in Thai keyboard, or which Unicode characters I have to enter.

    Thanks for your patience.

    in reply to: EmEditor Professional v11 RC 1 (10.9.2) #9638
    Yutaka Emura
    Keymaster

    Hi Flint,

    Thanks for finding the cause of this. Nevertheless, this is still a potential bug, so I am fixing this. When the previous EmEditor window was launched as an administrator, the next EmEditor should open the file separately.

    Thank you!

    in reply to: Find in Files #9636
    Yutaka Emura
    Keymaster

    Hi JohnQSmith,

    I am sorry, but that is not possible with EmEditor. If you need this feature, I might consider that in future versions.

    Thank you!

    in reply to: EmEditor Professional v11 RC 1 (10.9.2) #9635
    Yutaka Emura
    Keymaster

    Hi Flint,

    I can’t reproduce your issue. It seems your txt file associations are not correct.
    Can you try associating another file extension (such as .log) from the EmEditor tools menu, Customize, File tab, click Associate with EmEditor button, and then add .log to the list. Then please try opening from Explorer. If this works and if .txt doesn’t work, you might want to remove .txt from the association list, and add again. You can also try uninstalling EmEditor completely, and the try installing EmEditor again.

    I hope this helps.

    P.S. The “Customize Toolbar” dialog is a part of the OS.

    Thanks!

    in reply to: EmEditor Professional v11 RC 1 (10.9.2) #9631
    Yutaka Emura
    Keymaster

    Hi Athan,

    These are not bugs, and I decided not to work on these issues at this version. Maybe I will consider these in future versions.

    Thanks for trying EmEditor RC 1 so soon!

Viewing 25 posts - 1,826 through 1,850 (of 3,662 total)