-
After installation it worked until sublime restart. Now I get error:
```
Traceback (most recent call last):
File "/opt/sublime_text_3/sublime_plugin.py", line 74, in reload_plugin
m = importli…
-
A more abroad solution for plugins/packages hanging Sublime Text are discussed on Packages are allowed to hang Sublime Text Indefinitely #1463
Here, I just propose a small/lightweight solution whil…
-
At the very bottom of the readme, the link is 404: https://github.com/ratijas/kdesrc-build-sublime/tree/plugins/gen_conf_options.py
It should be https://github.com/ratijas/kdesrc-build-sublime/blob…
-
Simple test case:
``` python
# coding: utf8
# TODO Comment with non ASCII characters in it: °C.
```
This does not show up in the status line and invoking the list of all warnings doesn't work any mo…
-
Tried installing xml2json on sublime text 3. Immediately, I received the error mentioned above. There is no module UserDict in Sublime Text 3. I am not sure if there is an easy workaround for this.…
-
Following error is thrown in console when saving files with CRLF line ending on Windows. On the same machine unix line ending files work fine.
```
error: The formatting failed please check the consol…
-
This is a place where people can share their plugins.
Generally, a plugin has these responsibilities:
1. Start and stop the Replete process ([replete.js](https://github.com/jamesdiacono/Replete/bl…
-
plugins loaded
Package Control: Skipping automatic upgrade, last run at 2023-04-11 09:58:44, next run at 2023-04-11 10:58:44 or after
Unable to start subprocess for LSP-ruff
Traceback (most recent …
-
I'm running arch linux and have to disable the plugin to work this week, I'm messing up with some scss files with 3700+ lines and the plugin are making sublime text really slow, that's what I get from…
-
reloading plugin PythonTidy.Tidy
Traceback (most recent call last):
File "/opt/sublime_text/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/import…