windows - Editing DOT files with Notepad++ -


is possible use notepad++ sort of ide graphviz?

gvedit comes graphviz inadequate editing. notepad++ has solved many code-editing problems elegantly, unfortunately there no "compile dot file , show me result" button in notepad++ enable quick compile/edit cycle.

i made plugin purpose of quick compile/edit cycle in notepad++: https://github.com/jrebacz/nppgraphviz, scroll down installation section instructions.

the plugin takes current tab's document, sends selectable graphviz layout program (like dot.exe), , displays resulting image in preview window. f9 refresh window.


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -