HorlogeSkynet / SSHubl

:technologist: A Sublime Text 4+ plugin for your SSH connections
https://packagecontrol.io/packages/SSHubl
GNU General Public License v3.0
3 stars 0 forks source link

Disables spellcheck in remote terminal view (Terminus v0.3.32+) #17

Closed HorlogeSkynet closed 2 months ago

HorlogeSkynet commented 2 months ago

Disables spellcheck in remote terminal view (Terminus v0.3.32+)

This patch replaces previous Terminus package detection by a proper terminus_open lookup (actually TerminusOpenCommand command class).

SSHubl won't (try to) consume PackageControl API anymore, which should result in better performance when opening a remote terminal for the first time.

New st_utils.get_command_class function comes with some proper testing (including its conditional cache feature).

As Terminus v0.3.32 was released on 15/08/2024, we expect it to be globally rolled out before next version of SSHubl.