Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterWe’ve changed the behavior. On the next beta version (v17.7.91), double-clicking a single space/tab will actually select that space/tab only.
Thanks,Yutaka Emura
KeymasterAs for Issue 1, the following macro can toggle the Directwrite option.
b = editor.GetProfileInt( eeRegCommon, "", "UseDirectWrite", 0 ); editor.WriteProfileInt( eeRegCommon, "", "UseDirectWrite", b ? 0 : 1 ); editor.RefreshCommonSettings();
We will also consider adding the command for this.
As for Issue 6, yes, the triangle node image is expected.
We will look into the other issues.
Thanks,
Yutaka Emura
KeymasterWe are fixing the first issue.
The Adjust Separator Positions (Visible Lines Only) command should adjust separator positions only on filtered text.
Thanks,May 22, 2018 at 3:36 pm in reply to: Using "Increase Line Indent" command when there's no selection causes crash #23219Yutaka Emura
KeymasterWe are fixing the crash problem.
The fact is both “Ignore” and “crash” buttons will crash anyway. The next version will include only “Crash” button when there is no choice. In some cases, “Ignore” will work during a file opening.
Thanks,Yutaka Emura
KeymasterThese background/foreground-color-inversed characters are similar to caret notations except that carets are replaced with inversed representation. Please see :
https://en.wikipedia.org/wiki/Caret_notationThis way the control characters are readable while still preserving the width of each character.
Thanks,
Yutaka Emura
KeymasterHi Yang Yang,
I reproduced the > symbols when opened as UTF-8 with EmEditor. Since the binary sequences can’t be decoded with UTF-8, invalid characters appear. Please use the Western European encoding or Binary (ASCII view) to open the file.
Thanks,Yutaka Emura
KeymasterHi Yang Yang,
It looks that the file was opened with a wrong encoding with EmEditor because the > symbol shouldn’t appear. What are those character code value(s)? Can you make sure if you use the same encoding to open the file as the other editor, and use the same font? Can you also please try opening the file with Binary (ASCII view) with EmEditor?
Thanks,Yutaka Emura
KeymasterHello Yang Yang,
How about the Show Control Characters option in the Marks page of configuration properties?
Yutaka Emura
KeymasterWe fixed Issue 3 and 5 on v17.7.0. We will think about other issues in the future.
Thanks!Yutaka Emura
KeymasterWe will think about Issue 7, 9, and 12.
Issue 11 is the specs. Keyboard Map always needs the command list.
We are fixing all the other issues.
Thanks!Yutaka Emura
KeymasterWe are fixing this issue on the next version. Thanks!
Yutaka Emura
KeymasterI will address all these issues. Thanks!
Yutaka Emura
KeymasterHello LTT,
I am fixing the Issue 2.
The Issue 1 is an intentional behavior. Similar to the Select Word command (ALT + F8), EmEditor will try to select the right-side word if the cursor is at the right side of the space/tab, or select the left-side word if the cursor is at the left side of the space/tab. I believe most users would want to select a neighboring word rather than a space/tab. If you would like to select a space/tab, you can use SHIFT + RIGHT or SHIFT + LEFT when the cursor is at the left or right-side of a space/tab.
Thanks!
Yutaka Emura
KeymasterI am addressing all of these on the next version. Thanks!
Yutaka Emura
KeymasterI will fix this on the next version. Thanks!
Yutaka Emura
KeymasterHello sky,
Please go to the CSV page of the Customize dialog box, select │from the list, and set the Allow delimiters in double quotes check box. I will make this default on the next version. Thank you!May 13, 2018 at 10:50 am in reply to: Changes in Highlight (2) revert after page switched back #23167Yutaka Emura
KeymasterI reproduced the issue. Thanks!
Yutaka Emura
KeymasterI reproduced the issue, and it will be fixed on the next version.
Thank you!Yutaka Emura
KeymasterI am not sure what the issue is. Can’t you scroll horizontally when you switch to Configuration B? You don’t see the horizontal scroll bar?
Yutaka Emura
KeymasterHello LTT,
This issue will be fixed on the next version.
Thank you!Yutaka Emura
KeymasterCurrently, EmEditor active strings are related to highlighting, and those issues happen as you experienced. In order to resolve this issue, lots of code changes will be necessary and it might take some time. I will consider that in future versions.
Thanks,Yutaka Emura
KeymasterThe next beta version will quote those cells that contain the delimiter or double quotes.
Thanks!Yutaka Emura
KeymasterThis is the specs. Since the Incremental Search option is turned on, the string in the Filter toolbar should be always filtered as you type in.
Yutaka Emura
KeymasterI reproduced the issue, and will be fixed on the next version.
Thanks!Yutaka Emura
KeymasterI will address the issue on the next version.
Thank you.- AuthorPosts