Frank Wunderlich:

i see, but if i use .* it will used alone, the other definitions are
cleared it seems. it doesn't matter if i write:

abbreviations.*=$(SciteDefaultHome)\abbrev.properties
abbreviations.*.pas=$(SciteDefaultHome)\abbrev.pas.properties

or

abbreviations.*.pas=$(SciteDefaultHome)\abbrev.pas.properties
abbreviations.*=$(SciteDefaultHome)\abbrev.properties

in pas-files i get only the abbreviations from abbrev.properties.

  The ordering is immaterial: all the definitions are read into a set
of dictionary like objects. Where there are multiple properties that
may apply for a filename, the one used is chosen *arbitrarily*. You
can not depend on either abbrev.properties or abbrev.pas.properties
being chosen in this case.

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to