From: Simon Strandgaard Date: 2007-01-04T04:12:08+09:00 Subject: Re: Scriptable text editor with Ruby? On 1/3/07, Dolazy wrote: [snip stuff about ruby/c++] > Or maybe there is a more obvious and straightforward approach that I > overlooked? have you considered writing the entire editor in ruby and then use ruby qt.. so you don't use any c++? Ruby is good at string manipulation, so its possible to do the entire syntax coloring in ruby. I think this task is pretty big in c++. -- Simon Strandgaard http://opcoders.com/