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

various bug fixes #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

various bug fixes #61

wants to merge 2 commits into from

Commits on Dec 19, 2021

  1. fix quiet setting precedence

    emekoi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    65e2db3 View commit details
    Browse the repository at this point in the history
  2. formatted Zig.py, refactored inline errors, and fixed error regex

    on zig 0.8.1, `zig fmt` does not output a leading './' if the file path
    it was given did not include one, but the regex did not account for
    this. furthermore, trying to close one inline error message would close
    all error messages in all windows. now only the error message clicked on
    is closed; however, there currently is no way to close all the inline error
    messages in a single view. lastly we need to figure out the oldest version
    of sublime text this package will support. backwards compatibility between
    4 and 3 is quite good from what i can tell, but i'm not sure about version 2.
    emekoi committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    7855d99 View commit details
    Browse the repository at this point in the history