Code editor

Inputting in Code editor is basically the same as the general text input field. This editor will be divided if the rectangle on the scroll bar is moved. A word wrap is switched by clicking "" on the left of a horizontal scroll bar.
Undo
Restores a operation to the last status.
Redo
Cancels undoing.
Cut
Copies the text to clipboard and deletes it.
Copy
Copies the text to clipboard.
Paste
Pastes the text in clipboard.
Delete
Deletes the text which you have selected.
Find
Replace
Performs search and substitution of a text.


- Find what
Inputs the text or regular expression which you want to search. - Replace with
Inputs the text or regular expression after replacement. - Look In
Specifies the place which is the target of search. - Match case
Differentiates and searches the upper-case and lower-case of the alphabet. - Match whole word
Searches in blocks of word. - Search up
Searches upward from the current cursor position. - Use regular expressions
Considers that texts in search and replacement entry field are regular expression. - Prompt on replace
Shows the message of a check before replacement execution.
Start macro recoding
Finish macro recoding
Pause macro recoding
Save current macro
Load macro from file
Play recorded macro
These can record a series of keyboard work to a code editor as macro. Record begins in "Start macro recoding". While the button of "Pause macro recoding
" is pressed, macro record pauses. You click a button once again to resume recording. When finishing record completely, you will click "Finish macro recoding
".
Macro is reproduced by "Play recorded macro". By "Save current macro
" and "Load macro from file
", you can save or load these records to a file.