Lyle Johnson
2006-Oct-25 00:08 UTC
[fxruby-users] Fwd: [FR-devel] ANNOUNCE: FXScintilla 1.71 and stopping
Begin forwarded message:> From: Gilles Filippini <gilles.filippini at free.fr> > Date: October 24, 2006 3:13:21 PM CDT > To: freeride-devel at rubyforge.org > Subject: [FR-devel] ANNOUNCE: FXScintilla 1.71 and stopping > Reply-To: freeride-devel at rubyforge.org > > Hello, > > I''ve just released FXScintilla 1.71. > Pease note this is the _last one_ I release since I don''t use it > anymore. Anyone willing to take this project over is welcome. Just > drop > me an email. > > FXScintilla is an implementation of the Scintilla source code editing > component [1] for the FOX GUI toolkit [2]. > > Changes since the previous release (1.63): > - Upgraded to Scintilla-1.71 > - Added support for Fox-1.6 > - Dropped support for Fox-1.0. > > FXScintilla homepage: > http://www.nongnu.org/fxscintilla/ > > Downloads: > http://savannah.nongnu.org/files/?group=fxscintilla > > Cheers, > > _gilles. > > > [1] http://scintilla.org/ > [2] http://fox-toolkit.org/ > > > > > > > _______________________________________________ > Freeride-devel mailing list > Freeride-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/freeride-devel >
Hi,
I wonder if there''s a problem with SC_MASK_FOLDERS.
self.markerDefine( SC_MARKNUM_FOLDEROPEN, SC_MARK_BOXMINUS)
self.markerDefine(SC_MARKNUM_FOLDER, SC_MARK_BOXPLUS)
............
#~ Toggle Fold
self.setMarginWidthN( MARGIN_FOLDER , 20 )
self.setMarginTypeN( MARGIN_FOLDER , SC_MARGIN_SYMBOL )
self.setMarginMaskN( MARGIN_FOLDER , -1 ) # , SC_MASK_FOLDERS)
Nothing Happens !!!. With the Mask sets to -1 (all the symbols ), that
works.
Some ideas ?
Thanks for your help
G?rard M?nochet