Revision: 12642
          http://sourceforge.net/p/skim-app/code/12642
Author:   hofman
Date:     2021-12-19 13:16:15 +0000 (Sun, 19 Dec 2021)
Log Message:
-----------
Add standard property keys for scripting properties of markup note preferences

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

Modified: trunk/SKNotePrefs.m
===================================================================
--- trunk/SKNotePrefs.m 2021-12-19 13:04:27 UTC (rev 12641)
+++ trunk/SKNotePrefs.m 2021-12-19 13:16:15 UTC (rev 12642)
@@ -71,7 +71,7 @@
     array = [NSArray arrayWithObjects:@"name", @"type", @"classCode", 
@"scriptingColor", @"scriptingInteriorColor", @"lineWidth", 
@"scriptingBorderStyle", @"dashPattern", nil];
     [dict setObject:array forKey:SKNCircleString];
     [dict setObject:array forKey:SKNSquareString];
-    array = [NSArray arrayWithObjects:@"scriptingColor", nil];
+    array = [NSArray arrayWithObjects:@"name", @"type", @"classCode", 
@"scriptingColor", nil];
     [dict setObject:array forKey:SKNHighlightString];
     [dict setObject:array forKey:SKNUnderlineString];
     [dict setObject:array forKey:SKNStrikeOutString];

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to