plantuml-mode
plantuml-mode copied to clipboard
A major mode for editing PlantUML sources in Emacs
as [plantuml](https://plantuml.com/text-encoding) says only support hex and deflate algorithm encoded format.
server-pico is a minimal plantuml web server that does not support the /language endpoint To cope with this, we grab language settings from the jar itself, but then use server-pico...
The base64 output produced by plantuml does not seem to be supported anywhere resolves issue https://github.com/skuro/plantuml-mode/issues/166
# Summary These warnings are added to the SVG image and maybe also to the PNG: OpenJDK 16: `Option --illegal-access is deprecated and will be removed in a future release.`...
In Emacs 29, If default buffer-file-coding is utf-8, and plantuml output type is "png", when doing "plantuml-preview-buffer", it will pop up error that it can't detect image type from the...
Before, the buffer is killed and then recreated. This causes wrong behavior for display-buffer when display-buffer-reuse-window and display-buffer-same-window is used: the first one fails so the same window is used...
When indenting a line, point is moved synchronously to keep the current position relative to the surrounding text. This works well when the indentation level is increased (point is moved...
Hi @skuro, when working with tabbed indent (yes I know, use spaces...) the indentation of plantuml-mode was a bit off. I tracked it down to the indentation regexes, and \s...
In `plantuml-mode`, initialization of the font locking regular expressions is done by asking the current version of plantuml for its supported keywords, builtins, etc. Every so often, this might fail...