Sublime Forum

Highlight incomplete after indenting codeblock

#1

Many websites use indented text as a way to indicate code, so when I want to post code, my workflow is:

Select All
Indent
Copy
Paste into a Web form
Submit

However, Sublime often trips me up, because the state of the cursor highlight after indenting leaves out the indentation at the start of the code block.

Desired:

code
code
code

Transforms into:

[HIGHLIGHT]indentcode
indentcode
indentcode[/ENDHIGHLIGHT]

But what happens is:

indent[HIGHLIGHT]code
indentcode
indentcode[/ENDHIGHLIGHT]

Which forces me to hit Select All again.

Could we please fix this?

0 Likes