Posts Tagged ‘scintilla’

More Scintilla in WxRuby

Wednesday, May 7th, 2008

Getting the Lispy indentation to work was easier said than done but I believe I have prevailed. I haven’t done any massive testing yet but so far I’m getting the behavior I want. A lot has changed in pico.rb, not so much in main.rb though, let’s walk through the new stuff, in main.rb:... Read More

Scintilla basics in WxRuby

Tuesday, May 6th, 2008

As you might know I’ve recently started dabbling in web development with Pico Lisp and currently I’m using Cusp as an editor. It’s an annoying situation because Cusp is made for Common Lisp so today I started looking into the possibility of creating an editor with WxRuby using the Scintilla component. If you have looked at my old WxRuby project you might have noticed that I used WxSugar, apparently most of the functionality of WxSugar is already built into WxRuby nowadays so I’m gonna try without it this time.... Read More