Skip to content

Commit b87f42f

Browse files
Prepare 2.2.1.1 (#2996)
* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor * Fixed Cut (Ctrl-X) in cell content edit in Grid Editor * New Crowdin updates (#2993) * Prepare Release 2.2rc1 (#2986) * Fix missing text colorization in suites and tests settings in Grid Editor * Fix crashes when editing Tree items. * Fix location comment based on develop (#2980) * update the location comment of RIDE.pot * Update location comments for bg_BG * Update location comments for bs_BA * Update location comments for cs_CZ * Update location comments for da_DK * Update location comments for de_DE * Update location comments for en_US * Update location comments for en_ES * Update location comments for fi_FI * Update location comments for fr_FR * Update location comments for hi_IN * Update location comments for hu_HU * Update location comments for it_IT * Update location comments for ja_JP * Update location comments for ko_KR * Update location comments for nl_NL * Update location comments for pl_PL * Update location comments for pt_BR * Update location comments for pt_PT * Update location comments for ro_RO * Update location comments for ru_RU * Update location comments for sv_SE * Update location comments for th_TH * Update location comments for tr_TR * Update location comments for uk_UA * Update location comments for vi_VN * Update location comments for zh_TW * Add .vscode and *.po~ into gitignore * Update location comments for zh_CN * Modify geni18n to make it compatible with cross-platform * Update path to tools for non Debian based Linuxes (#2981) * DevOps: Remove codeboarding actions * Update zh_CN translations: Menu contexts, About Panel (#2982) * Add Chinese Simplified Translator * zh_CN translation: About panel * zh_CN translation: Menu context * Project settings (#2985) * Initial creation of settings if .robot directory exists in project dir. * Correct settings to edit, ut always starts with wrong. Ignore command line arguments * Still does not update preferences colors. Needs to reload Text Editor and Test Runner * Improve settings change in Tree when changed project. TODO reload plugins * Fix opening last file, independent of project settings * Initial dialog to restart RIDE, when project settings detected * Working Reload on project settings. Missing restore on not project, fix exceptions. * Complete project settings detection and restore * Implenent project settings in Windows * Initial utest for Project Settings. * Fix background color in Run Anything. Remove wong files from utest * Fix unit test for project settings * Add protection for first time install. Add pip upgrade to actions * Upgrade SonarCube scanner * Prepare release 2.2rc1 --------- Co-authored-by: Cherry_ChenNan <[email protected]> * Update translations --------- Co-authored-by: Cherry_ChenNan <[email protected]> * Development version * Fix size of folders tree in File Explorer * Add SeleniumTestability to the list of known Libraries * Fixed Cut (Ctrl-X) in cell content edit in Grid Editor * Development version * Fix size of folders tree in File Explorer * Add SeleniumTestability to the list of known Libraries * Updates translations (#2995) * New Crowdin updates (#2993) * Prepare Release 2.2rc1 (#2986) * Fix missing text colorization in suites and tests settings in Grid Editor * Fix crashes when editing Tree items. * Fix location comment based on develop (#2980) * update the location comment of RIDE.pot * Update location comments for bg_BG * Update location comments for bs_BA * Update location comments for cs_CZ * Update location comments for da_DK * Update location comments for de_DE * Update location comments for en_US * Update location comments for en_ES * Update location comments for fi_FI * Update location comments for fr_FR * Update location comments for hi_IN * Update location comments for hu_HU * Update location comments for it_IT * Update location comments for ja_JP * Update location comments for ko_KR * Update location comments for nl_NL * Update location comments for pl_PL * Update location comments for pt_BR * Update location comments for pt_PT * Update location comments for ro_RO * Update location comments for ru_RU * Update location comments for sv_SE * Update location comments for th_TH * Update location comments for tr_TR * Update location comments for uk_UA * Update location comments for vi_VN * Update location comments for zh_TW * Add .vscode and *.po~ into gitignore * Update location comments for zh_CN * Modify geni18n to make it compatible with cross-platform * Update path to tools for non Debian based Linuxes (#2981) * DevOps: Remove codeboarding actions * Update zh_CN translations: Menu contexts, About Panel (#2982) * Add Chinese Simplified Translator * zh_CN translation: About panel * zh_CN translation: Menu context * Project settings (#2985) * Initial creation of settings if .robot directory exists in project dir. * Correct settings to edit, ut always starts with wrong. Ignore command line arguments * Still does not update preferences colors. Needs to reload Text Editor and Test Runner * Improve settings change in Tree when changed project. TODO reload plugins * Fix opening last file, independent of project settings * Initial dialog to restart RIDE, when project settings detected * Working Reload on project settings. Missing restore on not project, fix exceptions. * Complete project settings detection and restore * Implenent project settings in Windows * Initial utest for Project Settings. * Fix background color in Run Anything. Remove wong files from utest * Fix unit test for project settings * Add protection for first time install. Add pip upgrade to actions * Upgrade SonarCube scanner * Prepare release 2.2rc1 --------- Co-authored-by: Cherry_ChenNan <[email protected]> * Update translations --------- Co-authored-by: Cherry_ChenNan <[email protected]> * Fixed Cut (Ctrl-X) in cell content edit in Grid Editor * Development version * Fix size of folders tree in File Explorer * Add SeleniumTestability to the list of known Libraries --------- Co-authored-by: Cherry_ChenNan <[email protected]> * Improve re-size in File Explorer * Improve re-size in File Explorer * Version 2.2.1.1 with fix in File Explorer --------- Co-authored-by: Cherry_ChenNan <[email protected]>
1 parent 82aef09 commit b87f42f

File tree

65 files changed

+842
-641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+842
-641
lines changed

CHANGELOG.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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+
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.1.rst[2.2.1.1] - 2025-12-08
12+
13+
=== Fixed
14+
- Fixed size fitting of folders tree in File Explorer.
15+
16+
1117
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.rst[2.2.1] - 2025-12-01
1218

1319
=== Added
@@ -16,7 +22,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
1622
- Added Config Panel button to File Explorer plugin. Here, you can set the operating system file explorer, or specify other tool, the Font style, and Colors.
1723

1824
=== Fixed
19-
- Fixed persistance of the state docked/floating of File Explorer.
25+
- Fixed persistence of the state docked/floating of File Explorer.
2026
- Fixed Cut (Ctrl-X) when editing the content of a cell in Grid Editor, before was deleting all content.
2127

2228

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
3636
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
3737

3838

39-
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (01st December 2025).**
39+
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (02nd December 2025).**
4040

4141
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
4242
We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.3 and Python 3.14.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ You can use the tag *robotframework-ide* to search and ask on [StackOverflow](ht
2121

2222
## **Welcome to RIDE - next major release will be version 2.3**
2323

24-
If you are looking for the latest released version, you can get the source code from **[releases](https://github.com/robotframework/RIDE/releases)** or from branch **[release/2.2.1](https://github.com/robotframework/RIDE/tree/release/2.2.1)**
24+
If you are looking for the latest released version, you can get the source code from **[releases](https://github.com/robotframework/RIDE/releases)** or from branch **[release/2.2.1.1](https://github.com/robotframework/RIDE/tree/release/2.2.1.1)**
2525

26-
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.rst) for latest release version 2.2.1
26+
See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.1.rst) for latest release version 2.2.1.1
2727

2828
**Version [2.2](https://github.com/robotframework/RIDE/tree/release/2.2) was the last release supporting Python 3.8**
2929

@@ -32,13 +32,13 @@ See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/r
3232
**Version [1.7.4.2](https://github.com/robotframework/RIDE/tree/release/1.7.4.2) was the last release supporting Python 2.7**
3333

3434

35-
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (01st December 2025).**
35+
**The current development version is based on 2.2.1.1, supports Python from 3.9 up to 3.14 (01st December 2025).**
3636

3737
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
3838
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.
3939
Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work with 4.0.7, 4.1.1 and 4.2.2 versions.
4040

41-
(3.9 &lt;= python &lt;= 3.14) Install current released version (*2.2.1*) with:
41+
(3.9 &lt;= python &lt;= 3.14) Install current released version (*2.2.1.1*) with:
4242

4343
`pip install -U robotframework-ride`
4444

doc/releasenotes/ride-2.2.1.1.rst

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
.. container:: document
2+
3+
`RIDE (Robot Framework
4+
IDE) <https://github.com/robotframework/RIDE/>`__ v2.2.1.1 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.3.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.13 (and also tested on
11+
3.14 with wxPython 4.2.3).
12+
- There are some changes, or known issues:
13+
14+
- 🐞 - Rename Keywords, Find Usages/Find where used are not
15+
finding all occurrences. Please, double-check findings and
16+
changes.
17+
- 🐞 - Some argument types detection (and colorization) is not
18+
correct in Grid Editor.
19+
- 🐞 - In Grid Editor, private keywords defined in test suites
20+
with **Name** setting, will show with error color even if used
21+
correctly in another local keyword.
22+
- 🐞 - RIDE **DOES NOT KEEP** Test Suites formatting or
23+
structure, causing differences in files when used on other IDE
24+
or Editors. The option to not reformat the file is not working.
25+
- 🐞 - In Grid Editor, when showing settings, scrolling down with
26+
mouse or using down is not working. You can change to Text
27+
Editor and back to Grid Editor, to restore normal behavior.
28+
- 🐞 - In Files Explorer, when in floating window, the files tree
29+
is not always using all available space. Do a small resize of
30+
window to redraw.
31+
32+
**New Features and Fixes Highlights**
33+
34+
- Added context menu to File Explorer, to Open test suites
35+
directories or test suites files (also with double-click).
36+
- Added context menu option to Open Containing Folder, in operating
37+
system file explorer, or specific tool.
38+
- Added Config Panel button to File Explorer plugin. Here, you can
39+
set the operating system file explorer, or specify other tool, the
40+
Font style, and Colors.
41+
- Fixed persistence of the state docked/floating of File Explorer.
42+
- Fixed Cut (Ctrl-X) when editing the content of a cell in Grid
43+
Editor, before was deleting all content.
44+
45+
**The minimal wxPython version is, 4.0.7, and RIDE supports the
46+
current version, 4.2.3, which we recommend.**
47+
48+
*Linux users are advised to install first wxPython from .whl package
49+
at*
50+
`wxPython.org <https://extras.wxpython.org/wxPython4/extras/linux/gtk3/>`__,
51+
or by using the system package manager.
52+
53+
The
54+
`CHANGELOG.adoc <https://github.com/robotframework/RIDE/blob/master/CHANGELOG.adoc>`__
55+
lists the changes done on the different versions.
56+
57+
All issues targeted for RIDE v2.2 can be found from the `issue
58+
tracker
59+
milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.2>`__.
60+
61+
Questions and comments related to the release can be sent to the
62+
`robotframework-users <https://groups.google.com/group/robotframework-users>`__
63+
mailing list or to the channel #ride on `Robot Framework
64+
Slack <https://robotframework-slack-invite.herokuapp.com>`__, and
65+
possible bugs submitted to the `issue
66+
tracker <https://github.com/robotframework/RIDE/issues>`__. You
67+
should see `Robot Framework
68+
Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your
69+
problem is already known.
70+
71+
To install the latest release with
72+
`pip <https://pypi.org/project/pip/>`__ installed, just run
73+
74+
.. code:: literal-block
75+
76+
pip install --upgrade robotframework-ride==2.2.1.1
77+
78+
to install exactly the specified release, which is the same as using
79+
80+
.. code:: literal-block
81+
82+
pip install --upgrade robotframework-ride
83+
84+
Alternatively you can download the source distribution from
85+
`PyPI <https://pypi.python.org/pypi/robotframework-ride>`__ and
86+
install it manually. For more details and other installation
87+
approaches, see the `installation
88+
instructions <https://github.com/robotframework/RIDE/wiki/Installation-Instructions>`__.
89+
If you want to help in the development of RIDE, by reporting issues
90+
in current development version, you can install with:
91+
92+
.. code:: literal-block
93+
94+
pip install -U https://github.com/robotframework/RIDE/archive/develop.zip
95+
96+
Important document for helping with development is the
97+
`CONTRIBUTING.adoc <https://github.com/robotframework/RIDE/blob/develop/CONTRIBUTING.adoc>`__.
98+
99+
To start RIDE from a command window, shell or terminal, just enter:
100+
101+
::
102+
103+
ride
104+
105+
You can also pass some arguments, like a path for a test suite file
106+
or directory.
107+
108+
::
109+
110+
ride example.robot
111+
112+
Another possible way to start RIDE is:
113+
114+
.. code:: literal-block
115+
116+
python -m robotide
117+
118+
You can then go to Tools>Create RIDE Desktop Shortcut, or run the
119+
shortcut creation script with:
120+
121+
.. code:: literal-block
122+
123+
python -m robotide.postinstall -install
124+
125+
or
126+
127+
.. code:: literal-block
128+
129+
ride_postinstall.py -install
130+
131+
RIDE v2.2.1.1 was released on 08/December/2025.

0 commit comments

Comments
 (0)