Sean Cheren

Results 39 comments of Sean Cheren

.no-sublime-package prevents the package from being zipped, it doesn't exclude files.. I am looking into how to do this.

I have figured out how to do this, I'll make a PR soon https://forum.sublimetext.com/t/for-a-package-on-package-control-that-lives-on-github-how-to-exclude-some-files-in-the-repo-from-the-package/45061/3

How do you get the usages from sublime? Is the syntax settings etc on this branch already built, or does it need to be built in order to test? How...

I might take a crack at a build system myself, this seems a bit hard to follow and lacks proper documentation of the build process. Also need to update for...

Re 7 I would keep `&` an operator.. There's some good features in this PR, but a lot to go through all at once. Smaller PRs might make it easier...

I did install it to start looking at things actually... first issue: ``` If[rowStart > 1, rowList = Replace[rowList, x_Integer :> x - rowStart + 1, {1}]; ]; ```

Another issue: ``` Module[{data, fileMode, dims, enc, dataStrm, ignoreEmptyLines, summary}, (* Load LibraryLink functions *) If[!loadAdapter[], Return@CreateSVToolsException["AdapterNotLoaded"]; ]; enc = ValidateOption[True, SVGetDimensions, CharacterEncoding, Alternatives @@ Join[System`$CharacterEncodings, {None, Automatic, "UTF8ISOLatin1"}], opts];...

> Re 7 I would keep `&` an operator.. There's some good features in this PR, but a lot to go through all at once. Smaller PRs might make it...

This is causing _MAJOR_ performance detriments on my machine. I couldn't even open a file with 10k+ lines of code, but when I switched to the plugin on master it...

At first glance it looked like the escape \ fix was correct, but now I'm not so sure: