默认情况下,SciTE 打开文件,所显示的文件列表类型为"All Source"
默认的All Source
source.files=*.asm;*.c;*.cc;*.cpp;*.cxx;*.cs;*.h;*.hh;*.hxx;*.hpp;\
*.idl;*.odl;*.rc;*.rc2;*.dlg;*.def;\
*.vb;*.vbs;*.bas;*.frm;*.cls;*.ctl;\
*.java;*.js;*.py;*.pl;*.rb;*.cgi;*.lua;*.conf;\
make*;*.mak;\
*.properties;*.html;*.xml;*.iface;*.bat;*.e
文件类型很有限
可以更改为默认"All Files"
open.filter=\
All Source|$(source.files)|\ #<--
$(all.files)\#<--
$(filter.ada)\
改为
open.filter=\
$(all.files)\#<--
All Source|$(source.files)|\#<--
$(filter.ada)\





