DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

Program mode text selection behavior

Open guirossibrum opened this issue 1 year ago • 1 comments
trafficstars

When you enter an invalid program - syntax error, the program text is selected. While navigating to the area to fix it, the entire text is selected in the meanwhile. I guess this is not intentional. thanks

guirossibrum avatar Jul 06 '24 22:07 guirossibrum

This is intentional.

Usually, the cases where there is a text range selection, it means that there is some ambiguity regarding where the problem is, e.g. it could be at the beginning or at the end of some area of text.

So the idea is to make it relatively easy to move to either end of the offending code, or to just cut it to paste it somewhere else.

The editor menu has a Csr⇄Sel feature to flip the cursor between beginning and end of the selection, and The Select key can be used to select / deselect.

c3d avatar Jul 09 '24 20:07 c3d