Zatherz
Zatherz
[PEP 394](https://www.python.org/dev/peps/pep-0394/) recommends the usage of `python2` when invoking Python 2 scripts instead of `python`, as the latter might be different depending on the distribution (and indeed it is -...
Build commands which are supposed to run with the whole project will now start at the root of the current open directory in Sublime, which allows you to put your...
This is a merge of #47, #46 and #45. If you're going to merge these, please merge this PR instead, as #46 and #47 contain merge conflicts which this PR...
* Update Import Paths now also runs Update Project first * Restart DCD Autocompletion Server now actually restarts the server - tries to kill it first. * Added the port...
Is there any way to parse only when a character is found, but don't return it? For example, with the quoted string example, I'd like to return the actual inner...
BREAKING CHANGE: you now have to use GL::VertexShader and GL::FragmentShader instead of GL::Shader.fragment or GL::Shader.vertex. LibSOIL is now included as a submodule. Note: it points to my forked repo, so...
Please add a license file to this project. Considering you use the source of original xBR and HQx, it should be LGPL2.1.