Revision: 17975
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=17975&view=rev
Author: hofman
Date: 2011-06-27 11:11:51 +0000 (Mon, 27 Jun 2011)
Log Message:
-----------
add some more valid cite key characters to bibtex sniffing regex
Modified Paths:
--------------
trunk/bibdesk/BDSKBibTeXParser.m
Modified: trunk/bibdesk/BDSKBibTeXParser.m
===================================================================
--- trunk/bibdesk/BDSKBibTeXParser.m 2011-06-27 06:34:56 UTC (rev 17974)
+++ trunk/bibdesk/BDSKBibTeXParser.m 2011-06-27 11:11:51 UTC (rev 17975)
@@ -141,7 +141,7 @@
AGRegex *btRegex = [[AGRegex alloc] initWithPattern:/* type of item */
@"^@[[:alpha:]]+[ \\t]*[{(]"
/* spaces */ @"[
\\n\\r\\t]*"
- /* cite key */
@"[a-zA-Z0-9\\.,:;/*!&$^_-]+?"
+ /* cite key */
@"[a-zA-Z0-9!$&*+-./:;<>?\\[\\]^_`|]+?"
/* spaces */ @"[
\\n\\r\\t]*,"
options:AGRegexMultiline];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit