1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-24 22:07:33 +00:00
Generate diagrams from textual description
Go to file
The-Lum 6de021381f mod: Language Descriptor Improvement (adding some words)
- [x] Add end form for: caption, title, footer, header
- [x] Add stereotypes, circles, circled, member, attribute, field, method, public, private, protected
to be conform with:
  - a27ff9b7f2/src/net/sourceforge/plantuml/classdiagram/command/CommandHideShowByGender.java (L77)
  - a27ff9b7f2/src/net/sourceforge/plantuml/classdiagram/command/CommandHideShowByVisibility.java (L68)
- [x] Change `map` from keyword to type
- [x] Add new type: protocol, struct, exception, metaclass, json
- [x] Add new diagram: hcl, ebnf, regex, files

Related issue:
- https://forum.plantuml.net/18151/using-cypher-does-not-always-recognize-restricted-words

Following this PR, on the same topic:
- https://github.com/plantuml/plantuml/pull/586
2023-08-25 12:54:51 +00:00
.github Adapt workflows to release the differently licensed plantuml lib versions 2023-07-04 10:15:07 +02:00
docs Add Docker image locatons 2022-09-25 12:15:24 -04:00
gradle/wrapper java-20, update to gradle-8.2. 2023-07-08 22:58:42 +02:00
plantuml-asl chore: improve multilicence and add improve theme support 2023-05-15 18:37:07 +02:00
plantuml-bsd chore: improve multilicence and add improve theme support 2023-05-15 18:37:07 +02:00
plantuml-epl chore: improve multilicence and add improve theme support 2023-05-15 18:37:07 +02:00
plantuml-lgpl chore: improve multilicence and add improve theme support 2023-05-15 18:37:07 +02:00
plantuml-mit chore: improve multilicence and add improve theme support 2023-05-15 18:37:07 +02:00
skin fix: wip 2023-06-21 20:50:30 +02:00
src mod: Language Descriptor Improvement (adding some words) 2023-08-25 12:54:51 +00:00
stdlib feat: update stdlib (C4 and logos) 2023-07-19 23:07:32 +02:00
svg Add support for interactive mouseover/mouseout focus on SVG to focusing on a node and its edges in a complex diagram. This is enabled with !pragma svginteractive. 2022-02-16 13:31:48 -05:00
test test: add tests for the builtin function %chr 2023-07-27 15:41:03 +00:00
themes Added monochrome monospaced theme for better shapes control 2023-05-11 18:40:18 +07:00
tools Added script that batch converts SVG and/or PNG files to PlantUml sprites. It was used to generate the Material Sprites from https://github.com/plantuml/plantuml-stdlib/pull/1 2017-12-09 00:38:51 +01:00
.dockerignore Add .dockerignore 2022-09-24 23:01:19 +04:00
.editorconfig Add Dockerfile to .editorconfig 2022-09-24 22:51:28 +04:00
.gitignore ignore vscode files 2023-07-08 22:58:42 +02:00
build.gradle.kts chore: build only GPL and MIT version for beta 2023-05-17 21:19:43 +02:00
CONTRIBUTING.md docs: explain how to contribute 2023-03-13 19:25:54 +01:00
CONVENTIONAL_COMMIT.md docs: explain how to contribute 2023-03-13 19:25:54 +01:00
COPYING Add GPLv3 License 2014-11-27 09:59:33 +01:00
Dockerfile 1252: Use eclipse-temurin:17-jre-jammy and generate both amd64 and 2023-01-12 21:09:13 -08:00
gradle.properties fix: change GraphViz strategy 2023-07-26 19:12:10 +02:00
gradlew add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
gradlew.bat add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
license.txt Fixed some typos in the license text 2021-09-13 15:04:06 +05:30
manifest.txt Missing manifest file needed for PDF 2021-11-17 18:58:15 +01:00
README.md upd: Add regex diagram link 2023-06-14 15:09:00 +02:00
SECURITY.md Create SECURITY.md 2022-01-21 17:26:43 +01:00
settings.gradle.kts Add building differently licensed plantuml versions 2023-07-03 11:23:07 +02:00
sjpp.jar chore: sjpp compiled to Java 8 2023-04-03 23:10:58 +02:00