-- intro --------------------------------------------------- i am writing a lexer for the functional language "OPAL". the lexer itself is 80% done but i got a little problem with integrating it to SciTE.
-- details --------------------------------------------------- when opening an existing *.impl file it gets highlighted as expected but clicking the menu entry for Opal in "Language" switches to something looking like plain "Text" mode instead. i ran these scripts: * scintilla/include/HFacer.py * scintilla/src/LexGen.py * scite/scripts/IFaceTableGen.py i added these three lines to SciTEGlobal.properties: * $(filter.opal)\ * Opal|opal||\ * import opal i guess there is an easy solution to this. what am i doing wrong? also i would like to integrate my lexer into scintilla when it is done. whom should i send the files to? or could i have developer cvs access please? if this was the wrong place for my questions please point me to the right place. regards, sebastian _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
