Greetings, Something which has vexed me for a while (SciTE 1.71 on linux x86_64 with GTK+ 2.6.10, also applies to earlier versions of SciTE/GTK+) is the appearance of the File/Open menu. There is always a large grey area above the various filter types when a filter is selected (see attached screen grab). Anyone able to shed any light on this? My open.filter (in user properties) is as below:
######################################
#
# The open.filter setting is only used on Windows where the file selector has a
menu of filters to apply
# to the types of files seen when opening.
# There is a limit (possibly 256 characters) to the length of a filter,
# so not all source extensions can be in this setting.
source.files=All Source|*.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|
csource.files=C/C++|*.c;*.h;*.cpp;*.cxx;*.hxx;*.hpp;Make*;make*|
if PLAT_WIN
all.files=All Files (*.*)|*.*|
if PLAT_GTK
all.files=All Files (*)|*|
open.filter=\
$(all.files)\
$(csource.files)\
$(filter.tex)\
$(source.files)\
$(filter.text)\
$(filter.conf)\
$(filter.asm)\
$(filter.bash)\
$(filter.cpp)\
$(filter.css)\
$(filter.fortran)\
$(filter.java)\
$(filter.js)\
$(filter.lua)\
$(filter.matlab)\
$(filter.nncrontab)\
$(filter.pascal)\
$(filter.perl)\
$(filter.php)\
$(filter.properties)\
$(filter.ps)\
$(filter.python)\
$(filter.ruby)\
$(filter.sql)\
$(filter.tcl)\
$(filter.vb)
#####################################
--
Lionel B
___________________________________________________________
All New Yahoo! Mail – Tired of [EMAIL PROTECTED]@! come-ons? Let our SpamGuard
protect you. http://uk.docs.yahoo.com/nowyoucan.html
open_menu.png
Description: PNG image
_______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
