Commit 10ff3d2
committed
Refactor action event creation in settings component
Simplified `AnActionEvent` creation by compacting imports and modifying parameters to match updated API structure. These changes improve code clarity and maintain compatibility with the latest IntelliJ Platform APIs.1 parent 9c3adbe commit 10ff3d2
File tree
3 files changed
+14
-10
lines changed- .idea/modules
- src/main/kotlin/dev/meanmail/prettifypython/settings
3 files changed
+14
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
327 | 324 | | |
328 | 325 | | |
329 | 326 | | |
330 | | - | |
331 | 327 | | |
332 | | - | |
333 | 328 | | |
334 | | - | |
335 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
336 | 334 | | |
337 | 335 | | |
338 | 336 | | |
| |||
0 commit comments