atomi wrote: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
Remove lines 22,23,24
- Code: Select all
if view.settings().get('is_widget') or not view.settings().get('command_mode'):
view.erase_regions('SublimeBlockCursorListener')
return
So that It only does
- Code: Select all
self.show_block_cursor(view)
In the file:
https://github.com/netpro2k/SublimeBloc ... kCursor.py
thx. but it's so not the same as what i mean for block cursor...sad....
