Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9587
    hihihlo
    Participant
    1. bug of new marker feature :

    uncheck “match case” option of a marker item,
    it will highlight nothing about that item !

    2. bug of keyboard map dialog :

    double click a item in “keyboard map”,
    add/modify a shortcut key and press OK button,
    emeditor always crazy/exception if press Close button before data write complete
    (using v11 beta 2, portable version)

    3. Could you add a ToggleMarkerAddDel command ?

    (assume I assign the command to F6)
    if a word at cursor not in markers ==> press F6 add the word to markers
    if a word at cursor in markers already ==> press F6 delete the word from markers
    if has selection ==> press F6 such as above behavior, but retrieve selection rather than word at cursor
    —– below is just the reason of why need ToggleMarkerAddDel command —–
    for example, I need keep marker golbal vari “aa” and “bb” when I trace code,
    and usually need highlight/unhighlight local vari such as “cc”, “dd” or “return”,
    command “enable/disable all” or “delete all” can’t help me.
    use hotkey/shortcut key is more huge handy than mouse.

    4. bug of regular expression search :

    if document text is “aaa bbb ccc”,
    and find pattern is “[a-z]+[ ]”,
    it found & highlight “aaa ” at first time,
    and find next will be “aa ” –> “a ” –> “bbb ” –> “bb ” …
    The bug happen on both find and replace !

    #9592
    owilsky
    Participant

    —– below is just the reason of why need ToggleMarkerAddDel command —–
    for example, I need keep marker golbal vari “aa” and “bb” when I trace code,
    and usually need add/delelte local vari such as “cc”, “dd” or “return”,
    command “enable/disable all” or “delete all” can’t help me.
    use hotkey/shortcut key is more huge handy than mouse.

    I think this is really a great idea.

    #9624
    Yutaka Emura
    Keymaster

    Hello hihihlo,

    I fixed bugs 1 and 2. Thank you.

    3. Since we are about to release v11, we might add this feature in future versions.

    4. This is currently the specification.

    Thanks for your inputs!

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