freeride-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-devel] IRB plugin


From: NISHIO Mizuho
Subject: [FR-devel] IRB plugin
Date: Thu, 04 Jul 2002 09:47:48 +0900
User-agent: Wanderlust/2.2.15 (More Than Words) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (AOI)

I attach the patch to this mail.
This patch enables us to use IRB on FreeRIDE.
Though the current version has some problems, 
I think it works well.

I test the patch under this environment.

OS Debian GNU/Linux
FOX 1.0.10
FXScintilla 1.46
Ruby 1.6.7(2002-03-19)
FXRuby 1.0.10
FreeRIDE CVS(2002/07/03)
irb 0.7.4

Installation
save the patch.
move to the FreeRIDE directory, and then type this command.
patch -p2 < irb.diff  

IRBWrapper Problem
if you use 'p', 'print', and 'printf' with IRB, 
the result doesn't appear on the FOX::FXText object.
Instead, the result is outputed to the $stdout.
I think it is easy to fix this problem.
But, I need some time to fix it.

It may not work on Windows. It uses Ruby Thread.

******************************
NISHIO Mizuho 
e-mail address@hidden

Attachment: irb.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]