Commit 9626b8f
[ASGenerator] 'Implement interface methods' shouldn't be show inside the class. fixes fdorg#1982 (fdorg#1983)
* Small cleanup...
* WIP
* [ASGenerator] 'Implement interface methods' shouldn't be show inside the class. fixes fdorg#19821 parent e69f854 commit 9626b8fCopy full SHA for 9626b8f
File tree
Expand file treeCollapse file tree
18 files changed
+225
-69
lines changedOpen diff view settings
Filter options
- External/Plugins
- ASCompletion/Completion
- HaXeContext/Completion
- Tests/External/Plugins/ASCompletion.Tests
- Completion
- Test Files/generated/haxe
Expand file treeCollapse file tree
18 files changed
+225
-69
lines changedOpen diff view settings
Collapse file
External/Plugins/ASCompletion/Completion/ASGenerator.cs
Copy file name to clipboardExpand all lines: External/Plugins/ASCompletion/Completion/ASGenerator.cs+13-8Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
102 | 102 | |
103 | 103 | |
104 | 104 | |
105 | | - |
| 105 | + |
106 | 106 | |
107 | | - |
108 | | - |
| 107 | + |
| 108 | + |
109 | 109 | |
110 | 110 | |
111 | 111 | |
112 | 112 | |
113 | 113 | |
114 | | - |
115 | | - |
116 | | - |
| 114 | + |
| 115 | + |
117 | 116 | |
118 | 117 | |
119 | 118 | |
| ||
312 | 311 | |
313 | 312 | |
314 | 313 | |
315 | | - |
| 314 | + |
316 | 315 | |
317 | 316 | |
318 | 317 | |
| ||
336 | 335 | |
337 | 336 | |
338 | 337 | |
339 | | - |
| 338 | + |
340 | 339 | |
341 | 340 | |
342 | 341 | |
| ||
449 | 448 | |
450 | 449 | |
451 | 450 | |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
452 | 457 | |
453 | 458 | |
454 | 459 | |
|
Collapse file
External/Plugins/HaXeContext/Completion/CodeGenerator.cs
Copy file name to clipboardExpand all lines: External/Plugins/HaXeContext/Completion/CodeGenerator.cs+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
25 | 30 | |
26 | 31 | |
27 | 32 | |
|
Collapse file
Tests/External/Plugins/ASCompletion.Tests/ASCompletion.Tests.csproj
Copy file name to clipboardExpand all lines: Tests/External/Plugins/ASCompletion.Tests/ASCompletion.Tests.csproj+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
906 | 906 | |
907 | 907 | |
908 | 908 | |
| 909 | + |
| 910 | + |
| 911 | + |
| 912 | + |
| 913 | + |
| 914 | + |
| 915 | + |
| 916 | + |
| 917 | + |
| 918 | + |
| 919 | + |
| 920 | + |
| 921 | + |
| 922 | + |
909 | 923 | |
910 | 924 | |
911 | 925 | |
|
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Completion/ASGeneratorTests.cs
Copy file name to clipboardExpand all lines: Tests/External/Plugins/ASCompletion.Tests/Completion/ASGeneratorTests.cs+59-61Lines changed: 59 additions & 61 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
537 | 537 | |
538 | 538 | |
539 | 539 | |
540 | | - |
| 540 | + |
541 | 541 | |
542 | 542 | |
543 | 543 | |
544 | 544 | |
545 | | - |
| 545 | + |
| 546 | + |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
546 | 551 | |
547 | 552 | |
548 | 553 | |
| ||
557 | 562 | |
558 | 563 | |
559 | 564 | |
560 | | - |
561 | | - |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
562 | 569 | |
563 | 570 | |
564 | 571 | |
| ||
3179 | 3186 | |
3180 | 3187 | |
3181 | 3188 | |
3182 | | - |
3183 | | - |
3184 | | - |
3185 | | - |
3186 | | - |
3187 | | - |
3188 | | - |
3189 | | - |
3190 | | - |
3191 | | - |
3192 | | - |
3193 | | - |
3194 | | - |
3195 | | - |
3196 | | - |
3197 | | - |
3198 | | - |
3199 | | - |
3200 | | - |
3201 | | - |
3202 | | - |
3203 | | - |
3204 | | - |
3205 | | - |
3206 | | - |
3207 | | - |
3208 | | - |
3209 | | - |
3210 | | - |
3211 | | - |
3212 | | - |
3213 | | - |
3214 | | - |
3215 | | - |
3216 | | - |
3217 | | - |
3218 | | - |
3219 | | - |
3220 | | - |
3221 | | - |
3222 | | - |
3223 | | - |
3224 | | - |
3225 | | - |
3226 | | - |
3227 | | - |
3228 | | - |
3229 | | - |
3230 | | - |
3231 | | - |
3232 | | - |
3233 | | - |
3234 | | - |
3235 | | - |
3236 | | - |
3237 | | - |
3238 | 3189 | |
3239 | 3190 | |
3240 | 3191 | |
| ||
3289 | 3240 | |
3290 | 3241 | |
3291 | 3242 | |
3292 | | - |
| 3243 | + |
3293 | 3244 | |
| 3245 | + |
| 3246 | + |
| 3247 | + |
3294 | 3248 | |
3295 | 3249 | |
3296 | 3250 | |
3297 | 3251 | |
| 3252 | + |
| 3253 | + |
| 3254 | + |
| 3255 | + |
| 3256 | + |
| 3257 | + |
| 3258 | + |
| 3259 | + |
| 3260 | + |
| 3261 | + |
| 3262 | + |
| 3263 | + |
| 3264 | + |
| 3265 | + |
| 3266 | + |
| 3267 | + |
| 3268 | + |
| 3269 | + |
| 3270 | + |
| 3271 | + |
3298 | 3272 | |
3299 | 3273 | |
3300 | 3274 | |
| ||
3325 | 3299 | |
3326 | 3300 | |
3327 | 3301 | |
| 3302 | + |
| 3303 | + |
| 3304 | + |
| 3305 | + |
| 3306 | + |
| 3307 | + |
| 3308 | + |
| 3309 | + |
| 3310 | + |
| 3311 | + |
| 3312 | + |
| 3313 | + |
| 3314 | + |
| 3315 | + |
| 3316 | + |
| 3317 | + |
| 3318 | + |
| 3319 | + |
| 3320 | + |
| 3321 | + |
| 3322 | + |
| 3323 | + |
| 3324 | + |
| 3325 | + |
3328 | 3326 | |
3329 | 3327 | |
3330 | 3328 | |
|
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Test Files/generated/haxe/AfterImplementInterface_issue1696_3.hx
Copy file name to clipboard+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Test Files/generated/haxe/AfterImplementInterface_issue1982_1.hx
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Test Files/generated/haxe/AfterImplementInterface_issue1982_2.hx
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Test Files/generated/haxe/AfterImplementInterface_issue1982_3.hx
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Test Files/generated/haxe/AfterImplementInterface_issue1982_4.hx
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
Collapse file
Tests/External/Plugins/ASCompletion.Tests/Test Files/generated/haxe/AfterImplementInterface_issue1982_5.hx
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
0 commit comments