From 3f9891bbdced83b18080e3d602a2c8dfd9591113 Mon Sep 17 00:00:00 2001 From: pichoro Date: Sat, 3 Jan 2009 21:07:05 +0000 Subject: [PATCH] Removed ` from LEGENDNAME replacement; that wasn't a bug. @ is replaced with LEGENDNAME in automatic text replacements, as the community preferred @ as the shortcut. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1289 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic.mse-game/game | 4 ++-- data/magic.mse-game/script | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index a79f394a..188b688d 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -1,11 +1,11 @@ -mse version: 0.3.7 +mse version: 0.3.8 short name: Magic full name: Magic the Gathering installer group: magic/game files icon: card-back.png position hint: 01 -version: 2008-12-29 +version: 2009-01-03 depends on: magic-blends.mse-include 2007-09-23 depends on: magic-watermarks.mse-include 2007-09-23 diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index 4a3e355e..e2cce3d6 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -1,4 +1,4 @@ - + ############################################################## Localization include file: language @@ -400,7 +400,7 @@ text_filter := ) + # step 3b : expand shortcut words ` and shortened LEGENDNAME replace@( - match: "`|`THIS`|LEGENDNAME", + match: "LEGENDNAME", in_context: "(^|[[:space:]]|\\()", # TODO: Allow any punctuation before replace: "" ) +