Commit 7f3e49f
Merge master to v4.0.0 branch (#1351)
* IEP-1549: Updating java version for release and builds (#1241)
Co-authored-by: Kondal Kolipaka <[email protected]>
* 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 names
* IEP-1652 Add project selector to ESP-IDF Terminal launch workflow (#1343)
* feat: added a project selector on the terminal page
* feat: update terminal title for better UX on windows
* fix: added Project name label to the Messages
* fix: allowing empty project
---------
Co-authored-by: Ali Azam Rana <[email protected]>
Co-authored-by: Denys Almazov <[email protected]>1 parent d264866 commit 7f3e49f
File tree
14 files changed
+1472
-283
lines changed- bundles
- com.espressif.idf.terminal.connector/src/com/espressif/idf/terminal/connector
- controls
- launcher
- com.espressif.idf.ui
- src/com/espressif/idf/ui/nvs
- dialog
- handlers
14 files changed
+1472
-283
lines changedLines changed: 49 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | 32 | | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
82 | 109 | | |
83 | 110 | | |
84 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
85 | 116 | | |
86 | 117 | | |
87 | 118 | | |
| |||
96 | 127 | | |
97 | 128 | | |
98 | 129 | | |
99 | | - | |
| 130 | + | |
100 | 131 | | |
101 | 132 | | |
102 | 133 | | |
103 | | - | |
104 | 134 | | |
105 | 135 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
112 | 141 | | |
113 | 142 | | |
114 | 143 | | |
| |||
147 | 176 | | |
148 | 177 | | |
149 | 178 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | 179 | | |
Lines changed: 17 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 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments