mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Bugfix: include missing scripting method definitions
This commit is contained in:
@@ -77,6 +77,11 @@
|
||||
* GitX Suite
|
||||
*/
|
||||
|
||||
// The GitX application.
|
||||
@interface GitXApplication (GitXSuite)
|
||||
|
||||
@end
|
||||
|
||||
// A document.
|
||||
@interface GitXDocument (GitXSuite)
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user