Feature Requests item #687303, was opened at 2003-02-16 02:08
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466987&aid=687303&group_id=52476
Category: Other
Group: Next Release (example)
Status: Open
Resolution: None
Priority: 5
Submitted By: Jean-Georges Estiot (jgestiot)
Assigned to: Nobody/Anonymous (nobody)
Summary: configuration file
Initial Comment:
I suggest the inclusion of a feature where input from a text
file would result in a semi-automated run. The file would
have the format:
#config
property=value
property=value
#replace
"search" = "replace"
"search" = "replace"
...
An example or property would be subdir=yes for including
sub folders in the search or sensitive=yes for a case
sensitive search/replace.
Upon loading the program, the user would be able to
specify a configuration file, set a starting path and press
<go> instead of having to type all the search and replace
text.
A typical example of such use is the resolution of templates
where key areas have been replaced by fields such as
[EMAIL] or [NAME]. The #replace area of the configuration
file would read as follows:
"[EMAIL]" = "me...@he..."
"[NAME]" = "me"
Simple parsing but a very effective features.
Cheers guys,
JG
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466987&aid=687303&group_id=52476
|