Skip to content

Commit

Permalink
Fix bad selection of items in Project Explorer with Right Click.
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Jan 30, 2025
1 parent 1972e47 commit 716540e
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 54 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni

== https://github.com/robotframework/RIDE[Unreleased]

=== Fixed

- Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer.
When right clicking over Tree elements, to, for example, expand or select tests, we want to keep the Editor in the same file or position.

== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.2.rst[2.1.2] - 2025-01-28

=== Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w

`pip install -U robotframework-ride`

(3.8 <= python <= 3.13) Install current development version (**2.1.2**) with:
(3.8 <= python <= 3.13) Install current development version (**2.2dev3**) with:

`pip install -U https://github.com/robotframework/RIDE/archive/develop.zip`

Expand Down
Loading

0 comments on commit 716540e

Please sign in to comment.