예제 #1
0
파일: sublime.py 프로젝트: ronnyzxr/aml
 def lookup_symbol_in_open_files(self, sym):
     """ Finds all files and locations where sym in defined, searching through open files """
     return sublime_api.window_lookup_symbol_in_open_files(self.window_id, sym)
예제 #2
0
 def lookup_symbol_in_open_files(self, sym):
     """ Finds all files and locations where sym in defined, searching through open files """
     return sublime_api.window_lookup_symbol_in_open_files(
         self.window_id, sym)