Skip to content

Commit 6865cdc

Browse files
Add note to Preferences of Test Runner (#2581)
1 parent 8639178 commit 6865cdc

File tree

5 files changed

+42
-35
lines changed

5 files changed

+42
-35
lines changed

CHANGELOG.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ All notable changes to this project will be documented in this file.
66
The format is based on http://keepachangelog.com/en/1.0.0/[Keep a Changelog]
77
and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioning].
88

9-
// == https://github.com/robotframework/RIDE[Unreleased]
9+
== https://github.com/robotframework/RIDE[Unreleased]
10+
11+
=== Added
12+
13+
- Added the note, 'Colors will be active after next RIDE restart.' to the Preferences of Test Runner.
1014

1115
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.3.rst[2.0.3] - 2023-04-16
1216

1317
=== Changed
1418

1519
- Allow to do auto-suggestions of keywords in grid editor without a shortcut, if you want to enable or disable this feature you can config in `Preferences -> Grid Editor -> Enable auto suggestions`
1620

17-
- Made ``\n`` visible when editing cells in Grid Editor (problematic in Windows)
21+
- Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows)
1822

1923
== Fixed
2024

@@ -74,8 +78,8 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
7478
* Users will need to edit ``/etc/paths`` to include paths for ``robot`` and other commands like ``chromedriver``, etc
7579
- Added an Open External File menu option, to open file in Code Editor
7680
- Added multiline view in Grid Editor
77-
* When editing, ``\n`` will be converted to newline, ``\\n`` will remain as is.
78-
* When editing, ``\ `` will be converted to whitespace.
81+
* When editing, ``\\n`` will be converted to newline, ``\\\\n`` will remain as is.
82+
* When editing, ``\\ `` will be converted to whitespace.
7983
* When editing, Alt-Enter is the same as ``\n``, converted immediately.
8084
* When editing, Ctrl-Up and Ctrl-Down move cursor to start and end of multiline respectively.
8185
* When editing, Ctrl-Home and Ctrl-End move cursor to start and end of cell content respectively.

0 commit comments

Comments
 (0)