Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-12 22:55:26 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-12 22:57:48 +0400
commit182d6fbfcc02a128081623b120262b66c5725907 (patch)
tree3d0cb260bf77c451423f1c00070bc19e59933f7d /MonodocDocumentController.cs
parente0e1bdc47bf2dba28baad64318d8cd561ce9eb5c (diff)
[macdoc] Add search and find shortcuts and implementation
Diffstat (limited to 'MonodocDocumentController.cs')
-rw-r--r--MonodocDocumentController.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MonodocDocumentController.cs b/MonodocDocumentController.cs
index 2272e77..2c76517 100644
--- a/MonodocDocumentController.cs
+++ b/MonodocDocumentController.cs
@@ -23,6 +23,12 @@ namespace macdoc
outError = null;
return "MyDocument";
}
+
+ public MyDocument CurrentMyDocument {
+ get {
+ return (MyDocument)CurrentDocument;
+ }
+ }
}
}