Frank Wunderlich:

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

  Expressions are evaluated when they are used, not when they are
defined so that, for example $(CurrentSelection), will be useful. At
the point of use, evaluating open.filter=$(open.filter)x could
recursively evaluate the $(open.filter) resulting in a string of
"xxx"... perhaps bounded. But this seemed useless so it tries to avoid
evaluating simple recursion.

  Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to