Revision: 3363
http://skim-app.svn.sourceforge.net/skim-app/?rev=3363&view=rev
Author: hofman
Date: 2008-01-10 05:06:31 -0800 (Thu, 10 Jan 2008)
Log Message:
-----------
Rename properties of some record types. AppleScript has problems with
properties that have the same name as enumerators.
Modified Paths:
--------------
trunk/Skim.sdef
Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef 2008-01-09 13:35:28 UTC (rev 3362)
+++ trunk/Skim.sdef 2008-01-10 13:06:31 UTC (rev 3363)
@@ -892,60 +892,60 @@
</record-type>
<record-type name="note line widths" code="NLWd">
- <property name="text note" code="NTxt" type="real"
+ <property name="text note width" code="WTxt" type="real"
description="Default text note line width.">
<cocoa key="textNote"/>
</property>
- <property name="circle note" code="NCir" type="real"
+ <property name="circle note width" code="WCir" type="real"
description="Default circle line width.">
<cocoa key="circleNote"/>
</property>
- <property name="box note" code="NSqu" type="real"
+ <property name="box note width" code="WSqu" type="real"
description="Default box line width.">
<cocoa key="squareNote"/>
</property>
- <property name="line note" code="NLin" type="real"
+ <property name="line note width" code="WLin" type="real"
description="Default line line width.">
<cocoa key="lineNote"/>
</property>
</record-type>
<record-type name="note line styles" code="NLSt">
- <property name="text note" code="NTxt" type="note line style"
+ <property name="text note style" code="STxt" type="note line style"
description="Default text note line width.">
<cocoa key="textNote"/>
</property>
- <property name="circle note" code="NCir" type="note line style"
+ <property name="circle note style" code="SCir" type="note line
style"
description="Default circle line width.">
<cocoa key="circleNote"/>
</property>
- <property name="box note" code="NSqu" type="note line style"
+ <property name="box note style" code="SSqu" type="note line style"
description="Default box line width.">
<cocoa key="squareNote"/>
</property>
- <property name="line note" code="NLin" type="note line style"
+ <property name="line note style" code="SLin" type="note line style"
description="Default line line width.">
<cocoa key="lineNote"/>
</property>
</record-type>
<record-type name="note dash patterns" code="NDsh">
- <property name="text note" code="NTxt"
+ <property name="text note pattern" code="PTxt"
description="Default text note dash pattern.">
<type type="real" list="yes"/>
<cocoa key="textNote"/>
</property>
- <property name="circle note" code="NCir"
+ <property name="circle note pattern" code="DCir"
description="Default circle dash pattern.">
<type type="real" list="yes"/>
<cocoa key="circleNote"/>
</property>
- <property name="box note" code="NSqu"
+ <property name="box note pattern" code="DSqu"
description="Default box dash pattern.">
<type type="real" list="yes"/>
<cocoa key="squareNote"/>
</property>
- <property name="line note" code="NLin"
+ <property name="line note pattern" code="DLin"
description="Default line dash pattern.">
<type type="real" list="yes"/>
<cocoa key="lineNote"/>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit