Hello,
In a box selection (also called rectangular selection) in Adventure IDE, is it possible to do multiple edition in the selection? Like in Visual Studio Code as shown in this video:
https://youtu.be/ONLERMB-DQw?t=36
Actually, after I have made the box selection, when I started to type, only the last line is being edited. I have the feeling that it's not possible.
Thanks
Box/rectangular selection and edition?
Re: Box/rectangular selection and edition?
Adventure IDE has support for multiple selection, multiple typing (exactly as shown in the video) and multiple pasting. This feature must be enabled, though: Options > Enable Multiple Selection.
Re: Box/rectangular selection and edition?
Can you enable the "multiple selection" by default in the next version? Why on Earth would someone not like this function by default?
And in user's viewpoint, there's something not correct with the current behaviour. Look at this way:
* We make a rectangular selection. We press the DEL key. All the lines are deleted.
* We make a rectangular selection. We press the A key. ONLY one line gets changed.
Can you see the inconsistent behaviour in both situations? In user's viewpoint, this is not good.
OK, maybe programmatically the "multiple selection" has to be enabled to do the change in all the lines. In this case, let me suggest the following:
1. When a rectangular selection is done, implicitly enable "multiple selection".
2. When the rectangular selection is gone, put back the current setting of "multiple selection", whether it's on or off.