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
`RIDE (Robot Framework IDE)`_ 1.7.4.1 is a new release with bug fixes. This version 1.7.4.1 includes fixes for documentation, duplicate resources on tree, resources import with directory prefix, select all in Grid Editor, and more.
10
+
The reference for valid arguments is `Robot Framework`_ version 3.1.2.
11
+
12
+
* See the `release_notes`_ for version 1.7.4 with the major changes on that version.
13
+
14
+
**THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7**
15
+
16
+
**wxPython will be updated to current version 4.0.7post2**
17
+
18
+
*Linux users are advised to install first wxPython from .whl package at* `wxPython.org`_.
19
+
20
+
21
+
All issues targeted for RIDE v1.7.4.1 can be found
22
+
from the `issue tracker milestone`_.
23
+
24
+
Questions and comments related to the release can be sent to the
25
+
`robotframework-users`_ mailing list or to the channel #ride on
26
+
`Robot Framework Slack`_, and possible bugs submitted to the `issue tracker`_.
<h1 class="title">Robot Framework IDE 1.7.4.1</h1>
455
455
456
-
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> 1.7.4 is a new release with major enhancements
457
-
and bug fixes. This version 1.7.4 includes fixes for installer, Font Type selection, Text Editor improvements and new File explorer.
456
+
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> 1.7.4.1 is a new release with bug fixes. This version 1.7.4.1 includes fixes for documentation, duplicate resources on tree, resources import with directory prefix, select all in Grid Editor, and more.
458
457
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> version 3.1.2.</p>
459
458
<ul class="simple">
460
-
<li>This is the <strong>last version supporting Python 2.7</strong>.</li>
461
-
<li>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.</li>
462
-
<li>On Grid Editor, the cells can be autoajusting with wordwrap. There is a new checkbox in <code>Tools>Preferences>Grid Editor</code>.</li>
463
-
<li>Font Type selection is available for all Editors and Run panels.</li>
464
-
<li>Zoom in and zoom out is possible on Text Editor and Run panels.</li>
465
-
<li>Pressing the Ctrl on the Grid Editor, when over a keyword it will show its documentation (that can be detached with mouse click).</li>
466
-
<li>There are some important changes, or known issues:<ul>
467
-
<li>On MacOS to call autocomplete in Grid and Text Editors, you have to use Alt-Space (not Command-Space)</li>
468
-
<li>On Linux and Windows to call autocomplete in Grid and Text Editors, you have to use Ctrl-Space</li>
469
-
<li>On Text Editor the TAB key adds the defined number of spaces. With Shift moves to the left, and together with Control selects text.</li>
470
-
<li>On Text Editor the <strong>: FOR</strong> loop structure must use Robot Framework 3.1.2 syntax, i.e. <strong>FOR</strong> and <strong>END</strong>. The only solution to disable this, is to disable Text Editor Plugin.</li>
471
-
</ul>
472
-
</li>
459
+
<li>See the <a class="reference external" href="https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst">release_notes</a> for version 1.7.4 with the major changes on that version.</li>
473
460
</ul>
474
461
<p><strong>THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7</strong></p>
475
462
<p><strong>wxPython will be updated to current version 4.0.7post2</strong></p>
476
463
<p><em>Linux users are advised to install first wxPython from .whl package at</em> <a class="reference external" href="https://extras.wxpython.org/wxPython4/extras/linux/gtk3/">wxPython.org</a>.</p>
477
-
<p>All issues targeted for RIDE v1.7.4 can be found from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4">issue tracker milestone</a>.</p>
464
+
<p>All issues targeted for RIDE v1.7.4.1 can be found
465
+
from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3Av1.7.4.1">issue tracker milestone</a>.</p>
478
466
<p>Questions and comments related to the release can be sent to the
479
467
<a class="reference external" href="http://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list or to the channel #ride on
480
468
<a class="reference external" href="https://robotframework-slack-invite.herokuapp.com">Robot Framework Slack</a>, and possible bugs submitted to the <a class="reference external" href="https://github.com/robotframework/RIDE/issues">issue tracker</a>.</p>
481
469
<p>If you have <a class="reference external" href="http://pip-installer.org">pip</a> installed, just run</p>
<p>to install this <strong>final</strong> release, or</p>
473
+
<p>to upgrade to this <strong>final</strong> release, or</p>
486
474
<pre class="literal-block">
487
475
pip install --upgrade robotframework-ride
488
476
</pre>
489
477
<pre class="literal-block">
490
-
pip install robotframework-ride==1.7.4
478
+
pip install robotframework-ride==1.7.4.1
491
479
</pre>
492
-
<p>to install exactly the <strong>final</strong> version for a first time. Alternatively you can download the source
480
+
<p>to install exactly this <strong>final</strong> version for a first time. Alternatively you can download the source
493
481
distribution from <a class="reference external" href="https://pypi.python.org/pypi/robotframework-ride">PyPI</a> and install it manually. For more details and other
494
482
installation approaches, see the <a class="reference external" href="https://github.com/robotframework/RIDE/wiki/Installation-Instructions">installation instructions</a>.
495
483
See the <a class="reference external" href="https://github.com/robotframework/RIDE/wiki/F.A.Q.">FAQ</a> for important info about <code>: FOR</code> changes.</p>
@@ -501,9 +489,8 @@ def _create_view(self):
501
489
<pre class="literal-block">
502
490
python -m robotide.postinstall -install
503
491
</pre>
504
-
<p>RIDE 1.7.4 was released on Tuesday December 24, 2019.</p>
492
+
<p>RIDE 1.7.4.1 was released on Monday January 20, 2020.</p>
0 commit comments