sublime_text
sublime_text copied to clipboard
Issue tracker for Sublime Text
### Description of the bug The colours of build error phantoms don't changeover correctly when using the Colour Scheme Auto setting. This problem is present in both Windows and Linux...
### Description of the bug Recently (not exactly sure when, but one of the latest dev builds) Sublime Text & Sublime Merge lost ability to be registered as a systemd/cgroup...
### Description of the bug When hovering over a button (for example the switches in the search form), a tooltip is shown with a huge distance to the respective button....
### Problem description ST 4134 ships with certifi "2020.04.05.1". Current version of the certificate file is [2022.06.15](https://github.com/certifi/python-certifi/commit/9d514b4cad79357071c89d7dc4dc1b4df72bb997) ### Preferred solution Update ca bundle. ### Alternatives --- ### Additional Information _No...
### Description of the bug Selecting `Browse Packages` or `Open Containing Folder` always opens `explorer.exe`, regardless of OS configuration. This is likely caused by directly launching `explorer.exe` or using `ShellExecute()`,...
### Problem description Would be nice to have sticky scrolling, like in emacs: https://github.com/tuhdo/semantic-stickyfunc-enhance or in the new visual studio code edition: https://www.youtube.com/watch?v=iM4Vhrk4irY ### Preferred solution having a new sublime...
### Description of the bug I use a [plugin](https://github.com/davidson16807/sublime_contextual_move) that I wrote myself as an integral part of my workflow. Recently, I was setting up a new installation of Ubuntu...
### Problem description In spite of ST4 doing an awesome job including more in the auto-complete list, in some ways auto-complete has become subtly more frustrating for me. It's not...
### Description of the bug Phantoms have a not the correct font-family applied. ### Steps to reproduce Given the following plugin: ```py import sublime import sublime_plugin def phantom(point, view) ->...
### Problem description When making a large number of search replace changes over a project it would be helpful to be able to save all the changed files. When there...