Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterThis issue will be fixed on the next beta. Thank you!
May 24, 2018 at 8:02 am in reply to: "Filter in the Large File Controller custom bar" problems #23247Yutaka Emura
KeymasterHello sky,
Does EmEditor display the same dialog box even if you open the entire file (or without Large File Controller)?
If the dialog box appears only when you specify a filter, then this might be a bug. In this case, would you please send me a sample file so that we can reproduce the issue?
If the dialog box appears both when you open the entire file and when you specify a filter, this is an intentional behavior, and cancelling the dialog box will close the file.
Thanks,
Yutaka Emura
KeymasterVersion 17.7.91 will fix the Issue 3-1 and 3-2, 4 and 5.
We will try to optimize for scrolling speed in the future.
Thanks,Yutaka Emura
KeymasterIssue 1 is actually an intentional behavior. Users can be distracted if red wiggly line appears while typing. However, the next version will show red wiggly line if the cursor moves from the bottom position to another position.
Issue 2: this will be fixed on v17.7.91.
Issue 3: I am not sure exactly what this means. Type “Capitl”, and do you want EmEditor to show “capital” instead?
Yutaka Emura
KeymasterYou can change or define a new delimiter in the CSV page of the Customize dialog box. Additionally, if you want EmEditor to detect CSV automatically, you can go to File page of configuration properties – “CSV files to detect” list box.
Yutaka Emura
KeymasterOn the next beta version (v17.7.91), we added the Use DirectWrite command, which can be accessible from the arrow button on the right side of the Fonts button on the toolbar.
Thanks,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?
- AuthorPosts