Commit 0f9e567
Feat: Drag drop reroute multi sections (#633)
* Feat: New Short-cut multi-selection trainrun sections => press s => split into two trainrun section left / right and add a node in the middle.
* Feat: New Short-cut multi-selection trainrun sections => press s => split into two trainrun section left / right and add a node in the middle.
* formater fix
* formater fix
* fix
* fix
* fix
* bug fixed !
* position fix
* test fixed, this test must be fail because i changed the object. No it's correct.
* position calc updated
* fix
* fix format
* fix
* if the node gets removed, check whether we have to close as well the (node side bar)
* fix ui behavior
* fix ui behavior
* doc
* doc
* doc
* Update CREATE_NODES.md
* Update CREATE_NODES.md
* Update CREATE_NODES.md
* Update src/app/services/data/trainrunsection.service.ts
Co-authored-by: Louis Greiner <[email protected]>
* Update src/app/services/data/node.service.ts
Co-authored-by: Louis Greiner <[email protected]>
* fix: review issue why returning this? This value is never used
* fix: review - removed unused
* Update src/app/view/editor-main-view/data-views/editor.keyEvents.ts
Oh, i was not aware of this. Thanks -> make sense
Co-authored-by: Louis Greiner <[email protected]>
* fix - review -simplified code by refactoring into small self-speaking methods.
* Update src/app/view/editor-main-view/data-views/editor.keyEvents.ts
Co-authored-by: Louis Greiner <[email protected]>
* Update src/app/view/editor-main-view/data-views/editor.keyEvents.ts
Co-authored-by: Louis Greiner <[email protected]>
* fix: review suggestions fixed (github UI used - but it had broken the code :-))
* Update documentation/AdvancedEditingShortcuts.md
Co-authored-by: Louis Greiner <[email protected]>
* Update documentation/CREATE_TRAINRUN.md
Co-authored-by: Louis Greiner <[email protected]>
* Update src/app/services/data/trainrunsection.service.ts
Co-authored-by: Louis Greiner <[email protected]>
* build fix and format issue fixed (lint)
* issue resolved
* small fix - hover issue solve
* small fix - hover issue solve
---------
Co-authored-by: Louis Greiner <[email protected]>1 parent 5408a97 commit 0f9e567
File tree
15 files changed
+428
-54
lines changed- documentation
- src
- app
- services/data
- view
- editor-main-view
- data-views
- integration-testing
15 files changed
+428
-54
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
85 | 110 | | |
86 | 111 | | |
87 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
273 | 295 | | |
274 | 296 | | |
275 | 297 | | |
| |||
354 | 376 | | |
355 | 377 | | |
356 | 378 | | |
357 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
358 | 384 | | |
359 | 385 | | |
360 | 386 | | |
| |||
385 | 411 | | |
386 | 412 | | |
387 | 413 | | |
388 | | - | |
| 414 | + | |
389 | 415 | | |
390 | 416 | | |
391 | 417 | | |
| |||
462 | 488 | | |
463 | 489 | | |
464 | 490 | | |
| 491 | + | |
| 492 | + | |
465 | 493 | | |
466 | 494 | | |
467 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
0 commit comments