Revision: 3806
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3806&view=rev
Author:   hofman
Date:     2008-04-24 02:25:44 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Allow underscore but not (semi) colon in template keys.

Modified Paths:
--------------
    trunk/SKTemplateParser.m

Modified: trunk/SKTemplateParser.m
===================================================================
--- trunk/SKTemplateParser.m    2008-04-23 22:31:16 UTC (rev 3805)
+++ trunk/SKTemplateParser.m    2008-04-24 09:25:44 UTC (rev 3806)
@@ -87,7 +87,7 @@
     OBINITIALIZE;
     
     NSMutableCharacterSet *tmpSet = [[NSCharacterSet alphanumericCharacterSet] 
mutableCopy];
-    [tmpSet addCharactersInString:@".-:;@#"];
+    [tmpSet addCharactersInString:@"[EMAIL PROTECTED]"];
     keyCharacterSet = [tmpSet copy];
     [tmpSet release];
     


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to