SublimeText / WordHighlight

Highlight all copies of the currently selected word.
MIT License
179 stars 24 forks source link

Doesn't work with Sublime Text 3 #42

Closed scarlac closed 11 years ago

scarlac commented 11 years ago

The plugin has no effect and apparently throws no errors in the console. Would love to see it working.

adzenith commented 11 years ago

ST3 support was explicitly added a while ago: https://github.com/SublimeText/WordHighlight/pull/38 Perhaps you're having some different problem?

scarlac commented 11 years ago

Hmm, perhaps. Does the default functionality provide highlighting of words just by placing cursor inside of a word (meaning not having to select it)? Sublime offers the highlight functionality by default with selection, so perhaps it's a configuration issue - however I cannot seem to get it working, even if I set: "highlight_word_under_cursor_when_selection_is_empty": true and "highlight_when_selection_is_empty": true ... Still nothing happens.

Am I completly lost? I feel like I'm about to get a newbie spanking here...

scarlac commented 11 years ago

Ah yes. Stupid me. I was putting settings in the general sublime settings file, not in the word highlight-specific settings file.

I really miss a configuration UI for sublime :)

You can dismiss this issue.

adzenith commented 11 years ago

Thanks! Glad you were able to figure it out so quickly.