-
Notifications
You must be signed in to change notification settings - Fork 272
Commit 4500df7
The 2 implementations can now be switched
Added a bool property DiffView.UseChangeBlocks.
It's not bound from UI yet, but could be used for runtime switching between the two different implementations of prev/next change.
The buttons are now using the OnGoto[Prev|Next]Change Click-handler, regardless of implementation.1 parent 19b25cc commit 4500df7
2 files changed
+34
-16
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
39 | + | ||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | - | ||
54 | + | ||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 32 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | + | ||
15 | + | ||
14 | 16 |
| |
15 | 17 |
| |
16 | - | ||
17 | - | ||
18 | - | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
19 | 28 |
| |
20 | - | ||
21 | - | ||
22 | - | ||
29 | + | ||
30 | + | ||
31 | + | ||
23 | 32 |
| |
24 | - | ||
33 | + | ||
34 | + | ||
25 | 35 |
| |
26 | 36 |
| |
27 | 37 |
| |
28 | 38 |
| |
29 | - | ||
30 | - | ||
31 | - | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
32 | 49 |
| |
33 | - | ||
34 | - | ||
35 | - | ||
50 | + | ||
51 | + | ||
52 | + | ||
36 | 53 |
| |
37 | - | ||
54 | + | ||
55 | + | ||
38 | 56 |
| |
39 | 57 |
| |
40 | 58 |
|
0 commit comments