robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
951 stars 375 forks source link

[Tree View] Lack of right-click context menu options on the keyword #2797

Closed ZDabrowski closed 3 weeks ago

ZDabrowski commented 1 month ago

In Tree View, the right-click context menu of the user keyword is showing only the Find Usages option. Comparing with the Ride 2.0.8.1 behaviour, there is a lack of the following options:

Did not notice any information in the changelog, so suppose it is a defect.

Environment Python 3.10.12 wxPython 4.2.1 robotframework 6.0.2 robotframework-ride 2.1.dev45 Ubuntu 22.04.4 LTS

Steps

  1. (robotframework-ride 2.1dev45) Right-click to open the context menu: obraz Expected (screenshot from the robotframework-ride 2.0.8.1) : obraz

Additional info Sample of code.

*** Test Case ***
test1
    user keyword1

*** Keywords ***
user keyword1
    LOG    user    WARN