Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/en/marketplaceupdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The Espressif-IDE Eclipse Plugin can be installed using the update site URL, Ecl
- :ref:`install_idf_eclipse_plugin_marketplace`
- :ref:`install_idf_eclipse_plugin_local_archive`
- :ref:`upgradePlugins`
- :ref:`upgradeEspressifIdeDependencies`


.. _installUpdateSiteURL:
Expand Down Expand Up @@ -92,7 +93,12 @@ If you have already installed the IDF Eclipse Plugin using the update site URL,

.. image:: ../../media/Update_plugins.png

If the next version of the plugin requires updated dependencies (e.g., the minimum CDT version has changed from 11.6 to 12), you’ll need to ensure these dependencies are updated during installation from the update site.

.. _upgradeEspressifIdeDependencies:

Upgrading from Espressif-IDE 3.3.0 to 3.4.0
------------------------------------------------------
If the next version of the plugin requires updated dependencies (e.g., the minimum CDT version has changed from 11.6 to 12), make sure these dependencies are updated during installation from the update site.

.. image:: ../../media/Update_dependencies.png

Expand All @@ -101,11 +107,11 @@ If the required dependencies are not updated, the installer will display the fol

To resolve this:

1. Click Show original error and build my own solution.
1. Click **Show original error and build my own solution**.
2. Then select both:

- Update items already installed
- Remove items already installed
- **Update items already installed**
- **Remove items already installed**
Comment on lines +110 to +114
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Nest and format UI action items correctly

  • The bullet items under step 2 are not indented, so they won’t be rendered as a nested list. Reindent by at least three spaces under 2..
  • Use inline literals (Show original error and build my own solution, Update items already installed, Remove items already installed) instead of bold text to align with the formatting used for UI elements elsewhere.

Example diff:

  2. Then select both:
- - **Update items already installed**
- - **Remove items already installed**
+    - ``Update items already installed``
+    - ``Remove items already installed``
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
1. Click **Show original error and build my own solution**.
2. Then select both:
- Update items already installed
- Remove items already installed
- **Update items already installed**
- **Remove items already installed**
1. Click **Show original error and build my own solution**.
2. Then select both:
- ``Update items already installed``
- ``Remove items already installed``


.. image:: ../../media/Resolve_update_error.png

Expand Down
Loading