Startup Option
Startup Option:Background debug
If you start up rde.exe with /a option, RDE launches background and run some scripts. if exit code is 0, then RDE is completed. if exit code is not 0, then RDE appear to foreground
Startup Option:Open with line
This is useful to collaborate with other applications(ex. Grep).
- Open sample.rb, Set caret in 80row, 5col.
rde.exe /j 80:5 sample.rb
- Open sample.rb, Set caret in 80row.
rde.exe /j 80 sample.rb
Check the last modified time
When the code window switched, RDE check the last modified time of the file. If find the gap, RDE ask you reloading the file.
Export the data file for auto complete.
On debugging, you can export the data file for autocomplete by 'r [ClassName]'. This command works after completeing the define of the class. Or you can read $RDE_PATH/data/rde_export.rb.
Link to Help
By press [F1] Key, you can open the Ruby Reference Manual with the keyword that is selected or pointed by the caret.
You can use this linkage on the code window, on the listbox of the static autocomplete, and on the object window.
Context Menu
Right click at filename in status bar, then context menu popuped.