plantuml-mode
plantuml-mode copied to clipboard
A major mode for editing PlantUML sources in Emacs
Fixes #153 and fixes #154. I agree to license any copyrightable changes made in this pull request under the GNU GPL v3 or later. I have not run the test...
Server support defined in plantuml-default-exec-mode is explained as experimental. However it is the default in its declaration: (defcustom plantuml-default-exec-mode 'server Therefore document it as the default. Also note that there...
When I run plantuml-mode it doesn't show a message in the minibuffer that it has been toggled off? What allows this feature in major mode toggles?
When using the [named multiline note syntax](https://plantuml.com/class-diagram#23ca7846dedbb80a), indentation fails. Similar to #153, that also breaks all following indentation. # Example ```plantuml @startuml note as N1 this line should be indented...
When using the [Note on field or method](https://plantuml.com/class-diagram#c909b0b5f0434a64) syntax, indentation fails. # Example ```plantuml @startuml class Foo { + method() } note left of Foo this indents fine end note...
Hey @skuro, while trying to fix some issues with the regular expressions use for font-locking (i.e, #147) and looking into pull requests from others that have changed them (i.e., #144),...
when previewing a plantuml file contains `newpage` keyword, the image preview buffer contains only one image(image generated from the first part of the code), but I use command like java...
I can't execute the plantuml code insdie org src block directly. what I mean by `directly` is inside the org buffer, and display the result in the `#result` block. By...
# Summary When no explicit preference is given for `plantuml-exec-mode`, `plantuml-mode` tries first `executable` then `jar`. If both fail, the user is asked whether to use `server` mode against `plantuml-server-url`....
Is it possible to add `completion-at-point` support for plantuml? Or is this already implemented and I was just not able to get it working? Looks like this should work, not...