[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-devel] Major Scintilla integration change
From: |
Curt Hibbs |
Subject: |
RE: [FR-devel] Major Scintilla integration change |
Date: |
Tue, 6 May 2003 02:10:20 -0700 |
Richard Kilmer wrote:
>
> 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.
Good work, Rich!
I'll see if I get can get the rdoc integrated into the wiki-based
documetation.
Curt