From 8d7bae0d1541cbef52247d06a187f85d63bc66d1 Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Sun, 29 Mar 2026 13:28:16 +0100 Subject: [PATCH 1/3] Add options to make visible spaces and newlines in Text Editor. --- CHANGELOG.adoc | 3 +++ src/robotide/application/releasenotes.py | 7 ++++--- src/robotide/editor/customsourceeditor.py | 11 ++++++----- src/robotide/editor/pythoneditor.py | 5 ++++- src/robotide/editor/texteditor.py | 11 +++++++---- src/robotide/preferences/configobj | 2 +- src/robotide/preferences/settings.cfg | 2 ++ src/robotide/version.py | 2 +- 8 files changed, 28 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index de277de69..d77736c63 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,9 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni == https://github.com/robotframework/RIDE[Unreleased] +=== Fixed +- Fixed exception seen in console when selecting Tools->Library Finder... on a clean install. + === Changed - Changed isbinary to be internal library, instead of being dependency. diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index f3c96db1e..94b623dbf 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -150,7 +150,7 @@ def set_content(self, html_win, content):

RIDE (Robot Framework IDE) {VERSION} is a new release with some enhancements and bug fixes. The reference for valid arguments is - Robot Framework current version, 7.4.1. However, + Robot Framework current version, 7.4.2. However, internal library code is originally based on version 3.1.2, but adapted for new versions.

New Features and Fixes Highlights

-

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

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

Linux users are advised to install first wxPython from .whl package at wxPython.org, or by using the system package @@ -243,7 +244,7 @@ def set_content(self, html_win, content):

python -m robotide.postinstall -install

or

ride_postinstall.py -install
-

RIDE {VERSION} was released on 11/January/2026.

+

RIDE {VERSION} was released on 28/March/2026.