Skip to content
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

Correctly use default error color in the presence of an empty st… #735

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

DanielRosenwasser
Copy link
Member

Fixes #731

@orta @bertilnilsson please put some eyes on this ASAP since this is a pretty poor experience

sublime.DRAW_OUTLINED
if settings.get("error_outlined") else
sublime.DRAW_NO_FILL +
sublime.DRAW_NO_OUTLINE +
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who knows why this ever even worked.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you've got me - this looks easier to reason about though 👍

@DanielRosenwasser DanielRosenwasser changed the title Correctly use default error color in the presence of an empty string. Correctly use default error color in the presence of an empty st… Nov 15, 2019
@DanielRosenwasser DanielRosenwasser merged commit 1d5160e into master Nov 15, 2019
@DanielRosenwasser DanielRosenwasser deleted the fixErrorDisplay branch November 15, 2019 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't see errors
2 participants