jwortmann
jwortmann
A small inconvenience that I noticed when you open a fresh instance of Sublime Text and start to type in the initial buffer. I'm not sure why exactly it happens,...
This is an enhancement suggestion that I had in mind for a pretty long time already, but I think unfortunately it's not possible to implement with the current ST API....
The icons for the context menu items which are built-in (from Windows) use different colors in light and dark mode. I created new icons for my custom menu entry, that...
Various languages have inbuilt support for Regular Expressions and some default syntax packages provide rules to apply suitable scopes within RegExp strings. However, these scope names seem to differ in...
### What happened? This issue is supposed to track the status of the problem described in the rejected and now closed PR #2090, because finding and implementing a solution is...
If you use a theme which supports the "inactive_sheet_dimming" setting (for example the default themes), it doesn't work with HtmlSheets created by `mdpopups.new_html_sheet`. It does work with HtmlSheets created with...
The [ST documentation](https://www.sublimetext.com/docs/3/minihtml.html#best_practices) suggests to allow color scheme authors to tweak the look of minihtml popups. With the currently used CSS loading priority (Sublime CSS/color scheme CSS -> MdPopups default...
Hello and thanks for creating this package! I would like to create `Actor`s from raw pixel data which I dynamically generate, instead of passing an image file that is stored...
Currently, all language servers are restarted whenever the user settings in LSP.sublime-settings are saved. This is not really necessary, so with this PR they are only restarted if the `"clients"`...