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)`_ v2.0b1 is a new release with major enhancements and bug fixes.
2
+
This version v2.0b1 includes removal of Python 2.7 support. The reference for valid arguments is `Robot Framework`_ version 3.1.2.
3
+
4
+
* This is the **first version without support for Python 2.7**.
5
+
* The last version with support for Python 2.7 was **1.7.4.2**.
6
+
* There are some important changes, or known issues:
7
+
- On MacOS to call autocomplete in Grid and Text Editors, you have to use Alt-Space (not Command-Space).
8
+
9
+
- On Linux and Windows to call autocomplete in Grid and Text Editors, you have to use Ctrl-Space.
10
+
11
+
- On Text Editor the TAB key adds the defined number of spaces. With Shift moves to the left, and together with Control selects text.
12
+
13
+
- 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.
14
+
15
+
- On Grid Editor and Linux the auto enclose is only working on cell selection, but not on cell content edit.
16
+
17
+
- On Text Editor when Saving with Ctrl-S, you must do this twice :(.
18
+
19
+
**New Features and Fixes Highlights**
20
+
21
+
* Auto enclose text in {}, [], "", ''
22
+
* Auto indent in Text Editor
23
+
* Block indent in Text Editor (TAB on block of selected text)
24
+
* Ctrl-number with number, 1-5 also working on Text Editor:
25
+
26
+
1. create scalar variable
27
+
2. create list variable
28
+
3. Comment line
29
+
4. Uncomment line
30
+
5. create dictionary variable
31
+
32
+
* Persistence of the position and state of detached panels, File Explorer and Test Suites
33
+
* File Explorer and Test Suites panels are now Plugins and can be disabled or enabled and made Visible with F11 and F12
34
+
* File Explorer now shows selected file when RIDE starts
35
+
36
+
Please note, that the features and fixes are not yet closed. This pre-release is being done because it has important fixes.
37
+
38
+
**The recommended wxPython version is, 4.0.7post2**
39
+
**wxPython version 4.1 may reveal some problems with RIDE.**
40
+
41
+
*Linux users are advised to install first wxPython from .whl package at* `wxPython.org`_.
42
+
43
+
All issues targeted for RIDE {version.milestone} can be found
44
+
from the `issue tracker milestone`_.
45
+
46
+
Questions and comments related to the release can be sent to the
47
+
`robotframework-users`_ mailing list or to the channel #ride on
48
+
`Robot Framework Slack`_, and possible bugs submitted to the `issue tracker`_.
49
+
You should see `Robot Framework Forum`_ if your problem is already known.
Copy file name to clipboardExpand all lines: src/robotide/application/releasenotes.py
+93-3Lines changed: 93 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,9 @@ def _create_view(self):
132
132
<p><strong>wxPython will be updated to version 4.0.7post2</strong></p>
133
133
<p><strong>wxPython version 4.1, is not recommended to be used with RIDE.</strong></p>
134
134
<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>
135
-
<!-- <p><strong>REMOVE reference to tracker if release notes contain all issues.</strong>-->
135
+
<!-- <p><strong>REMOVE reference to tracker if release notes contain all issues.</strong></p>-->
136
136
137
-
All issues targeted for RIDE {milestone} can be found
137
+
<p>All issues targeted for RIDE {milestone} can be found
138
138
from the <a class="reference external" href="https://github.com/robotframework/RIDE/issues?q=milestone%3A{milestone}">issue tracker milestone</a>.</p>
139
139
<p>Questions and comments related to the release can be sent to the
140
140
<a class="reference external" href="http://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list, to the <a class="reference external" href="https://forum.robotframework.org/c/tools/ride/21">RIDE topic on Robot Framework Forum</a> or to the channel #ride on
<p>Some of the icons are from <a href="http://www.famfamfam.com/lab/icons/silk/">Silk Icons</a>.</p>
59
59
<p><br/><br/><a href="https://github.com/HelioGuilherme66">Hélio Guilherme</a> the maintainer of the project thanks the original authors and all users and collaborators.<br/>
60
-
A very special thanks to <b><a href="https://github.com/Nyral">Nyral</a></b> the most commited in helping RIDE development and maintenance.</p>
60
+
A very special thanks to <b><a href="https://github.com/Nyral">Nyral</a></b> and <b><a href="https://github.com/jnhyperion">Johnny.H</a></b> the most commited in helping RIDE development and maintenance.</p>
0 commit comments