Skip to content

Commit

Permalink
Updated plugin description and listed free and paid features.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCoder committed Oct 28, 2022
1 parent 64b750e commit 19183a1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 30 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [2022.10.28] - 2022-10-28
### Added
- Added AppCode Support

### Changed
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ It supports ZenUML diagram files with the extensions `.z`, `.zen` and `.zenuml`.

The editor uses an offline version of ZenUML renderer, therefore it works without an internet connection and content stays local in your IDE.

For Android Studio:
1. Open menu item **Help > Find action...** and search for “Choose Boot Java runtime for the IDE...”
2. Choose a runtime labeled “JetBrains Runtime with JCEF” and install it. The IDE will restart.
# Free
* Full support of [ZenUML DSL](https://zenuml.atlassian.net/wiki/spaces/Doc/pages/518848513/Sequence+diagram+syntax)
* Sync and Async messages
* Creation, Return/Reply messages
* Alt, Loop, Par, try/catch/finally fragments
* Live preview of your diagrams
* Cloud and other common icons (EC2, Lambda, Database, Boundary, etc.)

For Hackers to Enable DevTools,
# Paid

Generate ZenUML diagram from Java code only on Intellij IDEA.

# Hacking / reverse engineering
To enable DevTools,
1. Open menu item **Help > Find action...** and search for "Registry..."
2. Enable "ide.browser.jcef.contextMenu.devTools.enabled"
<!-- Plugin description end -->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ markdownParserVersion = 0.1.23

pluginGroup = org.jetbrains.plugins.template
pluginName = zenuml
pluginVersion = 2022.10.28
pluginVersion = 2022.10.281
pluginSinceBuild = 211

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down
13 changes: 1 addition & 12 deletions resource/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,7 @@
Simple HTML elements can be included between <![CDATA[ ]]> tags. -->
<description>(filled automatically by the build plugin: patchPluginXml.pluginDescription)</description>

<change-notes><![CDATA[
<ul>
<li>
<strong>Adaptive participant gaps</strong>
<ul>
<li>The gaps between participants will adjust according to the message width now.</li>
<li>Added support for complex expression in 'condition' (for alt and loop fragments).</li>
</ul>
</li>
</ul>
]]>
</change-notes>
<change-notes>(filled automatically by the build plugin with data from README.md) </change-notes>

<project-components>
<component>
Expand Down

0 comments on commit 19183a1

Please sign in to comment.