Skip to content

Commit bdb2f06

Browse files
Version 2.0b3
1 parent a5c0490 commit bdb2f06

File tree

7 files changed

+46
-36
lines changed

7 files changed

+46
-36
lines changed

CHANGELOG.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
1010

1111
=== Added
1212

13-
- Added commenting/uncommenting of content with ``# ``, by using ``Ctrl-Shift-3`` and ``Ctrl-Shift-4``
13+
=== Removed
14+
15+
=== Changed
16+
17+
=== Fixed
18+
19+
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0b3.rst[2.0b3] - 2023-01-15
20+
21+
=== Added
22+
23+
- Added swap row up, by using ``Ctrl-T``
24+
- Added commenting/uncommenting of content with ``\# ``, by using ``Ctrl-Shift-3`` and ``Ctrl-Shift-4``
1425
- Added support for editing .robot and .resource files with content before sections
1526

1627
=== Removed

doc/releasenotes/ride-2.0b3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
`RIDE (Robot Framework IDE)`_ v2.0b3 is a new release with major enhancements and bug fixes.
2-
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is `Robot Framework`_ installed version, which is at this moment 5.0.1. However, internal library is based on version 3.1.2, to keep compatibility with old formats.
2+
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is `Robot Framework`_ installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.
33

44
* This is the **first version without support for Python 2.7**.
55
* The last version with support for Python 2.7 was **1.7.4.2**.
@@ -90,7 +90,7 @@ You can then go to `Tools>Create RIDE Desktop Shortcut`, or run the shortcut cre
9090

9191
python -m robotide.postinstall -install
9292

93-
RIDE v2.0b3 was released on 05/Nov/2022.
93+
RIDE v2.0b3 was released on 15/Jan/2023.
9494

9595
.. _RIDE (Robot Framework IDE): https://github.com/robotframework/RIDE/
9696
.. _Robot Framework: http://robotframework.org

src/robotide/application/CHANGELOG.html

Lines changed: 24 additions & 18 deletions
Large diffs are not rendered by default.

src/robotide/application/releasenotes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def set_content(self, html_win, content):
138138
139139
140140
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> v2.0b3 is a new release with major enhancements and bug fixes.
141-
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 5.0.1. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
141+
This version v2.0b3 includes removal of Python 2.7 support. The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
142142
<ul class="simple">
143143
<li>This is the <strong>first version without support for Python 2.7</strong>.</li>
144144
<li>The last version with support for Python 2.7 was <strong>1.7.4.2</strong>.</li>
@@ -155,7 +155,7 @@ def set_content(self, html_win, content):
155155
</ul>
156156
<p><strong>New Features and Fixes Highlights</strong></p>
157157
<ul class="simple">
158-
<li>Auto enclose text in &#123; &#125;, [], &quot;&quot;, ''</li>
158+
<li>Auto enclose text in &#123;&#125;, [], &quot;&quot;, ''</li>
159159
<li>Auto indent in Text Editor on new lines</li>
160160
<li>Block indent in Text Editor (TAB on block of selected text)</li>
161161
<li>Ctrl-number with number, 1-5 also working on Text Editor:<ol class="arabic">
@@ -201,7 +201,7 @@ def set_content(self, html_win, content):
201201
<pre class="literal-block">
202202
pip install -U https://github.com/robotframework/RIDE/archive/master.zip
203203
</pre>
204-
<p>Important document for helping with development is the <a class="reference external" href="https://github.com/robotframework/RIDE/blob/master/CONTRIBUTING.adoc">CONTRIBUTING.adoc</a>.</p>
204+
<p>Important document for helping with development is the <cite>CONTRIBUTING.adoc_</cite>.</p>
205205
<p>See the <a class="reference external" href="https://github.com/robotframework/RIDE/wiki/F.A.Q.">FAQ</a> for important info about <cite>: FOR</cite> changes and other known issues and workarounds.</p>
206206
<p>A possible way to start RIDE is:</p>
207207
<pre class="literal-block">
@@ -211,6 +211,6 @@ def set_content(self, html_win, content):
211211
<pre class="literal-block">
212212
python -m robotide.postinstall -install
213213
</pre>
214-
<p>RIDE v2.0b3 was released on 07/Jan/2023.</p>
214+
<p>RIDE v2.0b3 was released on 15/Jan/2023.</p>
215215
</div>
216216
"""

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616
# Automatically generated by `tasks.py`.
17-
VERSION = 'v2.0b3.dev6'
17+
VERSION = '2.0b3'
1818

tasks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
<p><a class="reference external" href="https://github.com/robotframework/RIDE/">RIDE (Robot Framework IDE)</a> {version} is a new release with major enhancements
4242
and bug fixes. This version {version} includes removal of Python 2.7 support.
43-
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 5.0.1. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
43+
The reference for valid arguments is <a class="reference external" href="http://robotframework.org">Robot Framework</a> installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.</p>
4444
<!-- <strong>MORE intro stuff...</strong>-->
4545
</p>
4646
<ul class="simple">
@@ -79,7 +79,7 @@
7979
</ul>
8080
<p>Please note, that the features and fixes are not yet closed. This pre-release is being done because it has important fixes.
8181
</p>
82-
<p><strong>wxPython will be updated to version 4.1.2</strong></p>
82+
<p><strong>wxPython will be updated to version 4.2.0</strong></p>
8383
<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>
8484
<!-- <p><strong>REMOVE reference to tracker if release notes contain all issues.</strong></p>-->
8585
@@ -277,6 +277,7 @@ def version(ctx, version):
277277
#
278278
# Automatically generated by `tasks.py`.
279279
VERSION = '%s'
280+
280281
""" % version)
281282
_log('Set version to %s' % version)
282283

utest/editor/test_macroeditors.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ def test_delegation_to_kw_editor(self):
7373
('delete_rows', 'OnDeleteRows'),
7474
('delete_cells', 'OnDeleteCells'),
7575
('delete', 'OnDelete'),
76-
# This is not needed ('move_cursor_down', 'OnMoveCursorDown'),
77-
('move_rows_up', 'OnMoveRowsUp'),
78-
('move_rows_down', 'OnMoveRowsDown'),
79-
('swap_row_up', 'OnSwapRowUp'),
80-
('comment_cells', 'OnCommentCells'),
81-
('uncomment_cells', 'OnUncommentCells'),
82-
('comment_rows', 'OnCommentRows'),
83-
('uncomment_rows', 'OnUncommentRows'),
8476
('show_content_assist', 'show_content_assist')]:
8577
kw_mock = MockKwEditor()
8678
self.tc_editor.kweditor = kw_mock

0 commit comments

Comments
 (0)