When the cursor (|) is behing a highlighted selection like so:
Test of a ==highlighted selection==|
and the highlight button is clicked the last two equal signs are removed. This removes the highlight but leaves the starting equal signs incorrectly. I guess this feature is by design.
Current Behaviour
If we have the following line with | indicating the cursor position:
Test of a ==highlighted selection==|
clicking the highlight button results in:
Test of a ==highlighted selection|
Expected Behaviour
If we have the following line with | indicating the cursor position:
Test of a ==highlighted selection==|
clicking the highlight button results in:
Test of a highlighted selection|
When the cursor (
|) is behing a highlighted selection like so:Test of a ==highlighted selection==|and the highlight button is clicked the last two equal signs are removed. This removes the highlight but leaves the starting equal signs incorrectly. I guess this feature is by design.
Current Behaviour
If we have the following line with | indicating the cursor position:
Test of a ==highlighted selection==|clicking the highlight button results in:
Test of a ==highlighted selection|Expected Behaviour
If we have the following line with | indicating the cursor position:
Test of a ==highlighted selection==|clicking the highlight button results in:
Test of a highlighted selection|