Skip to content

Commit

Permalink
Added PlantUML plugin for IntelliJ (#668)
Browse files Browse the repository at this point in the history
For drawing diagrams.
  • Loading branch information
freemanjp authored Mar 7, 2020
1 parent d9e74cb commit 6b22970
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/_docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >
Features provided by the GantSign EnV development environment.
numbered_headings: yes
date: 2017-01-18T16:35:52+00:00
modified: 2020-03-07T18:36:37+00:00
modified: 2020-03-07T20:14:22+00:00
---

There are a lot of well known projects, and hidden gems, which aid in your
Expand Down Expand Up @@ -326,6 +326,11 @@ By default the Community Edition is installed.
re-format/clean-up code on save.
* [Grazie](https://plugins.jetbrains.com/plugin/12175-grazie)
intelligent spelling and grammar checker.
* [PlantUML integration](https://plugins.jetbrains.com/plugin/7017-plantuml-integration)
for drawing diagrams using the PlantUML domain-specific language.

![PlantUML]({{ '/images/plantuml.png' | relative_url }})


### Visual Studio Code

Expand Down
Binary file added docs/images/plantuml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@
- com.dubreuia
# Spelling and grammar checker
- tanvd.grazi
# For drawing diagrams
- 'PlantUML integration'
intellij_license_key_path: '{{ intellij_license_key_path }}'

# Configure JDKs in IntelliJ IDEA IDE
Expand Down
2 changes: 1 addition & 1 deletion provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- src: gantsign.backup
version: '1.0.2'
- src: gantsign.bat
- src: https://github.com/gantsign/ansible-role-command-line-tools/archive/2.0.0.tar.gz
- src: https://github.com/gantsign/ansible-role-command-line-tools/archive/2.1.0.tar.gz
name: gantsign.command-line-tools
- src: gantsign.ctop
- src: gantsign.default-web-browser
Expand Down

0 comments on commit 6b22970

Please sign in to comment.