Returns last used file name patterns in order
from the oldest ones to the most recently used ones.
list of the last used file name patterns, or an empty listif no file name patterns are stored
Returns last used replacement expressions in order
from the oldest ones to the most recently used ones.
list of last used replacement expressions, or an empty listif no replacement expressions are stored
Stores a file name pattern.
If the number of patterns would exceed the maximum
number of patterns that can be stored, the oldest
pattern is removed prior to storing the new pattern.
Parameters: pattern - pattern to be stored
Stores a replacement expression.
If the number of replacement expressions would exceed the maximum
number of replacement expressions that can be stored, the oldest
expression is removed prior to storing the new expression.
Parameters: expression - replacement expression to be stored