deathaxe
deathaxe
Package Control 4 resolves this issue. 1. Depedencies don't need a 00_package_control_loader which was involved here 2. Several changes were made to reduce the risk of hitting locked files or...
The problem is it to be rather unclear, which of the packages contains the main theme, which is required.
Package Control 4 supports HTTP basic auth. ``` "http_basic_auth": { "api.github.com": ["username", "personal access token"], "gitlab.com": ["username", "personal access token"], "api.bitbucket.org": ["username", "app password"], } ```
The requested functionality is provided by https://packagecontrol.io/packages/ReadmePlease
I don't see a sane way how ST should handle the undo stack better without breaking something if a plugin synchronously invokes a potential text manipulating command after each key...
> I still think it'd be conceptually valuable for ST to differentiate between "potential" text edits and actual text edits A text command is called synchronous from a synchronous event...
Furthermore the line and column is at the wrong position. It should get a dedicated position at the right with fixed size and position, such as git, encoding, indention, syntax...
Hehe, looks like GitGutter's customizable `status_bar_message` using jinja2.
Least number of files consist of 4 or 5 chars only. Useful comments need (too mucht) space. With many views open tab widths are shrinked to a minimum and tend...
ST's default behavior hasn't changed since ST3. In case it's primary Markdown you are worried about and if you happen to use MarkdownEditing - it sets the title to the...