ScottMattes
Member³
in notepad++, if there is something selected and i do left arrow, the text is no longer selected and the insertion point is at the beginning of what had been selected.
Example:
if I press the left arrow, the insertion point is moved to where the | is
if i press the right arrow, the insertion point is moved to where the | is
Since this would change how the editor behaves, this should be an preference rather than the default behavior.
Example:
Code:
if THIS IS SELECTED in the editor
if I press the left arrow, the insertion point is moved to where the | is
Code:
if |this is selected in the editor
if i press the right arrow, the insertion point is moved to where the | is
Code:
if this is selected| in the editor
Since this would change how the editor behaves, this should be an preference rather than the default behavior.