It does not always move between spellchekings results.
I run LanguageTool in this file. Ctrl+Shift+P
→ LanguageTool: Check Text
→ I moved between problems via Alt+↑
and Alt+↓
. Sometimes I succeed, sometimes not obtained.
key evt: alt+down
command: goto_next_language_problem {"jumpForward": true}
key evt: alt+down
command: goto_next_language_problem {"jumpForward": true}
key evt: alt+down
command: goto_next_language_problem {"jumpForward": true}
Traceback (most recent call last):
File "E:\Sublime Text 3\sublime_plugin.py", line 568, in run_
return self.run(edit, **args)
File "LanguageTool in E:\Sublime Text 3\Data\Installed Packages\LanguageTool.sublime-package", line 116, in run
IndexError: list index out of range
key evt: alt+up
command: goto_next_language_problem {"jumpForward": false}
key evt: alt+up
command: goto_next_language_problem {"jumpForward": false}
key evt: alt+up
command: goto_next_language_problem {"jumpForward": false}
Traceback (most recent call last):
File "E:\Sublime Text 3\sublime_plugin.py", line 568, in run_
return self.run(edit, **args)
File "LanguageTool in E:\Sublime Text 3\Data\Installed Packages\LanguageTool.sublime-package", line 122, in run
IndexError: list index out of range
Windows 10 Sublime Text Build 3114
Thanks.