Skip to content

Instantly share code, notes, and snippets.

@Kristinita
Created October 6, 2016 18:01
Show Gist options
  • Save Kristinita/a1deddf4c8a7fb84b7435ef3c5ec0996 to your computer and use it in GitHub Desktop.
Save Kristinita/a1deddf4c8a7fb84b7435ef3c5ec0996 to your computer and use it in GitHub Desktop.
Language Tool

Description

It does not always move between spellchekings results.

Steps to reproduce

I run LanguageTool in this file. Ctrl+Shift+PLanguageTool: 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

Environment

Windows 10 Sublime Text Build 3114

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment