alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Sublime Text 3 support #17

Closed miraks closed 11 years ago

miraks commented 11 years ago

Added ST3 support. There was an issue with find_all function which in ST3 returns (-1, -1) sublime.Region for empty match instead of None.