{{toc}}

Ruby

Ruby Progaram Path
Path to ruby.exe
Ruby HTML Help Path
Path to ruby's html help
GUI Script
GUI(Gtk, VisualuRuby or Apollo etc.) Script. When checked, You can not send Ctrl+C and Ctrl+Break;
Show Console
Show Dos Console Window(need unchecked [Execute]-[GUI]). From this window, you can send ctrl+c.
Send LF Only
The return code that RDE send to the stdin is LF only. Default, this is not checked. but cygwin does not work well, try check off.

Debug Command

Debug Mode
Ruby's debug option(default. -r debug2).Below option is enable(ex. debugger %a)
%fthe absolute path of the current editing file
%athe value of [Debug]-[Set Argv]
Normal Mode
Ruby's run option(default. (empty))
Step In
Step In on debugging(default. s)
Setp Over
Step Over Command on debugging(default. n)
Continue
Continue Command on debugging(default. c)
Quit
Quit Command on debugging(default. q;y)

Config File

TranslationFile
path to a Translation file(*.xml).
KeyBind File
path to a KeyBind File(default.ini).
Toolbar Setting File
path to a toolbar setting file(toolbar.ini).
Converter Setting File
path to a converter setting file(code.ini).

Directory

Default Directory
Default directory
Editor Program Path
Path to the foreign editor
Backup
When you save files, RDE make backups
BackupGeneration
Count of the generation of the backup files
Backup Directory Path
Backup files directory. If it is emtpy, backup files makes in the same directory with the master file.

Code Window

Show CodeExplorer
When you make a new code window, codeexplorer show.
CodeExplorer Width
codeexplorer width
Show EditorView
When you make a new code window, editorview show.
Color EditorView
editorview show color.
EditorView Width
editorview width
Auto Cancel
when lines is over this numbers, cancel to show editor view.
Auto Adjust Tabsize
adjust tabsize 2 or 4 or 6 or 8.

Converter

Converters work, when RDE loads and saves files. You can select the candidate in file dialog.

Charset

Set default charset and return code.

Completion

Enabled
enable auto complete
Search All Lines
The candidates made from all of the file.
AutoComplete Data Path
Path to the directory of the autocomplete data

Console Window

JumpCheck Strictly
Check the exist of the file before jumping to the line when you double click in the console window. It's less miss jump but slower.
Show All Output
Output all debugger's output
Input To Output
The input in the stdin send to the stdout. Default, this is checked. but cygwin does not work well, try check off.
Get focus when scripts run
console window get when scripts run
Debug BGColor
Console window BackgroundColor on debugging.
Run BGColor
Console window BackgroundColor on running.
InputEdit BGColor
Console Input window's BackgroundColor on running.

Mouse Operation

Set Mouse Gesture and Screen Drag are enable or disbale, and what's trigger make these functions start.

Mouse Gesture

Numbers in the register box show the direction of mouse move.

Others

Default Font
Dialog font setting. ex) Search, Replace etc.