Home
Name Modified Size InfoDownloads / Week
6-GPLv3 2023-07-04
5-GPLv3 2023-05-26
4.1-GPLv3 2016-06-05
4.0-GPLv3 2016-02-23
Add-ons for v3 2014-08-27
Add-ons for v2.2 2014-07-22
3.0-Commercial 2014-07-02
2.2-GPLv3 2013-11-18
dictionaries 2013-09-26
2.1-GPLv3 2013-06-10
2.0-GPLv3 2012-08-20
old archives 2011-09-24
readme.txt 2023-06-14 2.5 kB
Totals: 13 Items   2.5 kB 58
Welcome to Yaoqiang BPMN Editor project! 


1. System Requirements

Yaoqiang BPMN Editor 6 requires Java version 8 or later to be installed in order to run. It is highly recommended that you install JDK 17. You can download binary installers from https://openjdk.org/projects/jdk/.

Note: If you are using jdk 16 or later, please set the following environment variable: 

	  JDK_JAVA_OPTIONS=--add-opens=java.desktop/sun.swing=ALL-UNNAMED --add-opens=java.desktop/sun.awt.shell=ALL-UNNAMED

      The EXE version has already included the above JDK_JAVA_OPTIONS environment variable, so you don't need to set this environment variable.

Yaoqiang BPMN Editor 5.5 requires Oracle's Java version 7 or later to be installed in order to run. It is highly recommended that you install JDK 17. You can download binary installers from http://java.oracle.com.

Yaoqiang BPMN Editor 5.4 requires Oracle's Java version 8

If you have already installed Java on Windows systems. Then you need to set the JAVA_HOME environment variable to make Yaoqiang work properly.

Note: Yaoqiang BPMN Editor version < 5.4 cannot run under Java 9 or 11, need to install Java 6, 7 or 8. 


2. General Keyboard Shortcuts

F2/ENTER	Edit Label 
F7		Spell Check
DELETE		Delete 

TAB		Select next element
SHIFT+TAB	Select previous element

BACK_SPACE	Collapse/Expand sub-process 
HOME		Go to home view
PAGE_UP		Exit Selected Subprocess
PAGE_DOWN	Enter Selected Subprocess
CTRL+G		Assemble Subprocess
CTRL+U		Disassemble Subprocess 

UP		Move Selected element(s) up 
DOWN		Move Selected element(s) down 
RIGHT		Move Selected element(s) right 
LEFT		Move Selected element(s) left 
CTRL+ARROW Key  Move Selected element(s) slowly

CTRL+A		Select All 
CTRL+N		New 
CTRL+O		Open 
CTRL+S		Save 
CTRL+SHIFT+S	Save As 
CTRL+C		Copy
CTRL+D		Duplicate
CTRL+X		Cut 
CTRL+V		Paste 
CTRL+Z		Undo 
CTRL+Y		Redo 

A		Auto Layout
H		Align center horizontally
V		Align center vertically

+/=		zoom in
-		zoom out
1		zoom 100%
2		zoom 200%
3		zoom 300%
4		zoom 400%
5		zoom 50%
0		fit page

Additional useful Shortcuts:

To duplicate an element Press and hold down the CTRL key while you drag the element to another place. 
To zoom in/out the graph Press and hold down the CTRL key while you scroll the mouse wheel. 
To pan the graph Press and hold down the SPACE key while you drag the mouse. 

When editing labels:

Enter : stop editing and exit
Shift+Enter: produce a Carriage Return


Source: readme.txt, updated 2023-06-14