You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the autoselect also erratic if you save the file by pressing "ctrl + s"?
I think this is something that has to be solved by fixing the Sublime Text API.
Currently, there is only one way for plugins to save a file, which is doing basically the same as when you press Ctrl + s. This has a bunch of "side effects", e.g. closing auto-complete windows, and, I assume, is also what is causing your autoselect to be erratic.
What is needed is an option in the Sublime Text API to save the current view to disk without invoking any of the other side effects that happens during a normal "ctrl + s" save.
If i'm selecting multiple objects using ctrl + D and it autosaves, the autoselect is erratic
The text was updated successfully, but these errors were encountered: