From 7780c70f512c4df82c61072cb2fcc1ce6f5a37be Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Fri, 2 Aug 2024 01:36:37 +0100 Subject: [PATCH 1/3] Improve Text Editor. --- README.adoc | 2 +- src/robotide/application/releasenotes.py | 2 +- src/robotide/editor/texteditor.py | 1 + src/robotide/lib/robot/parsing/tablepopulators.py | 8 ++++---- src/robotide/lib/robot/variables/tablesetter.py | 8 ++++++-- src/robotide/version.py | 2 +- 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.adoc b/README.adoc index 539713cfe..5db41f636 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.1dev61**) with: +(3.8 <= python <= 3.12) Install current development version (**2.1dev62**) 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 734898510..ebbf6f6ad 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -314,7 +314,7 @@ def set_content(self, html_win, content):
 python -m robotide.postinstall -install
 
-

RIDE {VERSION} was released on 29/July/2024.

+

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