Simple plugin that will highlight all occurences of the word under the cursor (a la Eclipse)
Handy to see where the current variable/function is used.
HighlightCurrentWord
Traceback (most recent call last):
File ".\sublimeplugin.py", line 88, in execApplicationCommand
File ".\HighlightCurrentWord.py", line 49, in run
AttributeError: 'View' object has no attribute 'eraseRegions'
Traceback (most recent call last):
File ".\sublimeplugin.py", line 88, in execApplicationCommand
File ".\HighlightCurrentWord.py", line 47, in run
File ".\HighlightCurrentWord.py", line 38, in onSelectionModified
AttributeError: 'View' object has no attribute 'addRegions'
jps wrote:You'll need to use the beta version, from http://www.sublimtext.com/beta, for this to work
Return to Plugin Announcements
Users browsing this forum: No registered users and 5 guests