- AuthorPosts
- May 22, 2018 at 1:29 pm #23216LTTParticipant
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.
May 22, 2018 at 3:45 pm #23221Yutaka EmuraKeymasterAs 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,
May 23, 2018 at 10:31 am #23224Yutaka EmuraKeymasterOn 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,May 23, 2018 at 2:44 pm #23241Yutaka EmuraKeymasterVersion 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,May 24, 2018 at 12:48 pm #23248LTTParticipanteditor.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.June 5, 2018 at 10:26 pm #23321LTTParticipantSuggestion:
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). - AuthorPosts
- You must be logged in to reply to this topic.