Revision: 27159
          http://sourceforge.net/p/bibdesk/svn/27159
Author:   hofman
Date:     2021-11-27 19:47:16 +0000 (Sat, 27 Nov 2021)
Log Message:
-----------
Redeclare hidden elements from item for application, otherwise JXA doesn't 
notice them

Modified Paths:
--------------
    trunk/bibdesk/Scripting/BibDesk.sdef

Modified: trunk/bibdesk/Scripting/BibDesk.sdef
===================================================================
--- trunk/bibdesk/Scripting/BibDesk.sdef        2021-11-27 07:31:02 UTC (rev 
27158)
+++ trunk/bibdesk/Scripting/BibDesk.sdef        2021-11-27 19:47:16 UTC (rev 
27159)
@@ -839,6 +839,22 @@
                <class-extension extends="application"
                        description="Bibdesk's top level scripting object.">
                        <cocoa class="BDSKApplication"/>
+            <element type="BibTeX type" access="r" hidden="yes"
+                description="Infos for the BibTeX types.">
+                <cocoa key="typeInfos"/>
+            </element>
+            <element type="BibTeX field" access="r" hidden="yes"
+                description="Infos for the BibTeX fields.">
+                <cocoa key="fieldInfos"/>
+            </element>
+            <element type="template" access="r" hidden="yes"
+                description="Export templates.">
+                <cocoa key="templates"/>
+            </element>
+            <element type="search server" access="r" hidden="yes"
+                description="Search server infos.">
+                <cocoa key="serverInfos"/>
+            </element>
                        <property name="papers folder" code="pfol" type="text" 
access="r"
                                description="Path to the papers folder as 
specified in the Auto File preference.">
                                <cocoa key="papersFolder"/>

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to