Revision: 12614 http://sourceforge.net/p/skim-app/code/12614 Author: hofman Date: 2021-12-11 10:53:11 +0000 (Sat, 11 Dec 2021) Log Message: ----------- Move responds-to of rich text class to Skim suite in hidden class-extension
Modified Paths: -------------- trunk/Skim.sdef Modified: trunk/Skim.sdef =================================================================== --- trunk/Skim.sdef 2021-12-10 15:25:15 UTC (rev 12613) +++ trunk/Skim.sdef 2021-12-11 10:53:11 UTC (rev 12614) @@ -308,24 +308,6 @@ <element type="word"/> <element type="attribute run"/> <element type="attachment"/> - <responds-to name="select" hidden="yes"> - <cocoa method=""/> - </responds-to> - <responds-to name="join" hidden="yes"> - <cocoa method=""/> - </responds-to> - <responds-to name="get bounds for" hidden="yes"> - <cocoa method=""/> - </responds-to> - <responds-to name="get text for" hidden="yes"> - <cocoa method=""/> - </responds-to> - <responds-to name="get index for" hidden="yes"> - <cocoa method=""/> - </responds-to> - <responds-to name="get pages for" hidden="yes"> - <cocoa method=""/> - </responds-to> </class> <class name="character" code="cha " inherits="rich text" @@ -365,19 +347,6 @@ </property> </class> - <class name="rich text format" plural="rich text formats" code="RTFt" hidden="yes" - description="Rich text format, encoding rich text."> - <cocoa class="NSAttributedString"/> - <property name="name" code="pnam" type="text" access="r" - description="The name for the rich text format."> - <cocoa key="scriptingName"/> - </property> - <contents name="rich text" code="ricT" type="rich text" access="r" - description="The rich text representation of the rich text format."> - <cocoa key="scriptingRichText"/> - </contents> - </class> - </suite> @@ -704,6 +673,29 @@ </element> </class-extension> + <class-extension extends="rich text" hidden="yes" + description="Rich (styled) text"> + <cocoa class="NSTextStorage"/> + <responds-to name="select"> + <cocoa method=""/> + </responds-to> + <responds-to name="join"> + <cocoa method=""/> + </responds-to> + <responds-to name="get bounds for"> + <cocoa method=""/> + </responds-to> + <responds-to name="get text for"> + <cocoa method=""/> + </responds-to> + <responds-to name="get index for"> + <cocoa method=""/> + </responds-to> + <responds-to name="get pages for"> + <cocoa method=""/> + </responds-to> + </class-extension> + <class-extension extends="application" description="Skim's top level scripting object."> <cocoa class="SKApplication"/> @@ -1168,6 +1160,19 @@ </property> </class> + <class name="rich text format" plural="rich text formats" code="RTFt" hidden="yes" + description="Rich text format, encoding rich text."> + <cocoa class="NSAttributedString"/> + <property name="name" code="pnam" type="text" access="r" + description="The name for the rich text format."> + <cocoa key="scriptingName"/> + </property> + <contents name="rich text" code="ricT" type="rich text" access="r" + description="The rich text representation of the rich text format."> + <cocoa key="scriptingRichText"/> + </contents> + </class> + <class name="point list" plural="point lists" code="PtLi" description="A list of points."> <cocoa class="NSArray"/> 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