Permalink
Browse files
add support for multiple selections
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
smart_backspace.py
|
@@ -16,6 +16,8 @@ def run(self, edit): |
|
|
self.view.run_command('run_macro_file', {"file": "res://Packages/Default/Delete Left Right.sublime-macro"}) |
|
|
else: |
|
|
self.view.run_command('left_delete') |
|
|
else: |
|
|
self.view.run_command('left_delete') |
|
|
|
|
|
class SmartBackspaceCommand(sublime_plugin.TextCommand): |
|
|
def run(self, edit): |
|
|
0 comments on commit
4ebfb5e