-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block cursor does not update in multiple views #1
Comments
I'd like to fix this. But I'm new to Sublime Text. How do I open a file in multiple tabs? Sublime always switches to the tab where the file is opened for me. |
I'm not sure if it's not about layouts. When i switch to 2 columns layout (Shift+Alt+2) or any other layout than Single, and I open a file in new view - block cursor works correctly only in the first view. |
I can confirm this as well. Pretty new to sublime plugin API, so I am very likely making some incorrect assumptions |
I got an idea after a bit of browsing through the API. you can get the window from the current view via Couldn't you just loop through the views and set the block cursor on each of them? |
If the same file is open in multiple tabs, the block cursor only works correctly in the first tab that was opened
The text was updated successfully, but these errors were encountered: