espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
295 stars 115 forks source link

Move 'ESP-IDF: ****' context menu items into 'ESP-IDF' SUBMENU instead of putting them on top level (IEP-1236) #956

Closed powerbroker closed 3 weeks ago

powerbroker commented 1 month ago

ESP-IDF menu usability

When context menu cannot completely reside within screen area, it just sucks.

From another side there is absolutely no reason to put all of them on top level. The ''ESP-IDF:' prefix implies: they all must be UNDER the "ESP-IDF" submenu.

kolipakakondal commented 1 month ago

Hi @powerbroker Agree with you. We are working on this, it will be part of the next release.

kolipakakondal commented 1 month ago

This is fixed in the v3.0.0-beta2 release, where all the menu items moved to ESP-IDF main menu.

image

kolipakakondal commented 3 weeks ago

This is fixed in the v3.0.0 release, hence closing the issue. https://github.com/espressif/idf-eclipse-plugin/releases/tag/v3.0.0

powerbroker commented 2 weeks ago

verified, OK