Update of /cvsroot/fxruby/FXRuby/lib/fox
In directory usw-pr-cvs1:/tmp/cvs-serv26842/lib/fox
Modified Files:
Tag: release10
scintilla.rb
Log Message:
Modified the iface.rb script so that it puts the output file (scintilla.rb)
in the Fox module.
Index: scintilla.rb
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/lib/fox/Attic/scintilla.rb,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** scintilla.rb 30 May 2002 14:28:04 -0000 1.1.2.1
--- scintilla.rb 30 May 2002 14:41:53 -0000 1.1.2.2
***************
*** 2,7 ****
# DO NOT MODIFY
! class FXScintilla
! #
--- 2,8 ----
# DO NOT MODIFY
! module Fox
[...4620 lines suppressed...]
! SCN_KEY = 2005
! SCN_DOUBLECLICK = 2006
! SCN_UPDATEUI = 2007
! SCN_MODIFIED = 2008
! SCN_MACRORECORD = 2009
! SCN_MARGINCLICK = 2010
! SCN_NEEDSHOWN = 2011
! SCN_PAINTED = 2013
! SCN_USERLISTSELECTION = 2014
! SCN_URIDROPPED = 2015
! SCN_DWELLSTART = 2016
! SCN_DWELLEND = 2017
! # Deprecated
! # The old name for SCN_UPDATEUI
! SCN_CHECKBRACE = 2007
! SCN_POSCHANGED = 2012
! end
end
|