PlantUML
7755ae5be4
Merge pull request #1720 from diguage/select-line
...
Supports double-clicking to select all elements and links on a line. Fix #1719
2024-03-24 23:39:08 +01:00
diguage
3cc580ebd1
Supports double-clicking to select all elements and links on a line
2024-03-24 21:47:50 +08:00
PlantUML
4afe3ef7fe
Merge pull request #1718 from Benjamin-Davies/cheneer
...
Implement Chen Notation for ER-diagrams
2024-03-21 22:30:28 +01:00
Benjamin Davies
4b5bcd3bca
Fix compatibility with Java 8
2024-03-21 19:38:05 +13:00
Benjamin Davies
e14c8ef0a5
Re-add chronology diagram
...
This was accidentally removed in a merge
2024-03-21 19:34:33 +13:00
Benjamin Davies
234cb3adea
Add tests for each new command
2024-03-21 17:55:42 +13:00
Benjamin Davies
d39bfbc3b5
Add test for aliases
2024-03-20 16:57:41 +13:00
Benjamin Davies
cbe84c240a
Fix attribute labels
2024-03-20 16:54:40 +13:00
Benjamin Davies
83255431f7
Document purpose of shared methods
2024-03-20 16:08:43 +13:00
Benjamin Davies
90a88ce4ee
Support long name and alias in Chen-EER
2024-03-16 18:42:55 +13:00
Benjamin Davies
8312e8c22f
Correctly detect cheneer diagrams
2024-03-16 17:38:41 +13:00
Benjamin Davies
60de4baff9
Merge branch 'master' into cheneer
2024-03-16 16:59:49 +13:00
PlantUML
3499373851
Merge pull request #1710 from The-Lum/PatchBranch
...
fix: math two-dimensional matrices and add tests
2024-03-10 19:23:12 +01:00
The-Lum
f82f1a9a76
fix: math two-dimensional matrices and add test
...
Report of https://github.com/The-Lum/ASCIIMathTeXImg/commit/6f3bb01d
That fixes #1706
Regards,
Th.
2024-03-10 17:09:12 +00:00
PlantUML
1188a05a60
Merge pull request #1705 from ouss1002/bug-custom-functions-name
...
Prevent IndexOutOfBoundsException in equation rendering by checking non-empty 'texsymbol' strings
2024-03-08 19:10:32 +01:00
BOUDJENIBA Oussama
d85f96256e
Prevent IndexOutOfBoundsException in equation rendering by checking non-empty 'texsymbol' strings
...
This commit introduces a check before accessing the first character of 'texsymbol' strings in equation rendering, preventing IndexOutOfBoundsException when custom functions names are used which can lead to an empty string. This change ensures that equations custom variables names ending with standard function strings are handled gracefully without errors
2024-03-04 09:58:29 +01:00
Arnaud Roques
a0be1ed677
feat: timing set background color of concise
...
https://forum.plantuml.net/18682/timing-set-background-color-of-concise
https://forum.plantuml.net/18676/supporting-markdown-syntax
2024-02-27 20:39:02 +01:00
Arnaud Roques
2a49ef06da
fix negative values causing syntax error in robust "has" list
...
https://forum.plantuml.net/18701/negative-values-causing-syntax-error-in-robust-has-list?show=18705
2024-02-27 19:42:44 +01:00
Arnaud Roques
6c945e2508
fix: Activity Diagram: Style of multiline Box
...
https://github.com/plantuml/plantuml/issues/1697
2024-02-26 22:50:31 +01:00
Arnaud Roques
f385bc0dba
chore: use Collections.emptyList() instead of new ArrayList()
2024-02-24 12:03:21 +01:00
Arnaud Roques
3cc68235dd
refactor: prepare preprocessor error improvement
2024-02-22 20:28:03 +01:00
Arnaud Roques
a48dd52d9f
refactor: prepare preprocessor error improvement (almost finished :-)
...
https://github.com/plantuml/plantuml/pull/1668
2024-02-22 20:06:59 +01:00
Arnaud Roques
6329d9a8d5
refactor: prepare preprocessor error improvement (in progress)
...
https://github.com/plantuml/plantuml/pull/1668
2024-02-22 19:32:38 +01:00
Arnaud Roques
436fb37f1a
refactor: prepare preprocessor error improvement (in progress)
...
https://github.com/plantuml/plantuml/pull/1668
2024-02-22 18:33:29 +01:00
PlantUML
35909a50c7
Merge pull request #1696 from The-Lum/Random
...
feat: add `%get_all_stdlib` builtin function
2024-02-22 16:48:45 +01:00
The-Lum
fea505ab77
feat: add %get_all_stdlib
builtin function
2024-02-22 15:11:26 +00:00
Arnaud Roques
be69889e7f
tests: fix stdlib test
...
https://github.com/plantuml/plantuml/pull/1692#issuecomment-1952831187
2024-02-21 22:23:31 +01:00
PlantUML
c6f9684026
Merge pull request #1693 from The-Lum/docs
...
docs: add "PlantUML package and PlantUML on the GNU/Linux distribution" page [skip ci]
2024-02-20 20:00:03 +01:00
Arnaud Roques
2a961129f2
chore: improve error message when missing stdlib
...
https://github.com/plantuml/plantuml/pull/1692#issuecomment-1952831187
2024-02-20 19:52:29 +01:00
PlantUML
5fe5cafe70
Merge pull request #1692 from The-Lum/PatchBranch
...
tests: add not working example about stdlib
2024-02-20 19:45:32 +01:00
The-Lum
415886e5d0
docs: add "PlantUML package and PlantUML on the GNU/Linux distribution" page
...
To answer to:
- #1572
Here is the links of plantuml version on:
- the _[most popular]_ software package management systems
- the _[most popular]_ GNU/Linux distributions
2024-02-17 15:14:56 +01:00
The-Lum
8fe9faec1b
tests: add not working example about stdlib
2024-02-16 21:59:49 +00:00
Arnaud Roques
ee43dd0b99
chore: fix some tests on Windows
2024-02-16 22:10:07 +01:00
Arnaud Roques
04f718781f
refactor: remove dead code
2024-02-16 20:20:56 +01:00
PlantUML
99698d97bb
Merge pull request #1691 from The-Lum/PatchBranch
...
fix: suppress `@[start|end]uml` on `sunlust` theme
2024-02-16 18:46:05 +01:00
The-Lum
4ce77d3fa8
fix: suppress @[start|end]uml
on sunlust
theme
...
That fix:
- https://forum.plantuml.net/18683/sunlust-theme-question
2024-02-16 18:05:22 +01:00
Arnaud Roques
c6f150fd4e
chore: version 1.2024.3
2024-02-15 20:43:50 +01:00
Arnaud Roques
ad4a1bde57
feat: adding undocumented support for gzip URL
2024-02-15 20:35:36 +01:00
Arnaud Roques
cfa16d0f60
chore: version 1.2024.2
2024-02-14 19:05:53 +01:00
PlantUML
ac8e785372
Merge pull request #1689 from The-Lum/Random
...
feat: add `%get_all_theme` builtin function
2024-02-14 18:55:32 +01:00
The-Lum
53bcc028cf
fix: typo on GetAllThemeTest
filename
2024-02-14 06:19:34 +00:00
The-Lum
ab09e2ef1f
feat: add %get_all_theme
builtin function
2024-02-14 06:14:19 +00:00
PlantUML
ab60639f5e
Merge pull request #1675 from plantuml/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.10.2
...
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
2024-02-13 18:04:05 +01:00
dependabot[bot]
ababa00835
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
...
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5 ) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 16:51:50 +00:00
PlantUML
76d1daf5ae
Merge pull request #1674 from plantuml/dependabot/gradle/org.assertj-assertj-core-3.25.3
...
chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3
2024-02-13 17:51:15 +01:00
PlantUML
17d317e53a
Merge pull request #1686 from The-Lum/PatchBranch
...
refactor: Create `test/utils` directory and `CommandHelpThemeTest` on a more accurate folder
2024-02-13 17:41:13 +01:00
PlantUML
4e5bf030b6
Merge branch 'master' into PatchBranch
2024-02-13 17:27:07 +01:00
PlantUML
cfd3ad2e4d
Merge pull request #1687 from The-Lum/ImproveDoc
...
docs: fix links _(due to emoji)_
2024-02-13 14:23:03 +01:00
The-Lum
af3c49c2aa
docs: fix links _(due to emoji)_
2024-02-13 14:19:22 +01:00
The-Lum
7be48049ff
fix: emergency change to be compatible with actions/labeler
v5
...
Emergency change to be compatible with `actions/labeler` v5
Observed on:
- #1620
2024-02-13 13:11:30 +01:00