mattst

Results 10 comments of mattst

@FichteFoll > "@mattst, thanks for the great images btw, but you wouldn't have needed this many. ;)" I got a bit carried away. :) I was trying to show the...

@jisaacks See this [StackOverflow page](https://stackoverflow.com/questions/61676504/sublime-text-chain-of-command-plugin-not-working-properly) which has a workaround that may shed light on what the problem is.

I'd like to be able to do this too.

Hi, Concerning your query about the import: ``` if python_version_major == 3: from .matching import ... from .paths import ... elif python_version_major == 2: from matching import ... from paths...

Thanks for the bug report. Firstly I'm not a Windows user, but I do have WinXP 32 which I run in VirtualBox (since XP is now ancient it's not the...

Nope, that must have been a bit weird for you. Look who owns iOpener at the top of the page.

@Ross - Ohh, I see. Many apologies Ross, I didn't realize that `@Ross` would actually notify someone, I just used that so that rosshemsley would see that bit was directed...

@thorstenkampe - Thanks. So I guess I misunderstood the Wikipedia page, a path beginning with a `\` is relative to the current drive and not the current directory (the `%CD%`...

Hi Ross, I've forked and cloned and had a play with iOpener on ST2 this afternoon. There are some issues. The window class method project_data() is not in the ST2...

The use of `Base File.sublime-settings` also conflicts with the [_Wrap Plus_](https://packagecontrol.io/packages/Wrap%20Plus) package resulting in my having to use `User/Base File.sublime-settings` for both my _Alignment_ and _Wrap Plus_ settings instead of...