Forum Replies Created
- AuthorPosts
- October 2, 2011 at 3:39 am in reply to: Find in Files; Independent Process; Pinned; Recent File List #9709
Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi 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.
September 30, 2011 at 9:55 pm in reply to: Find in Files; Independent Process; Pinned; Recent File List #9704Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi LTT,
Can you please let me know which font you are using to reproduce this issue? Thanks!
Yutaka Emura
KeymasterI will work on optimizations in future versions. Thanks!
Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi Deipotent,
This is one of features I would like to add in future versions. Thanks!
Yutaka Emura
KeymasterI might consider this in future versions.
Thank you!
Yutaka Emura
KeymasterHi,
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!
Yutaka Emura
KeymasterHi scriptkit,
You should be able to select a tab using the mouse or keyboard. Can you please describe more in details? Thanks!
Yutaka Emura
KeymasterI will have the F1 work in the Output window.
Thanks!Yutaka Emura
KeymasterHello 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.
Yutaka Emura
KeymasterWe might work on improving the spell checker in future versions. Thanks!
September 22, 2011 at 4:06 am in reply to: Bug: The Undo function can irreversibly corrupt editted text #9658Yutaka Emura
KeymasterHello atnak,
I reproduce the issue, and will fix it in future versions.
Thank you!
Yutaka Emura
KeymasterI reproduced this issue. Thanks!
Yutaka Emura
KeymasterHi 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.
September 16, 2011 at 4:58 pm in reply to: Smaller more regular updates including new features… #9649Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi 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!
September 16, 2011 at 4:37 pm in reply to: Regex bug related to ignoring r when regex operator appears after it #9647Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi Kalum,
I believe I fixed this issue on RC 2.
Thank you!
Yutaka Emura
KeymasterThe 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.
Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi 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!
Yutaka Emura
KeymasterHi 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!
- AuthorPosts