Skip to content

Commit bfbbf79

Browse files
Version 2.2.4
1 parent 28f8461 commit bfbbf79

1 file changed

Lines changed: 126 additions & 0 deletions

File tree

doc/releasenotes/ride-2.2.4.rst

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
.. container:: document
2+
3+
`RIDE (Robot Framework
4+
IDE) <https://github.com/robotframework/RIDE/>`__ v2.2.4 is a new
5+
release with some enhancements and bug fixes. The reference for valid
6+
arguments is `Robot Framework <https://robotframework.org/>`__
7+
current version, 7.4.2. However, internal library code is originally
8+
based on version 3.1.2, but adapted for new versions.
9+
10+
- This version supports Python 3.9 up to 3.14.
11+
- There are some changes, or known issues:
12+
13+
- 🐞 - Rename Keywords, Find Usages/Find where used are not
14+
finding all occurrences. Please, double-check findings and
15+
changes.
16+
- 🐞 - In Grid Editor, private keywords defined in test suites
17+
with **Name** setting, will show with error color even if used
18+
correctly in another local keyword.
19+
- 🐞 - RIDE **DOES NOT KEEP** Test Suites formatting or
20+
structure, causing differences in files when used on other IDE
21+
or Editors. The option to not reformat the file is not working.
22+
- 🐞 - In Grid Editor, when showing settings, scrolling down with
23+
mouse or using down is not working. You can change to Text
24+
Editor and back to Grid Editor, to restore normal behavior.
25+
- 🐞 - In Files Explorer, when in floating window, the files tree
26+
is not always using all available space. Do a small resize of
27+
window to redraw.
28+
- 🐞 - The Test Suites Explorer, may be visible or hidden with
29+
F12, or toggled floating/docked, but content may disappear. You
30+
should try to make it reappear by toggling Files Explorer, F11,
31+
or by editing **settings.cfg**.
32+
33+
**New Features and Fixes Highlights**
34+
35+
- Changed Auto-Save to only save when user is not typing, and if
36+
code is in error show message in status bar.
37+
- Applied STC_LEX colorization on Code Editor (external files
38+
editor).
39+
40+
**The minimal wxPython version is, 4.0.7, and RIDE supports the
41+
current version, 4.2.5, which we recommend.**
42+
43+
*Linux users are advised to install first wxPython from .whl package
44+
at*
45+
`wxPython.org <https://extras.wxpython.org/wxPython4/extras/linux/gtk3/>`__,
46+
or by using the system package manager.
47+
48+
The
49+
`CHANGELOG.adoc <https://github.com/robotframework/RIDE/blob/master/CHANGELOG.adoc>`__
50+
lists the changes done on the different versions.
51+
52+
All issues targeted for RIDE v2.3 can be found from the `issue
53+
tracker
54+
milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.3>`__.
55+
56+
Questions and comments related to the release can be sent to the
57+
`robotframework-users <https://groups.google.com/group/robotframework-users>`__
58+
mailing list or to the channel #ride on `Robot Framework
59+
Slack <https://robotframework-slack-invite.herokuapp.com>`__, and
60+
possible bugs submitted to the `issue
61+
tracker <https://github.com/robotframework/RIDE/issues>`__. You
62+
should see `Robot Framework
63+
Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your
64+
problem is already known.
65+
66+
To install the latest release with
67+
`pip <https://pypi.org/project/pip/>`__ installed, just run
68+
69+
.. code:: literal-block
70+
71+
pip install --upgrade robotframework-ride==2.2.4
72+
73+
to install exactly the specified release, which is the same as using
74+
75+
.. code:: literal-block
76+
77+
pip install --upgrade robotframework-ride
78+
79+
Alternatively you can download the source distribution from
80+
`PyPI <https://pypi.python.org/pypi/robotframework-ride>`__ and
81+
install it manually. For more details and other installation
82+
approaches, see the `installation
83+
instructions <https://github.com/robotframework/RIDE/wiki/Installation-Instructions>`__.
84+
If you want to help in the development of RIDE, by reporting issues
85+
in current development version, you can install with:
86+
87+
.. code:: literal-block
88+
89+
pip install -U https://github.com/robotframework/RIDE/archive/develop.zip
90+
91+
Important document for helping with development is the
92+
`CONTRIBUTING.adoc <https://github.com/robotframework/RIDE/blob/develop/CONTRIBUTING.adoc>`__.
93+
94+
To start RIDE from a command window, shell or terminal, just enter:
95+
96+
::
97+
98+
ride
99+
100+
You can also pass some arguments, like a path for a test suite file
101+
or directory.
102+
103+
::
104+
105+
ride example.robot
106+
107+
Another possible way to start RIDE is:
108+
109+
.. code:: literal-block
110+
111+
python -m robotide
112+
113+
You can then go to Tools>Create RIDE Desktop Shortcut, or run the
114+
shortcut creation script with:
115+
116+
.. code:: literal-block
117+
118+
python -m robotide.postinstall -install
119+
120+
or
121+
122+
.. code:: literal-block
123+
124+
ride_postinstall.py -install
125+
126+
RIDE v2.2.4 was released on 9/July/2026.

0 commit comments

Comments
 (0)