You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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`
16
20
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)
18
22
19
23
== Fixed
20
24
@@ -74,8 +78,8 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
74
78
* Users will need to edit ``/etc/paths`` to include paths for ``robot`` and other commands like ``chromedriver``, etc
75
79
- Added an Open External File menu option, to open file in Code Editor
76
80
- 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.
79
83
* When editing, Alt-Enter is the same as ``\n``, converted immediately.
80
84
* When editing, Ctrl-Up and Ctrl-Down move cursor to start and end of multiline respectively.
81
85
* When editing, Ctrl-Home and Ctrl-End move cursor to start and end of cell content respectively.
0 commit comments