From f8cbe1237f64c8cd07c9b664f137e115bc95ac8c Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Thu, 15 Aug 2024 20:48:29 +0100 Subject: [PATCH 1/2] Fix deleting selected text when typing in Text Editor --- README.adoc | 2 +- src/robotide/application/releasenotes.py | 2 +- src/robotide/editor/texteditor.py | 14 +++++++------- src/robotide/version.py | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index e5e02e56f..c81e31add 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work w `pip install -U robotframework-ride` -(3.8 <= python <= 3.12) Install current development version (**2.1dev68**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev69**) with: `pip install -U https://github.com/robotframework/RIDE/archive/master.zip` diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index 4d759fd98..3fec22393 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -325,7 +325,7 @@ def set_content(self, html_win, content):
 python -m robotide.postinstall -install
 
-

RIDE {VERSION} was released on 15/August/2024.

+

RIDE {VERSION} was released on 16/August/2024.