Actifsource

#6840 [Story/Core] 'Backspace' or 'Delete' inside selector or codesnippets delete desired character

Actifsource code generator for any programming language
Release: Actifsource V11.3.0

It should be possible in all selectors or codesnippets to delete only the desired character via 'Backspace' or 'Delete' instead of the whole token:


Example1:
Change the property from 'this_is_a_property1' to this_is_a_property2.

Set the curser to the end from the selector:

6840 1 Selector1


and press 'Backspace':

6840 2 Selector2

Select property 'this_is_a_property2':

6840 3 Selector3

!!! The same behavior can be achieved as before via Ctrl+Backspace or Ctrl+Delete. !!!


Example2:
Set the cursor inside the property:

6840 4 Selector4

and press 'Delete':

6840 5 Selector5