Starli0n
Starli0n
This solution enables to step in other scripts, thanks. However it changes the behavior. For instance, let's say that I set a variable at the beginning of each script like:...
I was searching for good git client for my teammates. So I gave a try to Desktop Github, to discover that I could not switch to my upstream whereas it...
> @Starli0n I guess you already did but, if not, take a look at other [suggested third-party GUI clients](https://git-scm.com/downloads/guis) and see if any of them fits your needs. Thank you...
It does not work for me :-(
Actually, it was not enough. I replace from `Default/symbol.py`, line 57 in ST3b3126. ```pyhton def open_location(window, l): fname, display_fname, rowcol = l row, col = rowcol window.open_file( fname + ":"...
And if you want to remove the current file from the QuickPanel Selection, add those lines: https://github.com/Starli0n/F_SublimeDefault/blob/master/symbol.py#L48-L51
Hi, After almost 2 years, I came back on this PR as I was doing some cleaning on my repos. I removed the commit that was not PSR0/PSR4 compliant. I...
Hi, I am using ST2 on Win7 with PHPUnit 5.2.6 and I confirm the issue. The fix works fine for me too, thank you @davisonja It should also be applied...
Hi, I have a similar issue, I cannot build properly the Windows version ``` MSBUILD : error MSB1009: Project file does not exist. ``` Actually, the file `SparkleShare.sln` and it...