you have to use the open.filter property... source.files=\ *.bat; *.cgi; *.conf; *.cpp; *.cxx; *.dpr;\ *.h; *.hpp; *.htm; *.html; *.hxx; *.inc;\ *.pas; *.php
open.filter=\ $(all.files)\ All Source|$(source.files)|\ $(filter.conf)\ $(filter.asm)\ $(filter.bash)\ $(filter.cpp)\ $(filter.css)\ $(filter.java)\ $(filter.js)\ $(filter.lua)\ $(filter.pascal)\ $(filter.perl)\ $(filter.php)\ $(filter.properties)\ $(filter.python)\ $(filter.sql)\ $(filter.text)|\ Action Script (as)|*.as| as you can see, you have to set the complete list (all filters)... i dont know why "append" (seen below) not work... open.filter=\ $(open.filter)\ Action Script (as)|*.as| won't work property lexer.*.as=cpp may also be useful... regards Frank -------- Original-Nachricht -------- Datum: Fri, 2 Feb 2007 01:55:01 -0800 (PST) Von: JGOFLASH <[EMAIL PROTECTED]> An: [email protected] CC: Betreff: [scite] ActionScript language > > I code in Actionscript for Flash, how can I add .as to the list of > extensions > in the file types in the open file menu. > The "C" style color coding would be OK. > Of course I can list All types and pick my ***.as but it would be nice to > list only the files of interest like for other languages. > Thanks. -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail?ac=OM.GX.GX003K11713T4783a _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
