Richard Stein

Results 124 comments of Richard Stein

Yes, I think it woud be the best to use the size in which it should be shown with a good dpi. The json would look like this (you can...

Ok nice. I will add it to Sublime Text and will also try to do it for Atom, maybe together with @ig0774 .

The `keep_focus` option is not available for every viewer. SumatraPDF does not support this as an command line argument. Hence it requires special handling, which is not implemented yet.

SumatraPDF is the only viewer, which is supported for windows. In Sublime Text we found a very unique way to set the focus back to ST just by calling it....

You are speaking of the feature from https://github.com/SublimeText/LaTeXTools/pull/585, which requires (with support for nested environments and multiple cursors) some logic. Hence it is not as straight forward as just seaching...

I have also used emacs, but I like multiple-selections more than an input panel.

I am finally going to rework that PR, merge it, and create a pre-release in the next weeks :)

To clearify your suggestion. Do you want 1. A better granularity for the language selection, i.e. use `javascript` inside script/php tags and html outside these tags 2. or support for...

Since I anyway touch most of the files, I autoformated the indentation as suggested in [pep8](https://www.python.org/dev/peps/pep-0008/#indentation)

I agree on this and undid the indentation changes. In general the code changes are - the interpreter - at the end of each file `interpreter.register_command("whatever", expand_to_whatever)` - the language...