jos
|
745b77725b
|
Fixed removing multiple items from an array
|
2017-11-22 13:38:18 +01:00 |
jos
|
0a7df1dad9
|
Remove old comment
|
2017-11-22 13:06:06 +01:00 |
jos
|
b3c41bce03
|
Remove `simplifyPatch`, it doesn't always work correctly
|
2017-11-22 13:05:53 +01:00 |
jos
|
b71afda45a
|
Fixed enter key in search field
|
2017-11-22 12:02:27 +01:00 |
jos
|
157f63d11a
|
Fixed insert menu missing before arrays and objects
|
2017-11-22 11:36:47 +01:00 |
jos
|
e69868da85
|
Some refactoring: created `getInEson`, `setInEson`, `updateInEson`, `deleteInEson`
|
2017-11-22 10:45:00 +01:00 |
jos
|
56528dc054
|
Fixed unit tests
|
2017-11-22 10:12:59 +01:00 |
jos
|
bac12dcc5a
|
Replace/insert working. Insert before instead of after
|
2017-11-22 10:09:53 +01:00 |
jos
|
2e75e5a9cf
|
Initialize selection as null
|
2017-11-08 16:12:00 +01:00 |
jos
|
8cded5496c
|
Fixed not removing selection before duplication
|
2017-11-08 16:10:39 +01:00 |
jos
|
cb354f2331
|
Implemented duplicate for multiple nodes
|
2017-11-08 15:41:40 +01:00 |
jos
|
dd989f9a64
|
Cut/Copy/Paste selection starting to work (WIP)
|
2017-11-08 13:13:01 +01:00 |
jos
|
8425579718
|
Floating menu starting to work (WIP)
|
2017-11-03 14:23:04 +01:00 |
jos
|
a2f7f61389
|
Show floating menu on selection
|
2017-10-14 21:57:59 +02:00 |
jos
|
cea4e2c101
|
Floating menu (WIP)
|
2017-10-13 13:27:33 +02:00 |
jos
|
0910aa5a63
|
Move favicon to root
|
2017-10-06 10:55:31 +02:00 |
jos
|
26fa339c35
|
Implemented cut/copy/paste (via quickkeys)
|
2017-09-29 21:52:17 +02:00 |
jos
|
375ea56316
|
Some refactoring in `applySelection`
|
2017-09-29 11:08:44 +02:00 |
jos
|
52ec02e3e1
|
Implemented selecting nodes
|
2017-09-29 10:06:14 +02:00 |
jos
|
eee0b55636
|
Refactored unit tests (moved json objects into separate files)
|
2017-09-22 12:24:13 +02:00 |
jos
|
943d721d84
|
Implemented support for selection in eson
|
2017-09-22 11:38:23 +02:00 |
jos
|
f3313158db
|
Fixed issue with escaping spaces
|
2017-09-18 21:05:26 +02:00 |
jos
|
6f9776a07a
|
Fixed broken JSONSchema errors
|
2017-09-17 21:03:33 +02:00 |
jos
|
432e169f32
|
Renamed 'jsonData' to 'ESON'
|
2017-09-08 13:36:15 +02:00 |
jos
|
2ee11399ec
|
Fixed optional types of flow
|
2017-09-08 11:30:33 +02:00 |
jos
|
86f8aa56d0
|
Moved all JSON Patch methods into a separate file
|
2017-09-08 11:14:41 +02:00 |
jos
|
12f1543ef9
|
Add package-lock.json
|
2017-09-08 10:29:39 +02:00 |
jos
|
598fe63d80
|
Don't expand search result itself when focusing it
|
2017-09-08 10:29:09 +02:00 |
jos
|
99cc07577d
|
Move react to devDependencies
|
2017-09-03 17:07:17 +02:00 |
jos
|
8462bcda2c
|
Implemented custom key bindings
|
2017-07-24 15:50:18 +02:00 |
jos
|
239b702040
|
Implemented key bindings in the mode menu
|
2017-07-24 14:35:27 +02:00 |
jos
|
91c1fd823f
|
Updated package-lock.json
|
2017-07-24 14:09:46 +02:00 |
jos
|
7380be631c
|
Updated docs on key bindings
|
2017-07-24 14:09:37 +02:00 |
jos
|
1c37b303b9
|
Created key bindings for `text` mode
|
2017-07-24 14:09:10 +02:00 |
jos
|
e069d3f0b3
|
Implemented key bindings `Alt+Home` and `Alt+End`
|
2017-07-24 13:39:34 +02:00 |
jos
|
633daf6c95
|
Implemented key bindings in Menu
|
2017-07-19 20:50:05 +02:00 |
jos
|
3ca23568cf
|
Fixed `Ctrl+E` not working anymore
|
2017-07-19 14:36:04 +02:00 |
jos
|
a03d962daa
|
Some refactoring
|
2017-07-19 14:31:26 +02:00 |
jos
|
c5ce6525a5
|
Implemented key bindings for undo/redo
|
2017-07-19 13:56:14 +02:00 |
jos
|
52977b009c
|
Updated package-lock.json
|
2017-07-19 13:52:50 +02:00 |
jos
|
b162f5ed13
|
Implemented key bindings for search
|
2017-07-19 13:52:28 +02:00 |
jos
|
5b1426eb7c
|
Remove not yet used ref
|
2017-07-13 19:49:45 +02:00 |
jos
|
f786940d8d
|
Some refactoring
|
2017-07-13 12:20:48 +02:00 |
jos
|
94b7be90d3
|
Refactored action menus, added quick keys Ctrl+M, Ctrl+E
|
2017-07-13 12:10:42 +02:00 |
jos
|
bb8734707e
|
Set focus to correct input fields after insert/append/duplicate/remove
|
2017-07-12 17:09:03 +02:00 |
jos
|
bb6565f3b3
|
Implemented quickkeys to move up/down/left/right
|
2017-07-12 15:01:19 +02:00 |
jos
|
111b85a4cb
|
Fixed invalid dependency version number
|
2017-07-12 09:47:42 +02:00 |
jos
|
fb71b61ba5
|
Implemented basic support for key bindings
|
2017-06-11 17:14:46 +02:00 |
jos
|
82ff880c27
|
Added missing dependencies
|
2017-06-11 15:06:25 +02:00 |
jos
|
82ddb965fb
|
Updated dependencies
|
2017-06-11 13:44:22 +02:00 |