- 1
Can I undo a move while coding?
3 Respuestas
+ 7
i am using a tablet with an additional usb keyboard connected by bluetooth. so it is possible to:
undo - by using Ctrl + y
redo - by using Ctrl + z
+ 2
// With
continue; // or
breack; // return;
// you have an additional control for the loops.
+ 1
Yes
Eg. - Undo code deleted
- Undo code inserted