Edit Text
The primary window of the program is a simple text editor much alike standard Notepad editor. “File” menu contains the following commands:
- “New” (Ctrl + N) – create a new empty document.
- “Open” (Ctrl + O) – open a text document.
- “Save” (Ctrl + S) – save text to file.
- “Save As…” – save text under new filename.
The main text editing operations can be accessed in “Edit” menu:
- “Cut” (Ctrl + X) – cut the selected block into clipboard.
- “Copy” (Ctrl + C) – copy the selected block into clipboard.
- "Paste” (Ctrl + V) – paste the clipboard text into the current cursor position.
- “Select All” (Ctrl + A) – select all text.
Besides, editor service functions are available, located in the “Services” menu:
- “Font…” – change the text font. The change is applied to the whole text.
- “Background…” – change the background color in the text editor.
- “Word Wrap” – switch between word wrap mode and normal mode. When in word wrap mode, long lines are broken into several lines. This ensures horizontal scrollbar is not displayed.
- “Hidden” – toggles hidden text mode. In this mode, the text field disappears, which keeps eavesdropper from peeping the text you are editing.
|