mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
da01c308d6
Moving "~ to CARDNAME" into auto replace file. Automatic symbolization of new official affiliations in new styles. Typeline symbols and watermarks for new official affiliations. Now showing statistics for frame type. (seems useful) In Alter and Oversize styles, calling background image more directly instead of having every frame choice point to it. Ditching an unused card-sample.jpg from oversize style. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1487 0fc631ac-6414-0410-93d0-97cfa31319b6
42 lines
670 B
Plaintext
42 lines
670 B
Plaintext
|
|
############################################################## Auto replace
|
|
# Do we need categories?
|
|
#auto replace category: text box
|
|
#auto replace category: copyright
|
|
#auto replace category: everywhere
|
|
auto replace:
|
|
match: (C)
|
|
replace: ©
|
|
auto replace:
|
|
match: CR
|
|
replace: ©
|
|
auto replace:
|
|
match: AE
|
|
replace: Æ
|
|
whole word: false
|
|
auto replace:
|
|
match: TM
|
|
replace: ™
|
|
whole word: false
|
|
auto replace:
|
|
match: --
|
|
replace: —
|
|
auto replace:
|
|
# note the spaces
|
|
match:
|
|
-
|
|
replace:
|
|
—
|
|
auto replace:
|
|
match: `
|
|
replace: •
|
|
auto replace:
|
|
match: ::
|
|
replace: •
|
|
auto replace:
|
|
match: @
|
|
replace: <sym>@</sym>
|
|
auto replace:
|
|
match: ~
|
|
replace: CARDNAME
|