Hey again!
I’m testing in LaTeX, Markdown, Text and tried to add “MATLAB” (“matlab” and “source.matlab”, what does define scope selector for the different languages?) as well, without much success. I downloaded the new latest commit, and added to Packages. The python console output is reporting some errors:
Reloading plugin /Users/holene/Library/Application Support/Sublime Text 2/Packages/CheckBounce/act_on_word.py
Traceback (most recent call last):
File "./sublime_plugin.py", line 62, in reload_plugin
File "./act_on_word.py", line 8, in <module>
from spellchecker import SpellChecker
File "./spellchecker.py", line 179
sublime.status_message('Learned "{0}."'.format(word))
^
IndentationError: unexpected indent
Reloading plugin /Users/holene/Library/Application Support/Sublime Text 2/Packages/CheckBounce/autocorrect_listener.py
Traceback (most recent call last):
File "./sublime_plugin.py", line 62, in reload_plugin
File "./autocorrect_listener.py", line 10, in <module>
from spellchecker import SpellChecker
File "./spellchecker.py", line 179
sublime.status_message('Learned "{0}."'.format(word))
^
IndentationError: unexpected indent
Reloading plugin /Users/holene/Library/Application Support/Sublime Text 2/Packages/CheckBounce/background.py
Traceback (most recent call last):
File "./sublime_plugin.py", line 62, in reload_plugin
File "./background.py", line 14, in <module>
from spellchecker import SpellChecker
File "./spellchecker.py", line 179
sublime.status_message('Learned "{0}."'.format(word))
^
IndentationError: unexpected indent
Reloading plugin /Users/holene/Library/Application Support/Sublime Text 2/Packages/CheckBounce/check_contextual.py
Reloading plugin /Users/holene/Library/Application Support/Sublime Text 2/Packages/CheckBounce/const.py
Reloading plugin /Users/holene/Library/Application Support/Sublime Text 2/Packages/CheckBounce/spellchecker.py
Traceback (most recent call last):
File "./sublime_plugin.py", line 62, in reload_plugin
File "./spellchecker.py", line 179
sublime.status_message('Learned "{0}."'.format(word))
^
IndentationError: unexpected indent
found 10 files for base name Default.sublime-keymap
found 33 files for base name Main.sublime-menu