Skip to content

Commit

Permalink
FBP-73. Update features
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Jul 22, 2023
1 parent 00a9870 commit f5e58f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Don't hesitate - ask or tell your opinion in gitter:
# Key features

1. BPMN process editing (BPMN modeler) - adding/removing elements, changing their properties, undo/redo, bulk drag-n-drop, bulk removal of elements
1. Code navigation - jump from `Delegate Expression` or `Class` property directly to bean/function/class in code
1. IntelliJ refactorings propagation to backing XML file of the process (i.e. rename bean)
1. Jump from an element to the underlying XML
1. BPMN process 'debugging' by allowing to see steps (and their order) done for latest process execution directly in plugin
1. Code navigation - jump from `Delegate Expression` **(IntelliJ Ultimate)** or `Class` **(IntelliJ Community)** property directly to bean/function/class in code
1. IntelliJ refactorings propagation to backing XML file of the process (i.e. rename bean) **(IntelliJ Ultimate)**
1. Jump from an element to the underlying XML **(IntelliJ Ultimate)**
1. BPMN process 'debugging' by allowing to see steps (and their order) done for latest process execution directly in plugin **(IntelliJ Ultimate)**


# Installation
Expand Down Expand Up @@ -117,7 +117,7 @@ If you want just to run the plugin in the `sandbox` you can execute
[![Work with plugin](https://img.youtube.com/vi/cyLbEeaMDvI/0.jpg)](https://youtu.be/cyLbEeaMDvI)


### BPMN-Java-XML 'gluing' usage
### BPMN-Java-XML 'gluing' usage (IntelliJ Ultimate, only classes for IntelliJ Community)

[![Work with plugin](https://img.youtube.com/vi/BQf0eglY2vo/0.jpg)](https://youtu.be/BQf0eglY2vo)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<p><strong>Key features</strong></p>
<ul>
<li>BPMN editing/viewing</li>
<li>Jumping from delegate expression or class directly to code</li>
<li>Language injections to underlying XML file, so that class usage and refactoring is available</li>
<li>Jumping from delegate expression or class directly to code (IntelliJ Ultimate, only classes for IntelliJ Community)</li>
<li>Language injections to underlying XML file, so that class usage and refactoring is available (IntelliJ Ultimate, only classes for IntelliJ Community)</li>
<li>BPMN process debugging</li>
</ul>
<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<p><strong>Key features</strong></p>
<ul>
<li>BPMN editing/viewing</li>
<li>Jumping from delegate expression or class directly to code</li>
<li>Language injections to underlying XML file, so that class usage and refactoring is available</li>
<li>Jumping from delegate expression or class directly to code (IntelliJ Ultimate, only classes for IntelliJ Community)</li>
<li>Language injections to underlying XML file, so that class usage and refactoring is available (IntelliJ Ultimate, only classes for IntelliJ Community)</li>
<li>BPMN process debugging</li>
</ul>
<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<p><strong>Key features</strong></p>
<ul>
<li>BPMN editing/viewing</li>
<li>Jumping from delegate expression or class directly to code</li>
<li>Language injections to underlying XML file, so that class usage and refactoring is available</li>
<li>Jumping from delegate expression or class directly to code (IntelliJ Ultimate, only classes for IntelliJ Community)</li>
<li>Language injections to underlying XML file, so that class usage and refactoring is available (IntelliJ Ultimate, only classes for IntelliJ Community)</li>
<li>BPMN process debugging</li>
</ul>
<br/>
Expand Down

0 comments on commit f5e58f2

Please sign in to comment.