aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/conf/notes.txt
blob: 8019cfacb2596cbd0d50b00de3f5e0ddb86e223b (plain)
1
2
3
4
5
6
7
To quickly turn a configuration file into a template search/replace the file
with the following regular expressions in notepad++:

Search:       ^#define\s([\w()]+)( +)([\S].*)$
Replace with: #define \1\2${doc.\1!"\3"}

Minor further edits are often required.