SublimeBlockCursor
SublimeBlockCursor copied to clipboard
Sublime Text 2 plugin to mimic a block cursor in Vintage command mode.
Block cursor doesnt work after installing it. Console shows error "undefined view_is_widget "
Fixed a `NameError`, as `view_is_widget` was defined as a method, but used like a function. So, moved it out of the class, although a smaller fix would have been to...
This commit fixes two issues: - The 'Nonetype' console error - Sublime Text 3 support
Hi, I found this NoneType error in my log, not sure if there's any impact. Could you take a look? ``` => => => Console logging activated (/Users/zhour6/.subl.log). Timestamp: 27...
SublimeBlockCursor is good i wish to use in st3 and i try SublimeBlockCursor.py 6 def view_is_widget(view): --> def view_is_widget(self, view): 25 if view_is_widget(view) or (is_vintage_mode and not command_mode): --> if...
As of this writing it does not show up in 'Package Control: Install Package'. There is 'BlockCursorEverywhere' by a different author, but 'SublimeBlockCursor' is not there.
If you have an empty line at the bottom of a file, then the Block cursor is not shown but the normal underscore.
If the same file is open in multiple tabs, the block cursor only works correctly in the first tab that was opened