halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

if plg runs on older Python 3.5-, show some msgbox and avoid all working w/o raising exception #37

Closed Alexey-T closed 3 years ago

halfbrained commented 3 years ago

added (code)

Alexey-T commented 3 years ago

if ver.major < 3 or ver.minor < 5:

--> if (ver.major, ver.minor) < (3, 5) @halfbrained

Alexey-T commented 3 years ago
  callback = lambda *args, msg=msg, **vargs: msg_box(msg, MB_OK or MB_ICONWARNING)

@halfbrained

halfbrained commented 3 years ago

thanks, changed