buildersbrewery / sublime-lsl

LSL for Sublime Text 4073+ with linting, tooltips & completions with your indent style of choice.
ISC License
20 stars 3 forks source link

Linting and tooltips broken in Sublime Text `Build 4107` #8

Open denis130 opened 3 years ago

denis130 commented 3 years ago

After updating or installing Sublime Text Build 4107 and installing all the packages, linting doesn't work and after restarting Sublime Text tooltips are not displayed.

I have tried to do a clean install, removing everything related to previous versions, and it doesn't solve the issue.

Environment

Sublime Text:
  build: 4107
  channel: dev
    portable: false
  platform: windows x64

Packages:
    =BB= LSL:
        version: 6.0.0
        installed via Package Control: True
    Package Control: 3.4.1
    PackageDev: 3.2.16

Dependencies:
    SublimeLinter: 4.16.3
    markupsafe: 1.1.1
    mdpopups: 4.1.2
    pygments: 2.0.2
    python-jinja2: 2.10.1
    python-markdown: 3.1.1
    pyyaml: 5.1.1
    ruamel-yaml: 1.2.0
    sublime_lib: 1.4.0
buildersbrewery commented 3 years ago

@denis130 Thanks for the report.

I currently have a major change with some 9k lines of code pending. However I have neither finished changing the syntax, nor do I have the time to do that now or in the near future.


The latest release of this plug-in was tested with Build 4073. Compare:

https://www.sublimetext.com/dev

You might want to use the portable release for this along your main installation. macOS and linux releases are portable as-is.

denis130 commented 3 years ago

@buildersbrewery Thank you, I will try the build 4073.

denis130 commented 3 years ago

@buildersbrewery I was able to use it on version 4073, but for some reason I am not able to display warnings on the lines of the code like it was in the older version.