|
1 | 1 | .. container:: document |
2 | 2 |
|
3 | 3 | `RIDE (Robot Framework |
4 | | - IDE) <https://github.com/robotframework/RIDE/>`__ v2.0.6 is a new |
| 4 | + IDE) <https://github.com/robotframework/RIDE/>`__ v2.0.7 is a new |
5 | 5 | release with minor enhancements and bug fixes. The reference for |
6 | | - valid arguments is `Robot Framework <http://robotframework.org>`__ |
7 | | - installed version, which is at this moment 6.0.2. However, internal |
| 6 | + valid arguments is `Robot Framework <https://robotframework.org/>`__ |
| 7 | + installed version, which is at this moment 6.1.1. However, internal |
8 | 8 | library is based on version 3.1.2, to keep compatibility with old |
9 | 9 | formats. |
10 | 10 |
|
11 | | - - This version supports Python 3.6 up to 3.10. |
| 11 | + - This version supports Python 3.6 up to 3.11. |
12 | 12 | - There are some changes, or known issues: |
13 | 13 |
|
14 | | - - Newlines in Grid Editor can be made visible with the `filter newlines` set to False. |
| 14 | + - RIDE tray icon now shows a context menu with options Show, Hide |
| 15 | + and Close |
| 16 | + - Highlighting and navigation of selected Project Explorer items, |
| 17 | + in Text Editor |
| 18 | + - When editing in Grid Editor with content assistance, the |
| 19 | + selected content can be edited by escaping the list of |
| 20 | + suggestions with keys ARROW_LEFT or ARROW_RIGHT. |
| 21 | + - Newlines in Grid Editor can be made visible with the \`filter |
| 22 | + newlines\` set to False. |
15 | 23 | - On Text Editor when Saving the selection of tests in Test |
16 | 24 | Suites (Tree) is cleared. |
17 | 25 | - Test Suite with *\**\* Comments \**\** can be edited but |
18 | 26 | newlines are introduced. |
| 27 | + - When editing resource files in Text Editor, item may disapper |
| 28 | + from Project Explorer and content may be lost if clicking |
| 29 | + Apply. Better to use the Save action, so changed content is not |
| 30 | + lost. |
19 | 31 | - Some argument types detection (and colorization) is not correct |
20 | 32 | in Grid Editor. |
21 | 33 | - RIDE **DOES NOT KEEP** Test Suites formatting or structure, |
22 | 34 | causing differences in files when used on other IDE or Editors. |
23 | 35 |
|
24 | 36 | **New Features and Fixes Highlights** |
25 | 37 |
|
26 | | - - Newlines in Grid Editor can be made visible with the `filter newlines` set to False, by editing `settings.cfg` |
27 | | - - Improve auto-suggestions of keywords in Grid Editor by allowing to close suggestions list with keys ARROW_LEFT or ARROW_RIGHT |
28 | | - - Improve Text Editor auto-suggestions by using: selected text, text at left or at right of cursor |
29 | | - |
| 38 | + - Added indication of matching brackets, **()**, **{}**, **[]**, in |
| 39 | + Text Editor |
| 40 | + - Fixed non syncronized expanding/collapse of Settings panel in Grid |
| 41 | + Editor, on Linux |
| 42 | + - Fixed not working the deletion of cells commented with **#** in |
| 43 | + Grid Editor with **Ctrl-Shift-D** |
| 44 | + - Fixed empty line being always added to the Variables section in |
| 45 | + Text Editor |
| 46 | + - Improved project file system changes and reloading |
| 47 | + - Added context menu to RIDE tray icon. Options Show, Hide and Close |
| 48 | + - Added sincronization with Project Explorer to navigate to selected |
| 49 | + item, Test Case, Keyword, Variable, in Text Editor |
| 50 | + - Control commands (**FOR**, **IF**, **TRY**, etc) will only be |
| 51 | + colorized as valid keywords when typed in all caps in Grid Editor |
| 52 | + - Newlines in Grid Editor can be made visible with the **filter |
| 53 | + newlines** set to False, by editing *settings.cfg* |
| 54 | + - Improve auto-suggestions of keywords in Grid Editor by allowing to |
| 55 | + close suggestions list with keys ARROW_LEFT or ARROW_RIGHT |
| 56 | + - Improve Text Editor auto-suggestions by using: selected text, text |
| 57 | + at left or at right of cursor |
30 | 58 |
|
31 | 59 | We hope to implement or complete features and make fixes on next |
32 | 60 | major version 2.1 (in the end of 2023). |
33 | 61 |
|
34 | 62 | **The minimal wxPython version is, 4.0.7, and RIDE supports the |
35 | | - current version, 4.2.0.** |
| 63 | + current version, 4.2.1.** |
36 | 64 |
|
37 | 65 | *Linux users are advised to install first wxPython from .whl package |
38 | 66 | at* |
|
48 | 76 | milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.1>`__. |
49 | 77 |
|
50 | 78 | Questions and comments related to the release can be sent to the |
51 | | - `robotframework-users <http://groups.google.com/group/robotframework-users>`__ |
| 79 | + `robotframework-users <https://groups.google.com/group/robotframework-users>`__ |
52 | 80 | mailing list or to the channel #ride on `Robot Framework |
53 | 81 | Slack <https://robotframework-slack-invite.herokuapp.com>`__, and |
54 | 82 | possible bugs submitted to the `issue |
|
57 | 85 | Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your |
58 | 86 | problem is already known. |
59 | 87 |
|
60 | | - To install with `pip <http://pip-installer.org>`__ installed, just |
61 | | - run |
| 88 | + To install with `pip <https://pypi.org/project/pip/>`__ installed, |
| 89 | + just run |
62 | 90 |
|
63 | 91 | .. code:: literal-block |
64 | 92 |
|
65 | | - pip install --upgrade robotframework-ride==v2.0.6 |
| 93 | + pip install --upgrade robotframework-ride==v2.0.7 |
66 | 94 |
|
67 | 95 | to install exactly this release, which is the same as using |
68 | 96 |
|
|
102 | 130 |
|
103 | 131 | python -m robotide.postinstall -install |
104 | 132 |
|
105 | | - RIDE v2.0.6dev2 was released on 25/May/2023. |
| 133 | + RIDE v2.0.7 was released on 13/Aug/2023. |
0 commit comments