Skip to content

Conversation

@kolipakakondal
Copy link
Collaborator

Description

Please include a summary of the change and which issue is fixed.

Fixes # (IEP-XXX)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • ESP-IDF Version:
  • OS (Windows,Linux and macOS):

Dependent components impacted by this PR:

  • Component 1
  • Component 2

Checklist

  • PR Self Reviewed
  • Applied Code formatting
  • Added Documentation
  • Added Unit Test
  • Verified on all platforms - Windows,Linux and macOS

alirana01 and others added 3 commits November 6, 2025 17:57
Co-authored-by: Kondal Kolipaka <kondal.kolipaka@espressif.com>
* 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
)

* 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
@coderabbitai
Copy link

coderabbitai bot commented Nov 19, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch master

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kolipakakondal kolipakakondal merged commit 7f3e49f into release/v4.0.0 Nov 19, 2025
11 of 16 checks passed
Shen7436 pushed a commit that referenced this pull request Nov 27, 2025
* IEP-1549: Updating java version for release and builds (#1241)

Co-authored-by: Kondal Kolipaka <kondal.kolipaka@espressif.com>

* 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 <85216275+alirana01@users.noreply.github.com>
Co-authored-by: Denys Almazov <almazovdenys@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants