diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 05742aa8b..bc940b148 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -10,7 +10,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni === Added -- Added content help pop-up on Text Editor by pressing ``Ctrl-M`` for text at cursor position or selected autocomplete list item +- Added content help pop-up on Text Editor by pressing ``Ctrl`` for text at cursor position or selected autocomplete list item - Added Exclude option in context nenu for Test files, previously was only possible for Test Suites folders - Added exclusion of monitoring filesystem changes for files and directories excluded in Preferences - Added variables creation shortcuts (``Ctrl-1,2,5``) to fields Arguments in Grid Editor diff --git a/sonar-project.properties b/sonar-project.properties index c9ef85f73..24dfef144 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=HelioGuilherme66_RIDE sonar.organization=helioguilherme66 - +sonar.host.url=https://sonarcloud.io sonar.python.version=3.10 sonar.sources=src sonar.exclusions=**/lib/robot/**/* @@ -9,4 +9,3 @@ sonar.core.codeCoveragePlugin=cobertura sonar.python.coverage.reportPaths=.coverage-reports/*coverage*.xml sonar.python.xunit.skipDetails=true sonar.scm.provider=git - diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index bd9429807..d4288e53c 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -1,7 +1,7 @@ Changelog

Changelog


All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1. Added

  • -Added content help pop-up on Text Editor by pressing ``Ctrl-M`` for text at cursor position or selected autocomplete list item +Added content help pop-up on Text Editor by pressing ``Ctrl`` for text at cursor position or selected autocomplete list item
  • Added Exclude option in context nenu for Test files, previously was only possible for Test Suites folders
  • diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index d9c660646..aa986797a 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -169,7 +169,7 @@ def set_content(self, html_win, content):

    New Features and Fixes Highlights

    • Fixed missing indication of link for User Keyword, when pressing Ctrl in Grid Editor
    • -
    • Added content help pop-up on Text Editor by pressing Ctrl-M for text at cursor position or selected autocomplete list item
    • +
    • Added content help pop-up on Text Editor by pressing Ctrl for text at cursor position or selected autocomplete list item
    • Added Exclude option in context nenu for Test files, previously was only possible for Test Suites folders
    • Added exclusion of monitoring filesystem changes for files and directories excluded in Preferences
    • Fixed exception when finding GREY color for excluded files and directories in Project Tree