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
- Added Tools->Library Finder... to install libraries and Help->Open Library Documentation... . They share the same dialog, and definitions are recorded in ``settings.cfg``.
13
+
- Added context menu to install libraries and to open documentation in Grid Editor Import section. Same as above description.
14
+
- Added keyboard shortcuts ``Ctrl-Shift-Up`` and ``Ctrl-Shift-Down`` as alternatives to ``Alt-Up`` and ``Alt-Down`` to move rows in Grid and Text Editors.
12
15
- Added Settings Editor button to Preferences dialog, to edit settings.cfg.
13
16
- Created backup of settings.cfg to allow recovering some settings when broken upgrades.
14
17
- Added current executing keyword and other statuses to TestRunner status bar.
@@ -18,6 +21,15 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
18
21
when selecting in Tree shows the filename in StatusBar.
19
22
20
23
=== Changed
24
+
- Improved vertical scroll in Grid Editor, by having main scroll bars out of cells
25
+
- Changed arguments parser to allow ``--version`` and ``--help`` functional in Windows
26
+
- Improved auto-complete in Grid Editor, to allow several matches
27
+
- Changed some informative dialogs and JSON Editor to use the customized colors.
28
+
- Modified import statements to allow running RIDE without Robot Framework installed or versions older than 6.0.
29
+
- On Windows ignore false modification on files when opening Test Suites, causing confirmation dialog.
30
+
31
+
=== Fixed
32
+
- Fixed Create Desktop Shortcut by pointing executable to ``python -m robotide``.
21
33
- Changed some informative dialogs and JSON Editor to use the customized colors.
22
34
- Modified import statements to allow running RIDE without Robot Framework installed or versions older than 6.0.
23
35
- On Windows ignore false modification on files when opening Test Suites, causing confirmation dialog.
0 commit comments