All,
I made a significant change to the FXScintilla/scintilla API. It now
generates underscore_methods instead of CamelCase. This is more the
Ruby-way and is there to facilitate direct usage (surfacing the
Scintilla API to plugin writers instead of going through the editpane
API). This also brings us up to date with fxscintilla 1.51. Please
check this code out and make sure it does not break on Linux (I will
test Windows). I just wanted to check this in because it was a fair bit
of work.
The best way to look at the new API is to look at the file:
freeride/plugins/rubyide_fox_gui/fxscintilla/scintilla_wrapper.rb
Also, you can now generate rdoc from this file (it includes the comments
found in the original scintilla.iface file but in rdoc format.
Best,
Rich
Now off to start stomping bugs!!!