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 @@
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.
New Features and Fixes Highlights