- Code: Select all
import sublime, sublime_plugin
class SearchInsert(sublime_plugin.WindowCommand):
def run(self, *args):
self.window.active_view().settings().set('command_mode', False)
self.window.run_command('show_panel', {'panel': 'find'})
Thanks!
import sublime, sublime_plugin
class SearchInsert(sublime_plugin.WindowCommand):
def run(self, *args):
self.window.active_view().settings().set('command_mode', False)
self.window.run_command('show_panel', {'panel': 'find'})Users browsing this forum: Google [Bot] and 16 guests