{{toc}}
Editor's functions
The editor has basic functions like a general editor.
- Copy, Cut, Paste
- Undo/Redo
- Indent/UnIndent
- Auto Indent
- Syntacs coloring(ruby,perl,html,delphi,c++)
- Jump Marking
- Goto Line
- Auto Complete
- Split Window
- Move to correspondent char(ex:()[]{}).
- Search/Replace
- FileJump
- When caret is in "" or '', you can open the file by [Ctrl] + [F10]. RDE finds the file in ruby's library pathes.
- TagJump
- When tags file exists, you can jump to the definition part in some file by [Shift] + [F10]. RDE finds the rags files in directories that opend files exist.
- Double click selection
- Select token by doubleclick. Select word by doubleclick with [Alt] key pressing.
- When selction is wrapped by " or ', second time doubleclick selects a content only wrapped by " or '.
- Key macro
- Auto Scroll
- Click wheel, then you can use auto scroll.
- Breakpoint
- You can set breakpoints by clicking on the row number's left side(or press [F10]) in the leftbar of code windows.
Editor Menu
right click menu in the editor below
- Inspect, Add Display appear only on debugging.
- Change Focus appear only on splitting.