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

Allow suppressing UI blocking dialogs #2546

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    76420cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a92fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81e3567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f552660 View commit details
    Browse the repository at this point in the history
  5. add "see console"

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1bbcef4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0c9ded View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3747b46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74c0af3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d78e139 View commit details
    Browse the repository at this point in the history
  10. suppress dialogs by default

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    96884ff View commit details
    Browse the repository at this point in the history
  11. swap logging logick to reflect the settings change

    show became suppress, so dialogs reversed with status messages
    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a2743ce View commit details
    Browse the repository at this point in the history
  12. move setting to other

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    39f6429 View commit details
    Browse the repository at this point in the history
  13. use longer names

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9d40852 View commit details
    Browse the repository at this point in the history
  14. add missing window arg

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    987ce91 View commit details
    Browse the repository at this point in the history
  15. accept optional sublime Window in notify functions

    fallback sublime functions
    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5b99040 View commit details
    Browse the repository at this point in the history
  16. fix style

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    33ab71f View commit details
    Browse the repository at this point in the history
  17. remove comments

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    27aa180 View commit details
    Browse the repository at this point in the history
  18. update type/var name

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d61affa View commit details
    Browse the repository at this point in the history
  19. return if no window

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    726a781 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8595bf2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5ab0e73 View commit details
    Browse the repository at this point in the history
  22. consolidate error notification into 1 function

    with an extra severe argument to downgrade to a non-error modal dialog if needed
    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    546a8df View commit details
    Browse the repository at this point in the history
  23. fix flake8 style

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6bdb715 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    76a222e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    52d5ee7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    89c4bd9 View commit details
    Browse the repository at this point in the history
  27. update default config

    eugenesvk committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ac0c301 View commit details
    Browse the repository at this point in the history