damienwojtowicz
b5e9171558
Implemented zoom control keyboard shortcuts
...
- Added a `CTRL + +` to zoom in
- Added a `CTRL + -` to zoom out
- Added a `CTRL + 0` to reset zoom
- Minor refactor in classes names (removed "2" appended to GUI's classes name)
2021-08-02 12:11:47 +02:00
arnaudroques
15aaf95dcd
Merge pull request #613 from asbjornu/feature/setup-java2
...
Bump actions/setup-java from 1 to 2.1.0 and use AdoptOpenJDK
2021-08-01 21:27:02 +02:00
Asbjørn Ulsberg
9500aac9c4
Use AdoptOpenJDK
...
As setup-java@2 requires `distribution`, set it to `adopt`.
https://github.com/actions/setup-java/blob/main/README.md#Supported-distributions
2021-07-31 23:47:07 +02:00
dependabot[bot]
39465bdadf
Bump actions/setup-java from 1 to 2.1.0
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 1 to 2.1.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v1...v2.1.0 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-31 17:10:24 +00:00
arnaudroques
30a917c0fd
Merge pull request #603 from asbjornu/feature/dependabot-fix
...
Fix time bug in dependabot.yml
2021-07-31 19:09:50 +02:00
Asbjørn Ulsberg
bee5cb519c
Time should be string
...
Turn `time` into strings to fix the following problem:
The property '#/updates/0/schedule/time' of type integer did not match the following type: string
https://github.com/plantuml/plantuml/runs/3203943115
2021-07-31 13:05:56 +02:00
arnaudroques
46e83a56b1
Merge pull request #602 from asbjornu/feature/dependabot-native
...
Add Dependabot Native
2021-07-30 18:44:30 +02:00
Arnaud Roques
fd920b7d52
Remove \r when running PipeTest on Windows
2021-07-30 18:43:10 +02:00
Asbjørn Ulsberg
3739e8c589
Add Dependabot configuration for GitHub Actions
2021-07-30 14:50:26 +02:00
Asbjørn Ulsberg
8a22ae7f93
Add configuration for Dependabot native
2021-07-30 14:49:47 +02:00
arnaudroques
19822a5539
Merge pull request #600 from jmones/bugfix/allow-white-space-after-end-mark
...
Bugfix to make plantuml pipe play nice when @startuml & @enduml marks are present
2021-07-29 09:50:39 +02:00
Josep Mones Teixidor
0bef01372f
Fix issue with garbage after the diagram and created better tests
2021-07-29 06:02:06 +02:00
Josep Mones Teixidor
6849c96144
Add tests for Pipe
2021-07-29 03:50:30 +02:00
Josep Mones Teixidor
b3677c66f2
Ignore .java-version for jenv users
2021-07-29 03:48:02 +02:00
Arnaud Roques
1edafc748d
Import version 1.2021.9
v1.2021.9
2021-07-25 12:41:36 +02:00
arnaudroques
671cbc4101
Merge pull request #586 from The-Lum/LanguageDescriptorImprovement
...
Language Descriptor Improvement (adding some word)
2021-07-07 22:56:43 +02:00
arnaudroques
13d8a1a8db
Merge pull request #584 from The-Lum/CypherImprovement
...
Cypher improvement
2021-07-06 16:51:46 +02:00
The-Lum
275b9b33f5
Suppress of then
word to avoid warning of Cypher
...
Suppress of `then` word to avoid warning of Cypher:
[Observed on V1.2021.7]
```
>java -jar plantuml.jar -stdrpt -cypher
Warning:then
```
or:
```
java -jar plantuml.jar -v -cypher
(0.000 - 254 Mo) 248 Mo - SecurityProfile LEGACY
(0.014 - 254 Mo) 247 Mo - PlantUML Version 1.2021.7
(0.014 - 254 Mo) 247 Mo - GraphicsEnvironment.isHeadless() false
(0.014 - 254 Mo) 247 Mo - Forcing resource load on OpenJdk
Warning:then
(0.372 - 254 Mo) 240 Mo - Found 0 files
```
2021-07-06 13:27:46 +02:00
The-Lum
f8e02ef0aa
Rename Warning to CypherWarning
...
Rename `Warning` to `CypherWarning`, for more readability on the stdout/stderror
2021-07-06 13:01:39 +02:00
The-Lum
5aee7363b7
Language Descriptor Improvement
...
Adding:
- collections
- hexagon
- label
- person
- annotation
- left to right direction
+ all `@start/@end` with same order than https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/core/DiagramType.java
2021-07-05 22:36:10 +02:00
arnaudroques
06ff8f96ce
Merge pull request #581 from The-Lum/AddTheme
...
Add theme toy and vibrant from future-architect/puml-themes
2021-07-05 17:43:07 +02:00
The-Lum
b83bcbdcda
Integration of themes from future-architect
...
Adapted from https://github.com/future-architect/puml-themes/tree/master/themes
2021-07-05 13:46:36 +02:00
The-Lum
6057971448
Adapted from future-architect
...
Creation of file from https://github.com/future-architect/puml-themes/tree/master/themes
2021-07-05 13:34:25 +02:00
Arnaud Roques
d55c9c6ca7
Import version 1.2021.8
v1.2021.8
2021-06-27 18:50:40 +02:00
arnaudroques
138b4c1f95
Merge pull request #36 from amilajack/patch-1
...
Changed badge to svg
2021-06-15 21:53:10 +02:00
arnaudroques
d139624621
Merge pull request #574 from bschwarz/aws-mods
...
modifies stereotype fonts for sequence and database
2021-06-11 12:12:04 +02:00
Brett Schwarz
633beacb77
modifies stereotype fonts for sequence and database
2021-06-10 22:51:44 -07:00
arnaudroques
6779f06261
Merge pull request #569 from bschwarz/aws-orange-mods
...
fix: adjusts secondary colors, and hardcodes lightened secondard color
2021-06-07 12:26:18 +02:00
Brett Schwarz
70059b0e89
fix: adjusts secondary colors, and hardcodes lightened secondard color
2021-06-06 17:21:20 -07:00
arnaudroques
cfa7591c4b
Merge pull request #562 from bschwarz/new-theme
...
New theme based on AWS colors
2021-05-24 10:25:41 +02:00
Brett Schwarz
fe5240a284
New theme based on AWS colors
2021-05-23 20:59:21 -07:00
Arnaud Roques
39c585ee09
Import version 1.2021.7
v1.2021.7
2021-05-23 17:35:13 +02:00
arnaudroques
d8e1d6e69a
Merge pull request #560 from matthew16550/release2
...
Use GitHub workflow to attach JAR to GitHub Releases
2021-05-23 12:28:50 +02:00
matthew16550
b6b8f7f537
Use GitHub workflow to attach JAR to GitHub Releases ( resolves #557 ).
2021-05-23 15:30:08 +10:00
Arnaud Roques
f83a207360
Import version 1.2021.6
v1.2021.6
2021-05-14 10:42:57 +02:00
arnaudroques
534bab1df4
Merge pull request #555 from matthew16550/themes
...
Add some more themes
2021-05-10 22:11:38 +02:00
matthew16550
93d84edb61
Add more themes.
2021-05-11 03:17:21 +10:00
arnaudroques
dc6603be50
Merge pull request #553 from bschwarz/black-knight-updates
...
feat: updates theme to use new lighten and darken functions, and some…
2021-05-10 08:53:53 +02:00
arnaudroques
6958b40222
Merge pull request #554 from matthew16550/help-themes
...
Add "help themes" command
2021-05-10 08:42:18 +02:00
matthew16550
28983460d7
Add "help themes" command. And ThemeUtils class.
2021-05-10 12:36:09 +10:00
Brett Schwarz
12e5ada59a
feat: updates theme to use new lighten and darken functions, and some minor updates
2021-05-09 18:19:18 -07:00
Arnaud Roques
7afaa0c743
Add use of Objects.requireNonNull
2021-05-09 23:14:40 +02:00
arnaudroques
9879edb12a
Merge pull request #551 from matthew16550/filedir
...
Add -filedir option.
2021-05-08 18:41:05 +02:00
matthew16550
eeae6dd731
Remove commons-lang3 test dependency.
2021-05-08 21:56:46 +10:00
matthew16550
de5ed44c97
Add -filedir option.
2021-05-08 11:07:20 +10:00
Arnaud Roques
c216d071b5
Improve theme support
2021-05-06 23:23:05 +02:00
Arnaud Roques
1048a07d7d
Improve theme support
2021-05-03 22:11:48 +02:00
Arnaud Roques
8540a8b875
Add missing SVG folder
2021-05-02 12:12:46 +02:00
Arnaud Roques
f1d83b484c
Integration of themes from Brett Schwarz
2021-05-01 19:40:56 +02:00
Arnaud Roques
fcf10ee0a9
Import version 1.2021.5
v1.2021.5
2021-04-25 22:59:17 +02:00