SublimeGraphvizPreview
SublimeGraphvizPreview copied to clipboard
SublimeText Plugin to quickly view a Graphviz snippet
Hi, just installed SublimeGraphvizPreview an a ubuntu 14.04 machine with sublimetext 2. After entering code I get the message: Graphviz: Please place cursor in graphviz code before running. Placed the...
Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 574, in run_ return self.run(edit) File "GraphvizPreview in C:\Users\tovbin\AppData\Roaming\Sublime Text 3\Installed Packages\GraphvizPreview.sublime-package", line 27, in run File "helpers in...
On Ubuntu 16.04, `open` is actually [openvt](http://manpages.ubuntu.com/manpages/precise/en/man1/openvt.1.html) which in turn doesn't work for this. Using `xdg-open` should do instead ``` python ... elif platform.system() == 'Linux': call(['xdg-open', pdf_filename], env=ENVIRON) ......
Generate preview for the entire file when _Graphviz(dot)_ syntax selected
After installing this plugin SendREPL, I had a problem with it and reported it [here](https://github.com/randy3k/SendREPL/issues/2). It turned out that the PATH variable was not correct. `python-pywin32` could therefore not be...
Title says it all!