Bugfix: include missing scripting method definitions

This commit is contained in:
Nathan Kinsinger
2010-09-12 22:27:02 -06:00
parent 5ddbcd18ef
commit 8591effc91
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -77,6 +77,11 @@
* GitX Suite
*/
// The GitX application.
@interface GitXApplication (GitXSuite)
@end
// A document.
@interface GitXDocument (GitXSuite)
+12
View File
@@ -183,6 +183,18 @@
</parameter>
</command>
<class-extension extends="application" description="The GitX application.">
<responds-to name="show diff">
<cocoa method="showDiffScriptCommand:"/>
</responds-to>
<responds-to name="init repository">
<cocoa method="initRepositoryScriptCommand:"/>
</responds-to>
<responds-to name="clone repository">
<cocoa method="cloneRepositoryScriptCommand:"/>
</responds-to>
</class-extension>
<class-extension extends="document" code="docu" description="A document.">
<cocoa class="PBGitRepository"/>
<responds-to name="search">