Ruby

Ruby Progaram Path
Rubyの実行ファイルへのパスを設定します。
Ruby HTML Help Path
RubyのHTMLファイルへのパスを設定します。
GUI Script
GUI(VisualuRubyやApollo等)を使ったスクリプトを実行する際に設定します。これをチェックしていると、Ctrl+C、Ctrl+Breakの送信が効きません。
Show Console
コンソールウィンドウを表示します。ただし、[Execute]-[GUI] プロパティの方が優先します。コンソールウィンドウを表示してさせると、このウィンドウからCtrl+Cを送って、スレッド等を止めることができます。
Send LF Only
標準入力に送る改行コードをLFとします。通常はチェックをはずしておきます。Cygwinで動作がおかしいときに、チェックしてみてください。

Debug Command

Debug Mode
デバックオプションを設定します。(default: -r debug2)

次のオプションが使えます (ex. debugger %a)

%f現在編集中のファイル名の絶対パス
%a[Debug]-[Set Argv]でセットされている値
Normal Mode
実行オプションを設定します。(default: (empty))
Step In
デバックモードにおける、ステップインコマンドを設定します。(default: s)
Setp Over
デバックモードにおける、ステップオーバーコマンドを設定します。(default: n)
Continue
デバックモードにおける、続行コマンドを設定します。(default: c)
Quit
デバックモードにおける、終了コマンドを設定します。(default: q;y)

Config File

TranslationFile
翻訳ファイル(*.xml)へのパス
KeyBind File
キー割り当てファイルへのパス (default.ini).
Toolbar Setting File
ツールバー設定ファイルへのパス(toolbar.ini).
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.