|
| 1 | +.. container:: document |
| 2 | + |
| 3 | + `RIDE (Robot Framework |
| 4 | + IDE) <https://github.com/robotframework/RIDE/>`__ v2.1.3 is a new |
| 5 | + release with some enhancements and bug fixes. The reference for valid |
| 6 | + arguments is `Robot Framework <https://robotframework.org/>`__ |
| 7 | + previous version, which was 7.1.1 (currently is 7.2.2). However, |
| 8 | + internal library code is originally based on version 3.1.2, but |
| 9 | + adapted for new versions. |
| 10 | + |
| 11 | + - This version supports Python 3.8 up to 3.13. |
| 12 | + - There are some changes, or known issues: |
| 13 | + |
| 14 | + - 🐞 - When upgrading RIDE and activate Restart, some errors are |
| 15 | + visible about missing /language file, and behaviour is not |
| 16 | + normal. Better to close RIDE and start a new instance. |
| 17 | + - 🐞 - Problems with COPY/PASTE in Text Editor have been reported |
| 18 | + when using wxPython 4.2.0, but not with version 4.2.1 and |
| 19 | + 4.2.2, which we now *recommend*. |
| 20 | + - 🐞 - Rename Keywords, Find Usages/Find where used are not |
| 21 | + finding all occurrences. Please, double-check findings and |
| 22 | + changes. |
| 23 | + - 🐞 - Some argument types detection (and colorization) is not |
| 24 | + correct in Grid Editor. |
| 25 | + - 🐞 - RIDE **DOES NOT KEEP** Test Suites formatting or |
| 26 | + structure, causing differences in files when used on other IDE |
| 27 | + or Editors. The option to not reformat the file is not working. |
| 28 | + |
| 29 | + **New Features and Fixes Highlights** |
| 30 | + |
| 31 | + - Better Search element in Text Editor which allows to be cleared. |
| 32 | + - When saving in Text Editor, the cursor remains at position, |
| 33 | + instead of jumping to Tree selection. |
| 34 | + - Improved autocompletion lists, by using existing words in Test |
| 35 | + Suite file (still needs more improvements). |
| 36 | + - Fixed not set text color on row labels in Grid Editor. Now the |
| 37 | + General **secondary foreground** is applied. |
| 38 | + - Added on Text Editor, tab indentation markers and **tab markers** |
| 39 | + boolean setting with default **True**. |
| 40 | + - Added on Text Editor, folding margin with markers style |
| 41 | + configurable with **fold symbols** in settings.cfg. |
| 42 | + - Create directories when needed in New Project dialog. |
| 43 | + - Improved the recognition of BDD/Gherkin prefixes when localized in |
| 44 | + autocomplete on Grid Editor. |
| 45 | + - Added syntax colorization for the *GROUP* marker. Improved |
| 46 | + colorization for multiple Gherkin words, for example in the French |
| 47 | + language. |
| 48 | + - Fixed multiple scroll bars in Grid Editor when editing Test Cases |
| 49 | + or Keywords. This caused bad navigation on cells. |
| 50 | + - Regression fix from v2.1b1 - Fix wrong item selection, like Test |
| 51 | + Suite, when doing right-click actions in Project Explorer. |
| 52 | + |
| 53 | + **The minimal wxPython version is, 4.0.7, and RIDE supports the |
| 54 | + current version, 4.2.2, which we recommend.** |
| 55 | + |
| 56 | + *Linux users are advised to install first wxPython from .whl package |
| 57 | + at* |
| 58 | + `wxPython.org <https://extras.wxpython.org/wxPython4/extras/linux/gtk3/>`__, |
| 59 | + or by using the system package manager. |
| 60 | + |
| 61 | + The |
| 62 | + `CHANGELOG.adoc <https://github.com/robotframework/RIDE/blob/master/CHANGELOG.adoc>`__ |
| 63 | + lists the changes done on the different versions. |
| 64 | + |
| 65 | + All issues targeted for RIDE v2.2 can be found from the `issue |
| 66 | + tracker |
| 67 | + milestone <https://github.com/robotframework/RIDE/issues?q=milestone%3Av2.2>`__. |
| 68 | + |
| 69 | + Questions and comments related to the release can be sent to the |
| 70 | + `robotframework-users <https://groups.google.com/group/robotframework-users>`__ |
| 71 | + mailing list or to the channel #ride on `Robot Framework |
| 72 | + Slack <https://robotframework-slack-invite.herokuapp.com>`__, and |
| 73 | + possible bugs submitted to the `issue |
| 74 | + tracker <https://github.com/robotframework/RIDE/issues>`__. You |
| 75 | + should see `Robot Framework |
| 76 | + Forum <https://forum.robotframework.org/c/tools/ride/>`__ if your |
| 77 | + problem is already known. |
| 78 | + |
| 79 | + To install the latest release with |
| 80 | + `pip <https://pypi.org/project/pip/>`__ installed, just run |
| 81 | + |
| 82 | + .. code:: literal-block |
| 83 | +
|
| 84 | + pip install --upgrade robotframework-ride==2.1.3 |
| 85 | +
|
| 86 | + to install exactly the specified release, which is the same as using |
| 87 | + |
| 88 | + .. code:: literal-block |
| 89 | +
|
| 90 | + pip install --upgrade robotframework-ride |
| 91 | +
|
| 92 | + Alternatively you can download the source distribution from |
| 93 | + `PyPI <https://pypi.python.org/pypi/robotframework-ride>`__ and |
| 94 | + install it manually. For more details and other installation |
| 95 | + approaches, see the `installation |
| 96 | + instructions <https://github.com/robotframework/RIDE/wiki/Installation-Instructions>`__. |
| 97 | + If you want to help in the development of RIDE, by reporting issues |
| 98 | + in current development version, you can install with: |
| 99 | + |
| 100 | + .. code:: literal-block |
| 101 | +
|
| 102 | + pip install -U https://github.com/robotframework/RIDE/archive/develop.zip |
| 103 | +
|
| 104 | + Important document for helping with development is the |
| 105 | + `CONTRIBUTING.adoc <https://github.com/robotframework/RIDE/blob/develop/CONTRIBUTING.adoc>`__. |
| 106 | + |
| 107 | + To start RIDE from a command window, shell or terminal, just enter: |
| 108 | + |
| 109 | + :: |
| 110 | + |
| 111 | + ride |
| 112 | + |
| 113 | + You can also pass some arguments, like a path for a test suite file |
| 114 | + or directory. |
| 115 | + |
| 116 | + :: |
| 117 | + |
| 118 | + ride example.robot |
| 119 | + |
| 120 | + Another possible way to start RIDE is: |
| 121 | + |
| 122 | + .. code:: literal-block |
| 123 | +
|
| 124 | + python -m robotide |
| 125 | +
|
| 126 | + You can then go to Tools>Create RIDE Desktop Shortcut, or run the |
| 127 | + shortcut creation script with: |
| 128 | + |
| 129 | + .. code:: literal-block |
| 130 | +
|
| 131 | + python -m robotide.postinstall -install |
| 132 | +
|
| 133 | + or |
| 134 | + |
| 135 | + .. code:: literal-block |
| 136 | +
|
| 137 | + ride_postinstall.py -install |
| 138 | +
|
| 139 | + RIDE v2.1.3 was released on 24/March/2025. |
0 commit comments