|
40 | 40 | - Fix cursor position when editing cells in Grid Editor. |
41 | 41 | - Added parsing of option **--name** or **-N** and **Name** setting, |
42 | 42 | to allow running tests with them set. |
43 | | - - Fix broken installation of RIDE v2.1.4 by adding missing |
44 | | - dependencies. |
45 | | - - Added **Tools->Library Finder...** to install libraries and |
46 | | - **Help->Open Library Documentation...** . They share the same |
47 | | - dialog, and definitions are recorded in \``settings.cfg`\`. |
48 | | - - Added context menu to install libraries and to open documentation |
49 | | - in Grid Editor Import section. Same as above description. |
50 | | - - Added keyboard shortcuts **Ctrl-Shift-Up** and **Ctrl-Shift-Down** |
51 | | - as alternatives to **Alt-Up** and **Alt-Down** to move rows in |
52 | | - Grid and Text Editors. |
53 | | - - Improved vertical scroll in Grid Editor, by having main scroll |
54 | | - bars out of cells. |
55 | | - - Fixed Create Desktop Shortcut by pointing executable to **python |
56 | | - -m robotide**. |
57 | | - - Changed arguments parser to allow **--version** and **--help** |
58 | | - functional in Windows. |
59 | | - - Improved auto-complete in Grid Editor, to allow several matches. |
60 | | - - Fixed white blocks on Tree due to failed animation when test |
61 | | - execution is too rapid, causing crash on Windows. |
62 | | - - Added Settings Editor button to Preferences dialog, to edit |
63 | | - settings.cfg. |
64 | | - - Created backup of settings.cfg to allow recovering some settings |
65 | | - when broken upgrades. |
66 | | - - Changed some informative dialogs and JSON Editor to use the |
67 | | - customized colors. |
68 | | - - Added current executing keyword and other statuses to TestRunner |
69 | | - status bar. |
70 | | - - Modified import statements to allow running RIDE without Robot |
71 | | - Framework installed or versions older than 6.0. |
72 | | - - Added Config Panel button to supported installed Plugins next to |
73 | | - their name in Plugin Manager dialog. |
74 | | - - Added Config Panel button to Plugins, working examples in Text |
75 | | - Editor and Test Runner. |
76 | | - - On Windows ignore false modification on files when opening Test |
77 | | - Suites, causing confirmation dialog. |
78 | | - - Added divided Status Bar. Left side for main window, right side |
79 | | - for Plugins. Working example in Text Editor, when selecting in |
80 | | - Tree shows the filename in StatusBar. |
81 | 43 |
|
82 | 44 | **The minimal wxPython version is, 4.0.7, and RIDE supports the |
83 | 45 | current version, 4.2.3, which we recommend.** |
|
110 | 72 |
|
111 | 73 | .. code:: literal-block |
112 | 74 |
|
113 | | - pip install --upgrade robotframework-ride==2.1.4.1 |
| 75 | + pip install --upgrade robotframework-ride==2.1.5 |
114 | 76 |
|
115 | 77 | to install exactly the specified release, which is the same as using |
116 | 78 |
|
|
0 commit comments