Forum Replies Created

Viewing 25 posts - 726 through 750 (of 3,662 total)
  • Author
    Posts
  • in reply to: Selecting; Moving; Theme; Incremental; SearchList #23223
    Yutaka Emura
    Keymaster

    We’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,

    in reply to: Text Rendering #23221
    Yutaka Emura
    Keymaster

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

    in reply to: Filter #23220
    Yutaka Emura
    Keymaster

    We are fixing the first issue.
    The Adjust Separator Positions (Visible Lines Only) command should adjust separator positions only on filtered text.
    Thanks,

    Yutaka Emura
    Keymaster

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

    in reply to: Better hex display in text mode #23213
    Yutaka Emura
    Keymaster

    These 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_notation

    This way the control characters are readable while still preserving the width of each character.

    Thanks,

    in reply to: Better hex display in text mode #23211
    Yutaka Emura
    Keymaster

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

    in reply to: Better hex display in text mode #23210
    Yutaka Emura
    Keymaster

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

    in reply to: Better hex display in text mode #23208
    Yutaka Emura
    Keymaster

    Hello Yang Yang,

    How about the Show Control Characters option in the Marks page of configuration properties?

    in reply to: Multiple Selection Editing #23201
    Yutaka Emura
    Keymaster

    We fixed Issue 3 and 5 on v17.7.0. We will think about other issues in the future.
    Thanks!

    in reply to: Keyboard Map / Quick Launch #23191
    Yutaka Emura
    Keymaster

    We 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!

    in reply to: Display issue in split panes #23179
    Yutaka Emura
    Keymaster

    We are fixing this issue on the next version. Thanks!

    in reply to: CHM #23178
    Yutaka Emura
    Keymaster

    I will address all these issues. Thanks!

    in reply to: Selecting; Moving; Theme; Incremental; SearchList #23177
    Yutaka Emura
    Keymaster

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

    in reply to: Keyboard Map / Quick Launch #23176
    Yutaka Emura
    Keymaster

    I am addressing all of these on the next version. Thanks!

    in reply to: Filter > Select > Delete Line #23175
    Yutaka Emura
    Keymaster

    I will fix this on the next version. Thanks!

    in reply to: eeCompare report problem #23174
    Yutaka Emura
    Keymaster

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

    Yutaka Emura
    Keymaster

    I reproduced the issue. Thanks!

    in reply to: Wrapped text invisible #23166
    Yutaka Emura
    Keymaster

    I reproduced the issue, and it will be fixed on the next version.
    Thank you!

    in reply to: Wrapped text invisible #23163
    Yutaka Emura
    Keymaster

    I 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?

    in reply to: Outline Guide chaos #23162
    Yutaka Emura
    Keymaster

    Hello LTT,
    This issue will be fixed on the next version.
    Thank you!

    in reply to: Active String #23156
    Yutaka Emura
    Keymaster

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

    in reply to: eeCompare report problem #23155
    Yutaka Emura
    Keymaster

    The next beta version will quote those cells that contain the delimiter or double quotes.
    Thanks!

    in reply to: Filter Toolbar: Incremental + Abort #23154
    Yutaka Emura
    Keymaster

    This 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.

    in reply to: Filter > Select > Delete Line #23153
    Yutaka Emura
    Keymaster

    I reproduced the issue, and will be fixed on the next version.
    Thanks!

    in reply to: " Min Size to Use Temporary File" problem #23134
    Yutaka Emura
    Keymaster

    I will address the issue on the next version.
    Thank you.

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