[Fxruby-commits] CVS: FXRuby/examples scintilla-test.rb,1.4,1.4.2.1
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-30 14:41:57
|
Update of /cvsroot/fxruby/FXRuby/examples In directory usw-pr-cvs1:/tmp/cvs-serv26842/examples Modified Files: Tag: release10 scintilla-test.rb Log Message: Modified the iface.rb script so that it puts the output file (scintilla.rb) in the Fox module. Index: scintilla-test.rb =================================================================== RCS file: /cvsroot/fxruby/FXRuby/examples/scintilla-test.rb,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** scintilla-test.rb 19 Feb 2002 00:11:21 -0000 1.4 --- scintilla-test.rb 30 May 2002 14:41:54 -0000 1.4.2.1 *************** *** 2,6 **** require 'fox' ! require 'scintilla_wrapper' include Fox --- 2,6 ---- require 'fox' ! require 'fox/scintilla' include Fox *************** *** 12,19 **** and FXRuby is developed by Lyle Johnson. EOM - - class FXScintilla - include Scintilla - end class ScintillaTest < FXMainWindow --- 12,15 ---- |