Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23216
    LTT
    Participant

    Issue 1:
    When enabled, unable to capture the text by using other softwares.
    If this is inevitable, is it possible to add a command as an instant toggle?

    Issue 2:
    When enabled, the scrolling is slower.
    Can this be optimized?

    Issue 3-1:
    ** When enabled, the background color for the current line seems not working properly on wrapped lines.
    Move the cursor up and down in wrapped lines to see it.

    Issue 3-2:
    Customize the background color for the current line.
    No warp.
    Add some Tabs in a line.
    Wrap by window.
    ** In the current line (not logical), the part from the 1st character to the last Tab becomes blank.

    Issue 4:
    ** When there are 2 or more windows, only the current window follows the setting change.
    ** By the way, so do the Markers.

    Issue 5:
    The view changes instantly as we change the settings. So if I change some setting but cancel the dialog, should the view not revert?

    Issue 6:
    Win 7 Classic theme, if relevant.
    When Text Rendering is disabled, the node image in Outline Guide is triangle.
    When enabled, the node image is [+].
    Is this as expected?

    By the way, “AltNodeImage” has no effect for Win 7 Classic theme? Always triangle here.

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

    #23224
    Yutaka Emura
    Keymaster

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

    #23241
    Yutaka Emura
    Keymaster

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

    #23248
    LTT
    Participant

    editor.RefreshCommonSettings() is exactly what I was longing for.
    I missed reading the changelog of v17.5. Thanks for telling me this.
    And thanks for the tireless enhancement!

    Issue 4-2:
    Changing the settings in “Customize” dialog, only the current window follows the change instantly.

    #23321
    LTT
    Participant

    Suggestion:

    After a period of using, I feel it would be better to have 2 commands:
    Use DirectWrite in this tab.
    Use DirectWrite in all tabs/windows.

    Or add an option:
    Synchronize Text Rendering (in all tabs/windows).

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.