RDE 1.1.1 released

Hi.

I released RDE 1.1.1.

RDE is a Ruby IDE and Ruby editor on Windows.
You can edit, run and debug your scripts quickly and easily.
RDE debugger is the GUI wrapper of debug.rb.
RDE editor has functions that syntax coloring, autocomplete and etc.

Please try it.
http://homepage2.nifty.com/sakazuki/rde_en/index.html

For beginners, show the setup demo.
http://homepage2.nifty.com/sakazuki/rde_setup_demo/rde_setup.htm

Changes is below.

== 2007-07-07 1.1.1

  • Fix code converter setting broken.
  • update data of auto complete with ruby-1.8.6
  • Add close button on tabs.
  • Add OverWrite in Edit Menu.
  • Integrate Debug Menu and Run Menu.

Hi all,

On 07/ 07/ 07 sakazuki announced a release of a Ruby IDE
RDE. I had no time then but have since installed it under Windows XP

After some font tweaikng I got it to look nice but I cannot get the
debugger to
work. It claims that it can’t find the required debug2.rb even though
this is present
in the same library as rde.exe.

Could anyone who knows this IDE suggest what I might be doing wrong?
(I’ve tried various path settings in ’ Tool | Options… | Directory
’ but to no avail)

Thanks,
DS

Hi,

Maybe, the installer failed to setup. Please manually setup first.

Run install.rb in the same rde.exe directory and execute “rde.exe
/regserver”

intall.rb copys debug2.rb, rde_extend.rb and rde.dll(rde.so, if you

use cygw
in version) to $RUBY_PATH\lib\ruby\1.8.

check also RDE manual
page(http://rubyde.sourceforge.net/hiki/en/Install%2BUni
nstall.html)
and RDE homepage(http://homepage2.nifty.com/sakazuki/rde_en/index.html)

Regards

sakazuki

----- Original Message -----

After some font tweaikng I got it to look nice but I cannot get the debugger
to

This worked. Thank you…
The debugger now starts up when F9 is pressed.

Regards,

Dick Summerfield,
Eindhoven, Netherlands.