-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Don't move between spellcheckings results #12
Comments
@gtarawneh, problem is actually in Build 3124. Thanks. |
@Kristinita I just published v0.2.3 which should be available on Package Control shortly. Once you update, can you please check whether this problem still exists? |
@gtarawneh After update LanguageTool not worked for me. Ctrl+Shift+P →
Stack trace in terminal:
Ctrl+Shift+P → Thanks. |
@Kristinita LanguageTool switched to a new API so your server setting in Sublime must be changed to: |
I change my server setting, but problem still exists 😿:
|
Problem remained on 02.10.2016 version. My file: https://gist.github.com/Kristinita/f340edbe3c2478ac4c3babfe2da2b625: 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 812, in run_
return self.run(edit, **args)
File "LanguageTool in E:\Sublime Text 3\Data\Installed Packages\languagetool-sublime.sublime-package", line 114, in run
IndexError: list index out of range |
@Kristinita I ran a language check on this file but did not experience any issues when moving between problems. This might be because of an interaction with the markdown plugin you're using. I'll install it and test again within the next few days. |
@gtarawneh, I engaged in debugging and I find cause.
Thanks. |
Description
It does not always move between spellchekings results.
Steps to reproduce
I run LanguageTool in this file.
Ctrl+Shift+P
→LanguageTool: Check Text
→ I moved between problems viaAlt+↑
andAlt+↓
. Sometimes I succeed, sometimes not obtained.Environment
Windows 10
Sublime Text Build 3114
Thanks.
The text was updated successfully, but these errors were encountered: