From adc9c3fb8b2bdd47aa9ed505d442713854803ad4 Mon Sep 17 00:00:00 2001 From: HelioGuilherme66 Date: Sat, 22 Feb 2025 19:30:29 +0000 Subject: [PATCH 01/10] Fix text color in row labels in Grid Editor --- CHANGELOG.adoc | 2 +- src/robotide/application/CHANGELOG.html | 2 ++ src/robotide/application/releasenotes.py | 3 ++- src/robotide/editor/gridbase.py | 2 ++ src/robotide/version.py | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index b8d066220..a34fe67dd 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -19,7 +19,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni - Improved colorization for multiple Gherkin words, for example in the French language. === Fixed - +- Fixed not set text color on row labels in Grid Editor. Now the General ``secondary foreground`` is applied. - Fixed multiple scroll bars in Grid Editor when editing Test Cases or Keywords. This caused bad navigation on cells. - Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer. When right clicking over Tree elements, to, for example, expand or select tests, we want to keep the Editor in the same file or position. diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index 48b0bd5f0..7ddb48b51 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -13,6 +13,8 @@
  • Improved colorization for multiple Gherkin words, for example in the French language.
  • 1.3. Fixed

    • +Fixed not set text color on row labels in Grid Editor. Now the General ``secondary foreground`` is applied. +
    • Fixed multiple scroll bars in Grid Editor when editing Test Cases or Keywords. This caused bad navigation on cells.
    • Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer. diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index 1f2657bf9..4dddadc58 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -168,6 +168,7 @@ def set_content(self, html_win, content):

    New Features and Fixes Highlights

      +
    • Fixed not set text color on row labels in Grid Editor. Now the General secondary foreground is applied.
    • Added on Text Editor, tab indentation markers and tab markers boolean setting with default True.
    • Added on Text Editor, folding margin with markers style configurable with fold symbols in settings.cfg.
    • Create directories when needed in New Project dialog.
    • @@ -231,7 +232,7 @@ def set_content(self, html_win, content):
      python -m robotide.postinstall -install

      or

      ride_postinstall.py -install
      -

      RIDE {VERSION} was released on 21/February/2025.

      +

      RIDE {VERSION} was released on 22/February/2025.