deathaxe

Results 814 comments of deathaxe

Handling libraries and dependencies is not neccessarily associated with upgrading packagecontrol.io to v4.0.0 schema. For any python package to be available for end users, it currently just needs to be...

Well, still not being convinced of pip, but maybe found a reason for plugin_host being "crashed" by pip (see: https://github.com/sublimehq/sublime_text/issues/6406). That said, I did the following: 1. Manually copied pip...

> I haven't however checked, what happens if a package is loaded and related DLL is locked on Windows. FWIW, It just does not work on Windows due to DLLs...

Not to forget pip most likely never ever being able to hotpatch loaded DLLs on Windows, which renders it useless as package installer/updater for ST's plugin host(s).

Should be fixed by updating Packages/PHP/Embeddings/Diff (for PHP Interpolated).sublime-syntax to version 2.

Unsure. As both don't share anything and merge conflicts appear without anything diff related, a stand-alone syntax is ok, too, I guess. Normal diffs won't ever contain conflict markers, would...

I am fine with both, keeping or merging.

Empty lines between contexts is ok, but starting arbritary emptly lines between patterns is too much.

Indentation rules work on a per-line basis using regular expressions. Only a single style of indentation can be supported at a time. The intended style is: ```c void main(int argc)...

According to scope naming styleguide primitive built-in types are scoped `storage.type`. Some syntaxes use `storage.type.primitive`. Types, provided by libraries are scoped using a `support.` scope. According to TextMate rules, all...