Commit 837f4ab
authored
refactor: replace autocomplete NSTableView with native SwiftUI (#375)
* refactor: replace autocomplete NSTableView with native SwiftUI List
* fix: address code review issues in autocomplete refactor
* fix: remove unrelated D1 entry from changelog
* fix: address CodeRabbit review findings1 parent db3664b commit 837f4ab
18 files changed
Lines changed: 647 additions & 712 deletions
File tree
- LocalPackages/CodeEditSourceEditor/Sources/CodeEditSourceEditor/CodeSuggestion
- Model
- TableView
- View
- Window
- TableProTests/Views/Editor
- TablePro
- Core/Autocomplete
- Views/Editor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | 23 | | |
12 | 24 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
22 | 71 | | |
23 | 72 | | |
24 | 73 | | |
| |||
59 | 108 | | |
60 | 109 | | |
61 | 110 | | |
| 111 | + | |
62 | 112 | | |
| 113 | + | |
63 | 114 | | |
64 | 115 | | |
65 | 116 | | |
| |||
91 | 142 | | |
92 | 143 | | |
93 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
94 | 148 | | |
95 | 149 | | |
96 | 150 | | |
| |||
110 | 164 | | |
111 | 165 | | |
112 | 166 | | |
| 167 | + | |
| 168 | + | |
113 | 169 | | |
| 170 | + | |
114 | 171 | | |
| 172 | + | |
115 | 173 | | |
116 | 174 | | |
117 | 175 | | |
| |||
Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 0 additions & 169 deletions
This file was deleted.
0 commit comments