Hello,
In message "[ruby-talk:03407] Waffling between Python and Ruby"
on 00/06/14, "Warren Postma" <embed / NOSPAM.geocities.com> writes:
> I was looking at the Ruby editor/IDE for windows and was disappointed with
> RubyWin, although it is definitely coming along. I noticed the smalltalk
> like immediate mode (Type code, hit ctrl-J, results inserted into the
> buffer) but did not see any debugging features. Are such features
> (debugging, syntax highlight) in the works for this?
These features are in my ToDo list.
I was trying to use the Scintilla for syntax highlight,
multi undo, multi redo.
But I do not know how to use the Scintilla with MFC.
So, I decided to rewrite the RubyWin without MFC and I
finished. Now I am trying to use the Scintilla again.
I am thinking to use debug.rb for RubyWin debugging
feature, but I do nothing yet.
Thank you
Masaki Suketa <CQN02273 / nifty.ne.jp>