Commit 812e373
committed
use named edge for FakeTreeNodes
Previously if you had a DM node `code : integer` selected, that's how the text
would be populated in the project search box. We don't want the ` : integer`
part. To get rid of it, we add special handling for `FakeTreeNode` nodes, of
which these are an instance, and just get the edge name if the edge exists.
See #57.1 parent c707d16 commit 812e373
File tree
1 file changed
+20
-5
lines changed- src/main/java/edu/umich/soar/visualsoar/dialogs/find
1 file changed
+20
-5
lines changedLines changed: 20 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
45 | 60 | | |
0 commit comments