Skip to content

Commit 716540e

Browse files
Fix bad selection of items in Project Explorer with Right Click.
1 parent 1972e47 commit 716540e

File tree

6 files changed

+65
-54
lines changed

6 files changed

+65
-54
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
88

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

11+
=== Fixed
12+
13+
- Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer.
14+
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.
15+
1116
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.2.rst[2.1.2] - 2025-01-28
1217

1318
=== Fixed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w
4040

4141
`pip install -U robotframework-ride`
4242

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

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

0 commit comments

Comments
 (0)