
Tutorials
|

The shortcuts in this list are the shortcuts that are recognized by every full text
editor control in GridinSoft Notepad, such as the main editor, the search box, the replace
box, the Regular Expressions box, etc. (All shortcuts can be changed.)
Cursor movement keys
Key combination
|
Result
|
| Arrow key | Moves the text cursor (blinking vertical bar). |
| Ctrl+Left arrow | Moves the text cursor to the start of
the previous word or the end of the previous line, whichever is closer.
|
| Ctrl+Right arrow | Moves the text cursor to the start of
the next line or the end of the current line, whichever is closer. |
| Ctrl+Up/Down arrow | Moves the text cursor up or down, and scrolls
the text one line into the opposite direction. This keeps the text cursor
in place relative to the screen. |
| Page up/down | Moves the text cursor up or down an entire screen. This will move the text cursor to the top or bottom of the screen, and scroll the text in the opposite direction. |
| Ctrl+Page up/down | Moves the text cursor up or down an
entire screen. The text cursor moves to the first/last string on the screen. |
| Home | Moves the text cursor to the beginning of the line. |
| Ctrl+Home | Moves the text cursor to the start of the entire text. |
| End | Moves the text cursor to the end of the line. |
| Ctrl+End | Moves the text cursor to the end of the entire text. |
| Shift+Movement key | Moves the text cursor and expand or shrink the selection towards the new text cursor position. If there was no selection, one is started. Pressing Ctrl as well, will move the text cursor correspondingly. |
Any of the above key combinations that does not select part of the text will remove the current selection (the selection, not the selected text) unless selections are persistent.
Editing commands
Key combination
|
Result
|
| Enter | In the main editor: inserts a line break.
In the search or replace box: search for the next occurrence. |
| Shift+Enter | Inserts a line break. |
| Delete | Deletes the current selection if there is one and selections are not persistent. Otherwise, the character to the right of the caret is deleted. |
| Backspace | Deletes the current selection if there is one
and selections are not persistent. Otherwise, the character to the left of the
caret is deleted. |
| Shift+Backspace | The character to the left of the
caret is deleted. |
| Ctrl+Backspace | Deletes the current selection if there
is one and selections are not persistent. Otherwise, the part of the current
word to the left of the text cursor is deleted. |
Ctrl+Z | Edit->Undo |
| Shift+Ctrl+Z | Edit->Redo |
| Insert | Toggles between insert and overwrite mode. |
| Tab | A tab is inserted. |
| Ctrl+A | Edit->Select All |
| Ctrl+Y | Delete Line |
| Shift+Ctrl+Y | Delete the part of line after cursor |
| Ctrl+Number | Goto Bookmark Number |
| Shift+Ctrl+Number | Toggle Bookmark Number |
| Shift+Ctrl+I | Block Indent |
| Shift+Ctrl+U | Block Unindent |
| Ctrl+M | Inserts a line break |
| Ctrl+T | The part of the current word to the right of
the text cursor is deleted |
Clipboard commands
Key combination
|
Result
|
| Ctrl+X | Edit->Cut |
| Ctrl+C | Edit->Copy |
| Ctrl+V | Edit->Paste |
| Shift+Delete | Alternative shortcut for Edit->Cut |
| Ctrl+Insert | Alternative shortcut for Edit->Copy |
| Shift+Insert | Alternative shortcut forEdit->Paste |
|

- Adjustable modes of code highlighting
- Built-in Spell Checker
- HEX editor
- UNICODE support
- Code Folding
- Keymapping (Default, FAR, Visual Studio)
- Code Templates
- Auto Correction
- Console Output
- Multi Interface styles
- Multilingual interface
- Regular expressions
- Evaluate Math Expressions
- Brackets highlighting
- Print with syntax highlighting
- Print preview
- Page Setup
- Bookmarks
- Export the text to RTF,HTML and LaTeX format
- Windows/Unix/Mac file formats support
- Drag-and-Drop support
|