

To delete a line, place the caret at the line you need and press Ctrl+Y. If you need to assign shortcuts to those actions, refer to Configure keyboard shortcuts for more information. These actions might be helpful when you work with property files, data sets, text files, log files, and so on.
WORD INSERT CHECKBOX WITH UPPER CASE X CODE
To sort lines alphabetically in the whole file or in a code selection, from the main menu, select Edit | Sort Lines or Edit | Reverse Lines. P圜harm moves the caret to the previous line. To add a line before the current one, press Ctrl+Alt+Enter. To add a line after the current one, press Shift+Enter. If you need to undo or redo your changes, press Ctrl+Z/ Ctrl+Shift+Z respectively. P圜harm offers several useful shortcuts for manipulating code lines. P圜harm creates a string in the format that depends on a symbol at caret. Place the caret at a certain line of code and press Ctrl+Alt+Shift+C (or select Copy Reference from the context menu or from the Edit menu). You can copy the reference to a line or a symbol. When you copy and paste code to the editor, P圜harm displays the hidden (special) characters represented by their Unicode name abbreviation. The default number of items stored in the clipboard history is 100. In the dialog that opens, select your entry and click Paste. To paste from history, in the editor, from the context menu, select Copy/Paste Special | Paste from History ( Ctrl+Shift+V). P圜harm keeps track of everything you copy to the clipboard. You can press Ctrl+V to paste the copied reference anywhere. When you select the Copy Reference ( Ctrl+Alt+Shift+C) option, P圜harm creates a reference string that includes the line number of the selected line or symbol. Place the caret at a line or a symbol, right-click to open the context menu, select Copy/Paste Special | Copy Reference. If you need to paste just plain text, press Ctrl+Alt+Shift+V. If nothing is selected, P圜harm automatically copies as is the whole line where the caret is located.īy default, when you paste anything in the editor, P圜harm performs "smart" paste, for example, pasting multiple lines in comments will automatically add the appropriate markers to the lines you are pasting. You can use the standard shortcuts to copy Ctrl+C and paste Ctrl+V any selected code fragment.
