Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18717
    Andreas
    Participant

    Currently, matching brackets are only highlighted when the cursor is located directly on the bracket. I would like to have the following improvement: Matching brackets shall also be highlighted when the cursor is located somewhere between the matching brackets.

    Example:

    {
        myFunction(myParam);
    }

    • When the cursor is located at the letter “P” in the above code, the round brackets () shall be highlighted.
    • When the cursor is located at the letter “F” in the above code, the curly braces {} shall be highlighted.

    EditPad Pro, for example, behaves like that, and I find it very useful.

    #18718
    Andreas
    Participant

    In EditPad Pro, there are the following options which can be enabled or disabled individually:

    [ ] Highlight matching brackets touched by the cursor
    [ ] Highlight innermost pair of brackets containing the cursor

    I want to have the same options in EmEditor (not only the first one but also the second).

    #20664
    Skeeve
    Participant

    Agreed, I would like to see exactly this too.

    Kind regards,
    Skeeve

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