Nico Rehwaldt
c3f967b39f
chore(keyboard): handle { keyEvent } listener result
...
* event got renamed to keyEvent in context passed to
keyboard listeners
2018-10-29 14:52:41 +00:00
Nico Rehwaldt
a525c633a2
chore(keyboard): register keys backed by editor actions only
...
* only register keyboard bindings that are backed by actual
editor actions
* rename BpmnKeyBindings -> BpmnKeyboardBindings for parity with
diagram-js@latest
* sub-class and override _keyboardBindings_ service provided
by diagram-js
* extend spec to verify default actions
2018-10-29 14:52:41 +00:00
Maciej Barelkowski
f0610721c9
feat(keyboard): use key value for bindings
...
`KeyboardEvent.keyCode` is deprecated, so the BpmnKeyBindings will
use non-deprecated `KeyboardEvent.key` instead.
2018-10-29 14:52:41 +00:00
Maciej Barelkowski
75135b667a
feat(keyboard): rewrite listeners to use event passed in context
...
With the new version of `diagram-js`, the keyboard listeners receive
a single parameter which is an object with `KeyboardEvent` event
as the only property. `BpmnKeyBindings` needed to change in order
to make use of new version of API.
2018-10-29 14:52:41 +00:00
Nico Rehwaldt
9be61259bd
chore(project): drop 'use strict'
...
We use ES modules, so 'use strict' is not necessary anymore.
2018-04-03 18:09:53 +02:00
Nico Rehwaldt
d3449ca87c
chore(project): es6ify source code
...
* use ES6 import / export
* UTILS: export individual utilities
* TESTS: localize TestHelper includes
BREAKING CHANGE:
* all utilities export independent functions
* library sources got ported to ES6. You must now use
a ES module bundler such as Browserify + babelify or
Webpack to consume this library (or parts of it).
2018-04-03 16:32:14 +02:00
Nico Rehwaldt
e99214bb6a
chore(editor-actions): factor out into own component
...
Related to bpmn-io/diagram-js#177
2016-06-21 15:29:03 +02:00
Ricardo Matias
224fa6da61
feat(align-elements): elements can be aligned
...
Related to bpmn-io/bpmn-js#177
2016-06-21 15:29:03 +02:00
Ricardo Matias
cf108a9233
feat(distribute-elememts): add element distribution
...
This allows the distribution of elements evenly.
Related to bpmn-io/diagram-js#172
2016-06-15 14:01:57 +02:00
Vladimirs Katusenoks
1923a6bdda
feat(global-connect): connect distant elements
...
Closes #474 , #394
2016-04-14 17:03:58 +02:00
Vladimirs Katusenoks
bff19786b4
feat(search): be able to search bpmn elements
...
Closes #500
2016-04-12 16:50:23 +02:00
Nico Rehwaldt
82073f2d38
feat(keyboard): key bindings toggle tools
...
Closes #459
2016-01-27 13:31:17 +01:00
Ricardo Matias
fd2230a8fa
feat(hand-tool): add hand-tool
...
Closes #412
2016-01-25 21:43:13 +01:00
Ricardo Matias
03b4a59f84
feat(keyboard): use editor actions
...
Related to bpmn-io/diagram-js#116
2015-10-20 15:34:40 +02:00
pedesen
0651bf39a8
feat(keyboard): add select all key binding
...
Closes #184
2015-07-23 15:46:42 +02:00
Nico Rehwaldt
247594dbbf
fix(keyboard): use correct lasso key
2015-05-26 14:06:16 +02:00
Nico Rehwaldt
22536aff50
fix(modeling): rename (multi-select -> lasso)-tool
...
Key binding (for activation): l
2015-05-13 12:09:08 +02:00
Nico Rehwaldt
bacd2b4322
feat(keyboard): add direct editing -> e binding
...
Related to #243
2015-05-06 18:09:13 +02:00
Nico Rehwaldt
d54ee97aa1
feat(keyboard): add tooling specific key bindings
...
* space tool -> [s]
* multi select -> [m]
related to bpmn-io/bpmn-js#244
2015-05-06 17:36:46 +02:00