Sublime Forum

How to run find command with search string

#1

Hello all,
I am trying to write macro that involves finding all regex on current view, I found http://www.sublimetext.com/docs/commands, but there is only list of find commands that refers to some “find buffer”. How can I set that?

When I try to call >>> view.run_command(“find_next”) in sublime console, nothing happens.

0 Likes