Richard Stein

Results 124 comments of Richard Stein
trafficstars

I am one of the (3) Sublime Text maintainers so I answered with the insights I have and by writing in this issue you have contact to the maintainers. However...

@cortner I fully understand your frustration and think it is a good idea to fork and continue dead packages. However the usual way would be to contact the author(s) about...

Even if it wasn't the best start doesn't mean it won't have a good end :) Since @shanepelletier has explained his motivation, renamed his org and project, and is understanding,...

@shanepelletier In Sublime Text the LaTeXTools package is (for historical reasons) part of the Sublime Text org, which consists of over 50 Sublime Text package developers. Therefore it will have...

The problem with it given a license is that there are 42 contributors and everyone needs to agree to the adding of the license. So we should have added a...

@evandrocoan Thanks for you effort. We may also use the contributors page https://github.com/SublimeText/LaTeXTools/graphs/contributors I don't think we need the agreement of people who changed single lines of code (the changes...

You can open your [ExpandRegion settings](https://github.com/aronwoost/sublime-expand-region/blob/v1.3.5/ExpandRegion.sublime-settings#L17) and add the content: ``` js { "scope_selectors": { "javascript": [ "source.css" ] } } ``` I think we should also add this to...

The main reason is, that I did not thought about it. However it is not as trivial as it might look like in the current state, because expansions are on...

I mean, we cannot use the scopes defined by the syntax file. This approach is for example used by BracketHighlighter. There the scope boundaries (start and end of the yellow...

Such an option will be added soon.