Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #22005
    LTT
    Participant

    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.

    #22008
    Yutaka Emura
    Keymaster

    Hello,

    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,

    #22019
    LTT
    Participant

    Sorry 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”.

    #22020
    LTT
    Participant

    Oh… 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 Picker

    #22021
    Yutaka Emura
    Keymaster

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

    #22023
    LTT
    Participant

    Hovered = 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.

    #22026
    Yutaka Emura
    Keymaster

    This will be addressed on the next version.

    Thanks,

    #22329
    LTT
    Participant

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

    #22347
    Yutaka Emura
    Keymaster

    Hello LTT,

    All these issues will be fixed on the next version.
    Thanks!

    #26543
    LTT
    Participant

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

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