SublimeBlockCursor
SublimeBlockCursor copied to clipboard
ST3 Support
SublimeBlockCursor is good i wish to use in st3 and i try
SublimeBlockCursor.py
6 def view_is_widget(view): --> def view_is_widget(self, view):
25 if view_is_widget(view) or (is_vintage_mode and not command_mode): --> if self.view_is_widget(view) or (is_vintage_mode and not command_mode):
Have not given ST3 a whirl yet, but plan to soon, will definitely give this a look when i do. Thanks!
+1 :)