Archive for the ‘WxRuby’ Category

AUI in WxRuby

Sunday, May 18th, 2008

A lot has happened since the last part. As far as I’m concerned the framework is basically finished, what remains now is to create a few more lexers, for CSS, HTML and Javascript primarily. I’ve also tried to create my own integrated lexer (Pico instead of Common Lisp) in the Scintilla component, more on that as it develops…... Read More

Autocomplete in WxRuby’s Scintilla

Saturday, May 10th, 2008

These are the requirements for the autocompletion feature:... Read More

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

Update: The project is now on bitbucket.... Read More

Simple WxRuby application

Tuesday, October 16th, 2007

Update: This application uses the old wxRuby, for a more up to date example see the editor in wxRuby series. However, the RubyScript2Exe parts should still apply as is since that logic is separate from the GUI logic.... Read More