Commit edce007
authored
IEP-1650 Convert NVS Title Area dialog to the editor (#1339)
* feat: convertin NVS dialog to the editor
* fix: replace enum with EnumMap
* feat: optimizing performance
* feat: improving tooltip performance
* feat: move to the new API, improving tooltip
* fix: fixed potential NPE is there is no selected project
* fix: addressing coderabbit point about NPE
* fix: remove duplicate editor in the plugin.xml
* feat: improved status messaging
* feat: setting the default partition size to improve the UX
* fix: set dirty false after save action
* fix: addressing coderabbit comment about possible NPE
* fix: addressing minor fix about filter path
* feat: saving the status of fields based on the project
* feat: improving UX by utilizing ColumnLabelProvider
* fix: return non editable for first row
* feat: refactoring to reduce size of the EditorPage and make it easier to read
* feat: refactoring - moved storing preference logic to the separate class
* fix: fixed typo in the methods names1 parent 4ec9db2 commit edce007
File tree
10 files changed
+1340
-107
lines changed- bundles/com.espressif.idf.ui
- src/com/espressif/idf/ui/nvs
- dialog
- handlers
10 files changed
+1340
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
743 | | - | |
| 742 | + | |
| 743 | + | |
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| |||
Lines changed: 76 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 | + | |
| 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 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
0 commit comments