From: Markus R. <rol...@us...> - 2007-06-21 19:32:09
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30159 Modified Files: Tag: RSGEDIT_SCINTILLA sparkedit.cpp Log Message: - enable minimal coloring of .rb files Index: sparkedit.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/Attic/sparkedit.cpp,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** sparkedit.cpp 21 Jun 2007 19:26:38 -0000 1.1.2.5 --- sparkedit.cpp 21 Jun 2007 19:32:06 -0000 1.1.2.6 *************** *** 201,204 **** --- 201,205 ---- { edit->SetLexer(wxSCI_LEX_RUBY); + edit->StyleSetForeground(wxSCI_RB_COMMENTLINE, COL_COMMENT); // todo: set ruby color styles break; |