deathaxe

Results 155 issues of deathaxe

### Problem description Is there a certain reason for not mensioning `set_unsaved_view_name` setting anywhere? A feature request related to that - so far unknown/hidden - setting was filed at https://github.com/SublimeText-Markdown/MarkdownEditing/issues/704....

T: enhancement
C: Settings
C: Documentation

### Description of the bug Dynamically changing layout via `new_pane` or `close_pane` modifies selected tabs of at least the last of the existing groups. ### Steps to reproduce 1. Open...

T: bug
C: View/Tabs/Groups/Layouts UI

This PR proposes to add `.python-versions` so PackageManager can run on python 3.8

All plugins should migrate to python 3.8 when running on ST4 as python 3.3 is more or less deprecated. In case of AYU it is as easy as adding relevant...

This commit... 1. directly stores python 3.3 compat module's code in a string since sublime.load_resource() fails when called from plugin_loaded() in case reloading is triggered by removing UnitTesting from "ignored_packages"....

This PR introduces required changes to support scheme 4.0.0 for Package Control 4.0 ## Overview 1. Updates database scheme to - replace `dependency` by `library` - add `python_versions` key -...

The following 175 packages in `package_cache` of channel_v3.json don't have any release. The linked github repo links return 404. They are however NOT marked missing by packagecontrol.io ``` Package Control:...

This PR proposes to update to python 3.9 and more up-to-date libraries. ### Motiviation It was impossible to setup a dev environment on a fairly up-to-date system (debian on wsl)...

Each package which can't be updated due to API rate limit being reached, is marked missing. They should better keep untouched. It may be rare but with increasing numbers of...

This PR incooperates some changes to get up and running more quickly. 1. Postgre failed to start as it couldn't create /var/run/postgresql, so added it to the scripts. 2. Improve...