c_ext/CFileEditor.py
changeset 1097 233681f2a00e
parent 1096 c9ace6a881c9
child 1110 b6e252733c64
--- a/c_ext/CFileEditor.py	Wed May 08 21:37:31 2013 +0200
+++ b/c_ext/CFileEditor.py	Wed May 08 22:52:55 2013 +0200
@@ -48,3 +48,6 @@
         CodeFileEditor.RefreshView(self)
         
         self.CCodeEditor.RefreshView()
+
+    def Find(self, direction, search_params):
+        self.CCodeEditor.Find(direction, search_params)