Adam Strzelecki

Results 17 issues of Adam Strzelecki

This comes with minimal changes: 1. Moving out fenced code block rules to own group. 2. Including this group in main body and indented bodies. Relates to https://github.com/jonschlinkert/sublime-markdown-extended/issues/157

@anmoljagetia First of all, thank you very much for this really fabulous flat theme. I think this is what modern Ubuntu should look like. I have only one remark. I...

This is the second attempt to distinguish trackpad scrolling that when used should yield panning from Magic Mouse scrolling that should control zoom. Since trackpad will begin with a touch...

I wish I had such a lightweight way to document my C# code, that does not require introducing extra additional content/lines/syntax that serve to (computer) documentation generator, but not me...

For example: git-tfs shelve "Experiment v1" experiments experiment-1 This will populate changes starting from experiments ref, rather than last TFS check-in ref. NOTE: While existing tests pass, I did not...

Currently OmniSharp-Sublime uses hard-coded colors, which may work for these using dark color styles, but looks bad when using light. ![omnisharp-theme-mismatch](https://user-images.githubusercontent.com/103067/27080816-f11e8de6-503d-11e7-9cda-8fe66c036b7a.png) It would be much better if CSS would use...

If I collapse the section and start dragging collapsed header (cell), I will end up with only header cell moved but not it's (collapsed) content, which is counter-intuitive. Versions: *...

@rowanj I would like hereby ask to move project to its own organization which may (in future) let other developers to join the _GitX_ effort. Also we would have nice...

Maintainence

While auto remains the default, we now support explicit choice of doing pan or zoom when scrolling with mouse wheel or touch pad. This can be also adapted for other...

macOS
UI

This restores ability to chain std::set_terminate handlers on Windows by passing MSVC C++ runtime exceptions using their `0xE06D7363` system code back to original handler that will later call backward-cpp's terminator....