kellishaver wrote:Excellent, thank you! I don't use vintage mode, so I've modified it a bit to work everywhere, which was very easy to do.
Thanks a million. This makes the cursor so much easier to see!
I wish it blinked, but that's kind of ridiculous functionality to ask for in a plug-in. Hopefully a block cursor style will be added to the official release in the future.
"caret_style": "phase"
"wide_caret": truekellishaver wrote:Excellent, thank you! I don't use vintage mode, so I've modified it a bit to work everywhere, which was very easy to do.
Thanks a million. This makes the cursor so much easier to see!
I wish it blinked, but that's kind of ridiculous functionality to ask for in a plug-in. Hopefully a block cursor style will be added to the official release in the future.
singw wrote:kellishaver wrote:Excellent, thank you! I don't use vintage mode, so I've modified it a bit to work everywhere, which was very easy to do.
Thanks a million. This makes the cursor so much easier to see!
I wish it blinked, but that's kind of ridiculous functionality to ask for in a plug-in. Hopefully a block cursor style will be added to the official release in the future.
I don't know much about python. Can you share the modified code for using it everywhere to me? thx
if view.settings().get('is_widget') or not view.settings().get('command_mode'):
view.erase_regions('SublimeBlockCursorListener')
return
self.show_block_cursor(view)Return to Ideas and Feature Requests
Users browsing this forum: No registered users and 5 guests