Move or change lines in editor

This is a bit annoying: If I have a construct like this in a module:

and now I want to put this into an if-operator, how can I use what I already entered? I cannot move the whole block with the mouse, I also cannot copy and paste to put all of this into one part of the if- operator. Do I really have to re-enter all of it? This takes really too long while trying out things.

Hello!

maybe I don’t fully understand the question, but doesn’t simply type if( before the text add the condition block that you need? Then you’d just add a ;if true here;if false here)

If you are still struggling with operating the syntax in the native text input, you can also just copy&paste all of it to a text editor (VSCode, Sublime text, notes, google doc, …) and just modify it to your liking over there and then paste it back to Make.

Let me know if I misunderstood your question, I’ll be happy to help further

2 Likes

You can just type or insert the if operator wherever you are trying to insert it, instead of moving everything else to it.

4 Likes