![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
Code Editor: Deleting whole linesKeystroke = CTRL + Y Ever need to rip out large pieces of code quickly? You can delete the an entire line by pressing CTRL + Y. The Code Editor will delete the line that contains the editor's cursor, and move all subsequent rows up one line. If you hold down the SHIFT key as well (CTRL+SHIFT+Y), then every character on the current line following the cursor is deleted. This key deletes to the end of line. Characters preceding the cursor remain intact. | ||||||
All rights reserved. |