- AuthorPosts
- July 4, 2017 at 8:18 am #22005LTTParticipant
Setting:
Hexadecimal colors: Right Click: Color Picker.Color Picker opened after Right Clicking.
** Now if you cancel the Color Picker, the Context Menu will open.So, in such cases, the default action should be prevented.
Actually all the default actions are involved:
Left Double-click: Word selecting mode.
Middle Click: Scroll mode.
Left Click: (In the above case, nothing happens because it has no default action.)As for “Hover” event:
I think the assigned action should be prevented from being triggered again and again instantly.
For example, if the action is “Decode and Show as Tooltip”, it should not be triggered again until the tooltip closed.July 6, 2017 at 9:54 am #22008Yutaka EmuraKeymasterHello,
I can’t reproduce the issue. Are you using the latest version (v16.9.3)? If you change your settings please me know your settings in details, or send me your registry file (or INI files) after zipped or screenshots.
Thanks,
July 9, 2017 at 2:27 am #22019LTTParticipantSorry about the delay…
You can’t reproduce either of them?
All can be reproduced with just default settings (v16.9.3):
Right-click issue is the simplest one.
No more info I can think of to add.Middle-click issue:
Only when the view is scrollable.
Add enough lines, or make the window small.Double-click issue:
Left-click Action should be “None”.July 9, 2017 at 5:16 am #22020LTTParticipantOh… not really “just default settings” of course.
The relevant Settings should be set:Hex Colors:
L-Clicked = None
D-Clicked = Color Picker
Or/And:
M-Clicked = Color Picker
Or/And:
R-Clicked = Color PickerJuly 9, 2017 at 1:43 pm #22021Yutaka EmuraKeymasterHello LTT,
I understand, and I fixed the issue. As for
As for “Hover” event:
I think the assigned action should be prevented from being triggered again and again instantly.
For example, if the action is “Decode and Show as Tooltip”, it should not be triggered again until the tooltip closed.This example shouldn’t be an issue because EmEditor won’t show more than one tooltip at a time. However, if the selected action is something like “Open an URL”, then multiple instances of a browser might open. Is this the case you want to prevent?
Thanks,
July 10, 2017 at 4:44 am #22023LTTParticipantHovered = Decode and Show as Tooltip
When hovering mouse on a very long string, I saw the tooltip keep flickering (and CPU usage high), till I pressed Esc key (not always working). But would happen again after mouse moving.
So I thought of it that way.
Hope you will find the real reason and fix it.Hovered = Open URL
I don’t think one would use it this way.
But surely it would be best if such uses can be optimized.July 11, 2017 at 11:16 am #22026Yutaka EmuraKeymasterThis will be addressed on the next version.
Thanks,
August 29, 2017 at 2:21 pm #22329LTTParticipantBoth URLs and Percent-encoding: Hovered = Decode and Show as Tooltip
When a Percent-encoding string in a URL is hovered, the tooltip will flicker.
When a Percent-encoding string is selected and hovered, the tooltip will not show.Colors:
When it is not selected, after the value is changed via Color Picker, the string will not be redrawn immediately.
When it is selected, after the value is changed via Color Picker, and the length of the string is changed, I think the length of the selection should also change correspondingly.Marker / Search string (1):
L-Clicked = None + Select String before Action. Not working.
D-Clicked = None + Select String before Action. Not working.
M-Clicked = None + Select String before Action. Works but triggers scroll mode.
R-Clicked = None + Select String before Action. Works but triggers context menu.BTW,
In Start Window:
R-click to popup the menu,
Then Alt or Esc to close the menu.
But this also triggers the context menu of the main window.September 1, 2017 at 9:32 am #22347Yutaka EmuraKeymasterHello LTT,
All these issues will be fixed on the next version.
Thanks!January 2, 2020 at 7:20 am #26543LTTParticipant> Colors:
> When it is selected, after the value is changed via Color Picker, and the length of the string is changed, I think the length of the selection should also change correspondingly.▲ Could this be optimized?
e.g. when #800 is changed to #800000. - AuthorPosts
- You must be logged in to reply to this topic.