|
| 1 | +============================ |
| 2 | +Robot Framework IDE 1.7.4rc1 |
| 3 | +============================ |
| 4 | + |
| 5 | + |
| 6 | +.. default-role:: code |
| 7 | + |
| 8 | + |
| 9 | +`RIDE (Robot Framework IDE)`_ 1.7.4rc1 is a new release with major enhancements |
| 10 | +and bug fixes. This version 1.7.4rc1 includes fixes for installer, Font Type selection, Text Editor improvements and new File explorer. |
| 11 | +The reference for valid arguments is `Robot Framework`_ version 3.1.2. |
| 12 | + |
| 13 | +* This is the **last version supporting Python 2.7**. |
| 14 | +* A new File Explorer allows to open supported file types in RIDE, or other types in a basic code editor. To open a file you must double-click on it (project folders open with right-click after being highlighted with left-click). If it is a supported file format but not with the correct structure (for example a resource file), an error message is shown, and then opens in code editor. |
| 15 | +* On Grid Editor, the cells can be autoajusting with wordwrap. There is a new checkbox in `Tools>Preferences>Grid Editor`. |
| 16 | +* Font Type selection is available for all Editors and Run panels. |
| 17 | +* Zoom in and zoom out is possible on Text Editor and Run panels. |
| 18 | +* Pressing the Ctrl on the Grid Editor, when over a keyword it will show its documentation (that can be detached with mouse click). |
| 19 | +* There are some important changes, or known issues: |
| 20 | + |
| 21 | + - On MacOS to call autocomplete in Grid and Text Editors, you have to use Alt-Space (not Command-Space) |
| 22 | + |
| 23 | + - On Linux and Windows to call autocomplete in Grid and Text Editors, you have to use Ctrl-Space |
| 24 | + |
| 25 | + - On Text Editor the TAB key adds the defined number of spaces. With Shift moves to the left, and together with Control selects text. |
| 26 | + |
| 27 | + - On Text Editor the **: FOR** loop structure must use Robot Framework 3.1.2 syntax, i.e. **FOR** and **END**. The only solution to disable this, is to disable Text Editor Plugin. |
| 28 | + |
| 29 | +**THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7** |
| 30 | + |
| 31 | +**wxPython will be updated to current version 4.0.7post2** |
| 32 | + |
| 33 | +*Linux users are advised to install first wxPython from .whl package at* `wxPython.org`_. |
| 34 | + |
| 35 | + |
| 36 | +All issues targeted for RIDE v1.7.4rc1 can be found |
| 37 | +from the `issue tracker milestone`_. |
| 38 | + |
| 39 | +Questions and comments related to the release can be sent to the |
| 40 | +`robotframework-users`_ mailing list or to the channel #ride on |
| 41 | +`Robot Framework Slack`_, and possible bugs submitted to the `issue tracker`_. |
| 42 | + |
| 43 | +If you have pip_ installed, just run |
| 44 | + |
| 45 | +:: |
| 46 | + |
| 47 | + pip install --upgrade robotframework-ride==1.7.4rc1 |
| 48 | + |
| 49 | +to install this **RELEASE CANDIDATE** release, and for the **final** release use |
| 50 | + |
| 51 | +:: |
| 52 | + |
| 53 | + pip install --upgrade robotframework-ride |
| 54 | + |
| 55 | +:: |
| 56 | + |
| 57 | + pip install robotframework-ride==1.7.4 |
| 58 | + |
| 59 | +to install exactly the **final** version. Alternatively you can download the source |
| 60 | +distribution from PyPI_ and install it manually. For more details and other |
| 61 | +installation approaches, see the `installation instructions`_. |
| 62 | +See the `FAQ`_ for important info about `: FOR` changes. |
| 63 | + |
| 64 | +A possible way to start RIDE is: |
| 65 | + |
| 66 | +:: |
| 67 | + |
| 68 | + python -m robotide.__init__ |
| 69 | + |
| 70 | +You can then go to `Tools>Create RIDE Desktop Shortcut`, or run the shortcut creation script with: |
| 71 | + |
| 72 | +:: |
| 73 | + |
| 74 | + python -m robotide.postinstall -install |
| 75 | + |
| 76 | +RIDE 1.7.4rc1 was released on Tuesday December 24, 2019. |
| 77 | + |
| 78 | +.. _RIDE (Robot Framework IDE): https://github.com/robotframework/RIDE/ |
| 79 | +.. _Robot Framework: http://robotframework.org |
| 80 | +.. _pip: http://pip-installer.org |
| 81 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-ride |
| 82 | +.. _issue tracker milestone: https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4 |
| 83 | +.. _issue tracker: https://github.com/robotframework/RIDE/issues |
| 84 | +.. _robotframework-users: http://groups.google.com/group/robotframework-users |
| 85 | +.. _Robot Framework Slack: https://robotframework-slack-invite.herokuapp.com |
| 86 | +.. _installation instructions: ../../INSTALL.rst |
| 87 | +.. _wxPython.org: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ |
| 88 | +.. _FAQ: https://github.com/robotframework/RIDE/wiki/F.A.Q. |
| 89 | + |
| 90 | + |
| 91 | +.. contents:: |
| 92 | + :depth: 2 |
| 93 | + :local: |
0 commit comments