-
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
Not all errors are highlighted when used with Markdown Editing plugin #10
Comments
In Markdown GFM syntax is white selection on white background. But how change color of selection? I try to change different parameters in MarkdownEditor.TmTheme file, but I was not able to change the color. Thanks. |
@Kristinita Can you provide a sample markdown file to reproduce this issue? |
@gtarawneh , https://gist.github.com/a1deddf4c8a7fb84b7435ef3c5ec0996. Stack trace after Alt+↓ in line 24. Thanks. |
@Kristinita Is this an intermittent issue or can you reproduce it reliably? in the latter case can you list the exact steps to reproduce (including the full stack trace please)? I've installed MarkdownEditing and ran a Language check on the file Thanks for your patience. |
@gtarawneh, I'm sorry, when I wrote my previous comment, I think, what I wrote comment to issue #12. Previous my comment for issue #12. Problem in this issue I reproduce on new Sublime Text without plugins and user settings. Steps to reproduce:
Thanks. |
@gtarawneh , any ideas? |
@Kristinita Sorry I've had trouble reproducing this issue so had to push it down the queue. I'll get on it as soon as I get some free time. |
@gtarawneh I can reproduce it in my machine. I am running subl3 in Manjaro. |
@facelessuser, can you give the cue, how we can fix these problem? For example, for your package RegReplace results for Markdown GFM syntax are highlight black color: Selection color ≠ background color. It's good. Thanks. |
So, let me get this straight. You are unhappy with the color this plugin highlights with? If that is true, the author could make the scope they use to highlight configurable. Plugin highlight regions are added by specifying a scope to use to get the color. If that scope is similar to the background color, you will get faint highlights. I took a quick look, and I think this plugin uses the String scope to highlight regions. Does this sound right? I usually expose these kind of things in my settings file when writing plugins. Just because it is a good color on my theme does not mean it will be a good color on all themes. Hopefully that helps and I interpreted the issue correctly. |
Alright, I added a |
Summary
Not all errors are highlighted when used with Markdown Editing plugin. This plugin has been downloaded more than 200,000 times, it is included in the Top 100 of plugins, so I think it is necessary to consider its use.
Expected behavior
Highlighting all errors as other syntaxes.
In code fragments I also saw typos:
Actual behavior
Highlighting only current error.
Steps to reproduce
I installed a clean Sublime Text without plugins MarkdownEditing and LanguageTool. I open file with
.md
extension.Ctrl+Shift+P
→Language Tool: Check Text
. I chose different syntaxes:Markdown
,Markdown GFM
andMultiMarkdown
— problem still exists.Environment
The text was updated successfully, but these errors were encountered: