RedyPad
RedyPad is a simple text editor based on RedyLib.
Features:
- Opening multiple files at the same time in tabs
- Syntax highlighting (currently for Euphoria source only)
- Smart indentation when pressing Enter on an indented line
- Indent/unindent selected lines
- Word Wrap
- Customizeable toolbars
- Remembers window positions
- Portable (no installation needed)
Hotkeys currently implemented:
- Ctrl + A : Select all
- Ctrl + X : Cut selection to clipboard
- Ctrl + C : Copy selection to clipboard
- Ctrl + V : Paste from clipboard
- Tab : Indent selection or shift text to next tab stop
- Shift + Tab : Unindent selection
- Home, End, PgUp, PgDown, Arrow keys