Richard Stein

Results 124 comments of Richard Stein
trafficstars

> This may be caused by PHP syntax need

If this is not really an issue with other packages we can just use #477

That sounds nice and could not only work for gutter popups, but for all potential popup conflicts. I think for the priorities a dict may be better than a list:...

If a package has several popup I would just add several settings, e.g. ```js "hover_popup_priorities": { "GitGutter.diff_popup": 4, "GitGutter.revert_popup": 5, // ... } ``` Not sure how to set the...

If you use the scope `region.redish markup.deleted.git_gutter` it will only use the color of `region.redish` if the colorscheme does not define a color for `markup` or `markup.deleted` or `markup.deleted.git_gutter`, imo...

Using milestones seems to be a good idea to group PRs and issues for releases. Additionally creating an issue per release isn't bad either.

I think we should merge #372 and issue a release soon afterwards (maybe a prerelease a few days before). This fixes the flickering, which may annoy a lot of users.

I will create a small PR to improve the readability of the popup css since we now encourage people to change it.

I think the main issue with the atom port is that the developers are still using Sublime Text for LaTeX, because it has a better syntax highlighting and more features....

If someone is interested in supporting LaTeXTools it would be a better idea to add him as collaborator than forking the repo and starting an other competing package, which may...