{{toc}}
Before install
You need to install below before installing rde.
- Ruby for win32. arton's distribution is useful.(maybe... you can use cygwin version and others)
- Ruby Reference Manual (HTML Help Version) You can get it from here (Mr.Aoki's site).
Case use Installer
Install
- You can install by installer(setup.exe) from version 1.0.0. run setup.exe.
- set initial setting
Uninstall
- You can unintall Setting-ControlPanel-Application... you may find "RDE".
- Click "Delete"
- Done
Case manually install
Install
- Decompress rde.zip to some directory.
- Run install.rb(*).
- If you use OLE automation, you need set up below on command prompt.
rde.exe /regserver
- Run rde.exe and set initial setting.
- intall.rb copys debug2.rb, rde_extend.rb and rde.dll(rde.so, if you use cygwin version) to $RUBY_PATH\lib\ruby\1.8.
Uninstall
- If you had set up OLE automation, you need below on command prompt.
rde.exe /unregserver
- Delete the folder that RDE was installed.
- Delete debug2.rb, rde_extend.rb and rde.dll(maybe rde.so) in $RUBY_PATH\lib\ruby\1.8.
- Delete HKEY_CURRENT_USER\Software\RubyDE with regedit.exe.
RDE Files
rde.exe | RDE main file |
spawn.exe | RDE sub file |
install.rb | installer script |
bregexp.dll | Regexp DLL |
debug2.rb | debugger scirpt. |
rde_extend.rb | debugger extend scirpt. |
rde.dll | For MSWin. Common Memory DLL |
rde.so | For Cygwin. Common Memory DLL |
unicode.dll | Charset Converter DLL for unicode. |
japanese.dll | Charset Converter DLL for japanese. |
rde_export.rb | Autocomplete data maker script |
rde_parse_template.rb | template file for EasyParse. |
cygpath.ini | For Cygwin. Path convert rules are defined. |
key.ini | config file for key binding. |
code.ini | config file for charset converter. |
toolbar.ini | config file for toolbars. |
gesture.dat | config file for mouse gesture. (binary) |
History.txt | history of RDE |
RDE_TLB.txt | manual for COM interfaces on RDE |
data/ | AutoComplete data directory |
data/*.dat | AutoComplete data files |
data/rde_var_table.dat | Variable define file |
data/rde_Sabbrev.dat | static abbrev candidates define file |
data/rde_Object_private.dat | Object private candidates define file |
data/rde_yield_var.dat | Block Local Variable define file |
data/rde_temp/ | Temporary AutoComplete data directory |
script/ | sample scirpt |
Translations/*.xml | Language files |
- The debug2.rb is based on debug.rb. debug.rb is distributed with ruby.