Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
dc0ec8a
Fixed Cut (Ctrl-X) in cell content edit in Grid Editor
HelioGuilherme66 Oct 9, 2025
bc93426
Initial context menu in File Explorer. Needs fix on mainframe
HelioGuilherme66 Oct 27, 2025
96a005f
Improve panel
HelioGuilherme66 Oct 28, 2025
b97bc17
Need to fix sizer and toolaar in FileExplorer
HelioGuilherme66 Oct 29, 2025
b9fdd89
Better. WIP detach pos, resize and toggle view
HelioGuilherme66 Oct 31, 2025
b11e95f
Impove pane management. File explorer not opens/visile
HelioGuilherme66 Nov 2, 2025
69abbdb
Improved file_manager state. Broken toggle View (make visible).
HelioGuilherme66 Nov 3, 2025
1073eba
Fixed toggle float/dock. Missing Control Panel and clean-up debug
HelioGuilherme66 Nov 5, 2025
9b8ec25
Control Panel for File Explorer. WIP
HelioGuilherme66 Nov 6, 2025
bddba93
Add missing file to Control Panel for File Explorer. WIP
HelioGuilherme66 Nov 8, 2025
8e06f70
Control panel, missing font face and size saving, and actions.
HelioGuilherme66 Nov 10, 2025
ce93bab
Fix Save/Load settings dialogs. Broken apply colors/styles
HelioGuilherme66 Nov 11, 2025
20de125
Activate settings changes detection
HelioGuilherme66 Nov 12, 2025
76b7090
Improve control panel
HelioGuilherme66 Nov 14, 2025
f771da5
Font colors and style in toolbar. Uniue controlpanel dialog
HelioGuilherme66 Nov 17, 2025
20b27cd
Improved colors settings. Broken Save, it restores on save.
HelioGuilherme66 Nov 18, 2025
bd09257
Improve apply settings
HelioGuilherme66 Nov 19, 2025
6f86a7a
Improved load/save file explorer settings
HelioGuilherme66 Nov 24, 2025
bd774d2
Cleanup debug prints
HelioGuilherme66 Dec 1, 2025
a0255c6
Final adjustments to Files Explorer
HelioGuilherme66 Dec 1, 2025
15e0076
Update version in Sonar
HelioGuilherme66 Dec 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni

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

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

=== Added
- Added context menu to File Explorer, to Open test suites directories or test suites files (also with double-click).
- Added context menu option to Open Containing Folder, in operating system file explorer, or specific tool.
- 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.

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


== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.rst[2.2] - 2025-10-05

=== Added
Expand Down
14 changes: 7 additions & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf

== **Welcome to the development version of RIDE - next major release will be version 2.3**

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

See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.rst[release notes] for latest release version 2.2
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.1.rst[release notes] for latest release version 2.2.1

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

Expand All @@ -36,17 +36,17 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**


**The current development version is based on 2.2, supports Python from 3.8 up to 3.14 (05th October 2025).**
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (01st December 2025).**

Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.rc3.
We now have an experimental workflow on Fedora Linux 42, with wxPython 4.2.3 and Python 3.14.
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.

(3.8 <= python <= 3.14) Install current released version (*2.2*) with:
(3.9 <= python <= 3.14) Install current released version (*2.2.1*) with:

`pip install -U robotframework-ride`

(3.8 <= python <= 3.14) Install current development version (**2.2**) with:
(3.9 <= python <= 3.14) Install current development version (**2.2.1**) with:

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

Expand All @@ -62,7 +62,7 @@ Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work w
== Unit testing statuses:

// Linux (py36, py37, py38, py39): image:https://app.travis-ci.com/HelioGuilherme66/RIDE.svg?branch=master[Unit Tests, link=https://app.travis-ci.com/github/HelioGuilherme66/RIDE]
Linux (Fedora 41: py3.13, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml]
Linux (Fedora 42: py3.13, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml]

Windows (Python 3.11): image:https://ci.appveyor.com/api/projects/status/github/HelioGuilherme66/RIDE?branch=master&svg=true[Unit Tests, link=https://ci.appveyor.com/project/HelioGuilherme66/ride]

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ You can use the tag *robotframework-ide* to search and ask on [StackOverflow](ht

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

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](https://github.com/robotframework/RIDE/tree/release/2.2)**
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)**

See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.2.rst) for latest release version 2.2
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

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

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


**The current development version is based on 2.2, supports Python from 3.9 up to 3.14 (05th October 2025).**
**The current development version is based on 2.2.1, supports Python from 3.9 up to 3.14 (01st December 2025).**

Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.rc3.
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.
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.

(3.8 <= python <= 3.14) Install current released version (*2.2*) with:
(3.9 <= python <= 3.14) Install current released version (*2.2.1*) with:

`pip install -U robotframework-ride`

(3.8 <= python <= 3.14) Install current development version with:
(3.9 <= python <= 3.14) Install current development version with:

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

Expand All @@ -58,7 +58,7 @@ Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work w

## Unit testing statuses:

Linux (Fedora 41: py3.13, Ubuntu 22.04: py3.10): [[!Linux](https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml)](https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml)
Linux (Fedora 42: py3.13, Ubuntu 22.04: py3.10): [[!Linux](https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml)](https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml)

Windows (Python 3.11): [[!Windows](https://ci.appveyor.com/api/projects/status/github/HelioGuilherme66/RIDE?branch=master&svg=true)](https://ci.appveyor.com/project/HelioGuilherme66/ride)

Expand Down
137 changes: 137 additions & 0 deletions doc/releasenotes/ride-2.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
.. container:: document

`RIDE (Robot Framework
IDE) <https://github.com/robotframework/RIDE/>`__ v2.2.1 is a new
release with some enhancements and bug fixes. The reference for valid
arguments is `Robot Framework <https://robotframework.org/>`__
current version, 7.3.2. However, internal library code is originally
based on version 3.1.2, but adapted for new versions.

- This version supports Python 3.9 up to 3.13 (and also tested on
3.14 with wxPython 4.2.3).
- There are some changes, or known issues:

- 🐞 - Rename Keywords, Find Usages/Find where used are not
finding all occurrences. Please, double-check findings and
changes.
- 🐞 - Some argument types detection (and colorization) is not
correct in Grid Editor.
- 🐞 - In Grid Editor, private keywords defined in test suites
with **Name** setting, will show with error color even if used
correctly in another local keyword.
- 🐞 - RIDE **DOES NOT KEEP** Test Suites formatting or
structure, causing differences in files when used on other IDE
or Editors. The option to not reformat the file is not working.
- 🐞 - In Grid Editor, when showing settings, scrolling down with
mouse or using down is not working. You can change to Text
Editor and back to Grid Editor, to restore normal behavior.
- 🐞 - In Files Explorer, the size of the files tree is not
always using all available space.

**New Features and Fixes Highlights**

- Added context menu to File Explorer, to Open test suites
directories or test suites files (also with double-click).
- Added context menu option to Open Containing Folder, in operating
system file explorer, or specific tool.
- 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.
- Fixed persistance of the state docked/floating of File Explorer.
- Fixed Cut (Ctrl-X) when editing the content of a cell in Grid
Editor, before was deleting all content.

**The minimal wxPython version is, 4.0.7, and RIDE supports the
current version, 4.2.3, which we recommend.**

*Linux users are advised to install first wxPython from .whl package
at*
`wxPython.org <https://extras.wxpython.org/wxPython4/extras/linux/gtk3/>`__,
or by using the system package manager.

The
`CHANGELOG.adoc <https://github.com/robotframework/RIDE/blob/master/CHANGELOG.adoc>`__
lists the changes done on the different versions.

All issues targeted for RIDE v2.2 can be found from the `issue
tracker
milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.2>`__.

Questions and comments related to the release can be sent to the
`robotframework-users <https://groups.google.com/group/robotframework-users>`__
mailing list or to the channel #ride on `Robot Framework
Slack <https://robotframework-slack-invite.herokuapp.com>`__, and
possible bugs submitted to the `issue
tracker <https://github.com/robotframework/RIDE/issues>`__. You
should see `Robot Framework
Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your
problem is already known.

To install the latest release with
`pip <https://pypi.org/project/pip/>`__ installed, just run

.. code:: literal-block

pip install --upgrade robotframework-ride==2.2.1

to install exactly the specified release, which is the same as using

.. code:: literal-block

pip install --upgrade robotframework-ride

Alternatively you can download the source distribution from
`PyPI <https://pypi.python.org/pypi/robotframework-ride>`__ and
install it manually. For more details and other installation
approaches, see the `installation
instructions <https://github.com/robotframework/RIDE/wiki/Installation-Instructions>`__.
If you want to help in the development of RIDE, by reporting issues
in current development version, you can install with:

.. code:: literal-block

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

Important document for helping with development is the
`CONTRIBUTING.adoc <https://github.com/robotframework/RIDE/blob/develop/CONTRIBUTING.adoc>`__.

To start RIDE from a command window, shell or terminal, just enter:

::

ride

You can also pass some arguments, like a path for a test suite file
or directory.

::

ride example.robot

Another possible way to start RIDE is:

.. code:: literal-block

python -m robotide

You can then go to Tools>Create RIDE Desktop Shortcut, or run the
shortcut creation script with:

.. code:: literal-block

python -m robotide.postinstall -install

or

.. code:: literal-block

ride_postinstall.py -install

RIDE v2.2.1 was released on 01/December/2025.

.. rubric:: Celebrate the bank holiday, 1st December, Restoration of
the Independence of Portugal (from Spain in 1640)!!
:name: celebrate-the-bank-holiday-1st-december-restoration-of-the-independence-of-portugal-from-spain-in-1640

.. rubric:: 🇵🇹
:name: section
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=HelioGuilherme66_RIDE
sonar.organization=helioguilherme66
sonar.host.url=https://sonarcloud.io
sonar.python.version=3.10
sonar.projectVersion=v2.1.4
sonar.projectVersion=v2.2.1
sonar.sources=src/
sonar.tests=utest/
sonar.exclusions=**/lib/robot/**/*
Expand Down
Loading