Skip to content

Commit

Permalink
Merge pull request #2777 from HelioGuilherme66/fix_run_anything
Browse files Browse the repository at this point in the history
Fix run anything
  • Loading branch information
HelioGuilherme66 authored May 23, 2024
2 parents 8373baf + b0a6b50 commit 8176a2a
Show file tree
Hide file tree
Showing 58 changed files with 502 additions and 76 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Tools->Preferences->General.

=== Fixed

- Fixed plugin Run Anything (Macros) not showing output and broken actions.
- Fixed headers and blank spacing in Templated tests
- Fixed removal of continuation marker in steps
- Fixed wrong continuation of long chains of keywords in Setups, Teardowns or Documentation
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work w

`pip install -U robotframework-ride`

(3.8 < python &lt;= 3.12) Install current development version (**2.1dev40**) with:
(3.8 < python &lt;= 3.12) Install current development version (**2.1dev41**) with:

`pip install -U https://github.com/robotframework/RIDE/archive/master.zip`

Expand Down
2 changes: 2 additions & 0 deletions src/robotide/application/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
</li><li class="listitem">
Colorization for language configured files is working in Text Editor.
</li></ul></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_fixed"></a>1.2. Fixed</h3></div></div></div><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
Fixed plugin Run Anything (Macros) not showing output and broken actions.
</li><li class="listitem">
Fixed headers and blank spacing in Templated tests
</li><li class="listitem">
Fixed removal of continuation marker in steps
Expand Down
4 changes: 3 additions & 1 deletion src/robotide/application/releasenotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def set_content(self, html_win, content):
<li>This version supports Python 3.8 up to 3.12.</li>
<li>There are some changes, or known issues:<ul>
<li>❌ - Removed support for Python 3.6 and 3.7</li>
<li>✔ - Fixed plugin Run Anything (Macros) not showing output and broken actions.</li>
<li>✔ - Added actions on columns of Grid Editor: Double-Click or Right Mouse Click, allows to edit the column name for Data
Driven or Templated; Left Mouse Click, selects the column cells.</li>
<li>✔ - Added command line option, <b>--settingspath</b>, to select a different configuration.</li>
Expand Down Expand Up @@ -186,6 +187,7 @@ def set_content(self, html_win, content):
</ul>
<p><strong>New Features and Fixes Highlights</strong></p>
<ul class="simple">
<li>Fixed plugin Run Anything (Macros) not showing output and broken actions.</li>
<li>Added actions on columns of Grid Editor: Double-Click or Right Mouse Click, allows to edit the column name for Data
Driven or Templated; Left Mouse Click, selects the column cells.</li>
<li>Added command line option, <b>--settingspath</b>, to select a different configuration.</li>
Expand Down Expand Up @@ -293,7 +295,7 @@ def set_content(self, html_win, content):
<pre class="literal-block">
python -m robotide.postinstall -install
</pre>
<p>RIDE {VERSION} was released on 21/May/2024.</p>
<p>RIDE {VERSION} was released on 23/May/2024.</p>
<!-- <br/>
<h3>May The Fourth Be With You!</h3>
-->
Expand Down
15 changes: 14 additions & 1 deletion src/robotide/localization/RIDE.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -456,6 +456,7 @@ msgstr ""

#:
#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr ""

Expand Down Expand Up @@ -1725,6 +1726,18 @@ msgstr ""
msgid "Macros"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
msgid "finished"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
msgid "running"
msgstr ""

#:
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
Expand Down
Binary file modified src/robotide/localization/bg_BG/LC_MESSAGES/RIDE.mo
Binary file not shown.
15 changes: 14 additions & 1 deletion src/robotide/localization/bg_BG/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-02-10 02:11\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
Expand Down Expand Up @@ -384,6 +384,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr ""

Expand Down Expand Up @@ -1608,6 +1609,18 @@ msgstr ""
msgid "Macros"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
msgid "finished"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
msgid "running"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/bs_BA/LC_MESSAGES/RIDE.mo
Binary file not shown.
15 changes: 14 additions & 1 deletion src/robotide/localization/bs_BA/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-02-10 02:12\n"
"Last-Translator: \n"
"Language-Team: Bosnian\n"
Expand Down Expand Up @@ -385,6 +385,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr ""

Expand Down Expand Up @@ -1609,6 +1610,18 @@ msgstr ""
msgid "Macros"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
msgid "finished"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
msgid "running"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/cs_CZ/LC_MESSAGES/RIDE.mo
Binary file not shown.
19 changes: 18 additions & 1 deletion src/robotide/localization/cs_CZ/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-02-10 02:11\n"
"Last-Translator: \n"
"Language-Team: Czech\n"
Expand Down Expand Up @@ -396,6 +396,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr "Začněte běžet testovací balík s DEBUG loglevel"

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr "Zastavit"

Expand Down Expand Up @@ -1727,6 +1728,22 @@ msgstr ""
msgid "Macros"
msgstr "Makra"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
#, fuzzy
msgid "finished"
msgstr ""
"\n"
"Test dokončen {}"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
#, fuzzy
msgid "running"
msgstr "Varování"

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/da_DK/LC_MESSAGES/RIDE.mo
Binary file not shown.
19 changes: 18 additions & 1 deletion src/robotide/localization/da_DK/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-04-20 18:14\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
Expand Down Expand Up @@ -400,6 +400,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr "Begynd at køre robotten test suite med DEBUG logniveau"

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr "Stop"

Expand Down Expand Up @@ -1732,6 +1733,22 @@ msgstr ""
msgid "Macros"
msgstr "Makroer"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
#, fuzzy
msgid "finished"
msgstr ""
"\n"
"Test færdig {}"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
#, fuzzy
msgid "running"
msgstr "Advarsel"

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/de_DE/LC_MESSAGES/RIDE.mo
Binary file not shown.
19 changes: 18 additions & 1 deletion src/robotide/localization/de_DE/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-02-19 03:52\n"
"Last-Translator: \n"
"Language-Team: German\n"
Expand Down Expand Up @@ -403,6 +403,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr "Starten Sie die Robotertestsuite mit DEBUG loglevel"

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr "Stoppen"

Expand Down Expand Up @@ -1719,6 +1720,22 @@ msgstr ""
msgid "Macros"
msgstr "Makros"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
#, fuzzy
msgid "finished"
msgstr ""
"\n"
"Test beendet {}"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
#, fuzzy
msgid "running"
msgstr "Warnung"

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/en_US/LC_MESSAGES/RIDE.mo
Binary file not shown.
15 changes: 14 additions & 1 deletion src/robotide/localization/en_US/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-05-12 19:27\n"
"Last-Translator: \n"
"Language-Team: English\n"
Expand Down Expand Up @@ -385,6 +385,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr ""

Expand Down Expand Up @@ -1609,6 +1610,18 @@ msgstr ""
msgid "Macros"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
msgid "finished"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
msgid "running"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/es_ES/LC_MESSAGES/RIDE.mo
Binary file not shown.
19 changes: 18 additions & 1 deletion src/robotide/localization/es_ES/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-05-09 00:45+0100\n"
"Last-Translator: Hélio Guilherme <[email protected]>\n"
"Language-Team: Spanish\n"
Expand Down Expand Up @@ -406,6 +406,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr "Comenzar a ejecutar la suite de pruebas de robot con el loglevel DEBUG"

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr "Parar"

Expand Down Expand Up @@ -1719,6 +1720,22 @@ msgstr ""
msgid "Macros"
msgstr "Macros"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
#, fuzzy
msgid "finished"
msgstr ""
"\n"
"Prueba terminada {}"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
#, fuzzy
msgid "running"
msgstr "Advertencia"

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/fi_FI/LC_MESSAGES/RIDE.mo
Binary file not shown.
19 changes: 18 additions & 1 deletion src/robotide/localization/fi_FI/LC_MESSAGES/RIDE.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: robotframework-ride\n"
"POT-Creation-Date: 2024-05-20 00:30+0100\n"
"POT-Creation-Date: 2024-05-23 02:48+0100\n"
"PO-Revision-Date: 2024-02-19 03:52\n"
"Last-Translator: \n"
"Language-Team: Finnish\n"
Expand Down Expand Up @@ -400,6 +400,7 @@ msgid "Start running the robot test suite with DEBUG loglevel"
msgstr "Aloita robotin testaussviitin käyttö DEBUG-logitasolla"

#: /home2/helio/github/RIDE/tools/../src/robotide/contrib/testrunner/testrunnerplugin.py:721
#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:28
msgid "Stop"
msgstr "Pysäytä"

Expand Down Expand Up @@ -1720,6 +1721,22 @@ msgstr ""
msgid "Macros"
msgstr "Makrot"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:25
#, fuzzy
msgid "finished"
msgstr ""
"\n"
"Testi päättynyt {}"

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:26
msgid "Run Again"
msgstr ""

#: /home2/helio/github/RIDE/tools/../src/robotide/run/ui.py:27
#, fuzzy
msgid "running"
msgstr "Varoitus"

#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/dialogsearchtests.py:36
#: /home2/helio/github/RIDE/tools/../src/robotide/searchtests/searchtests.py:35
msgid "Search Tests"
Expand Down
Binary file modified src/robotide/localization/fr_FR/LC_MESSAGES/RIDE.mo
Binary file not shown.
Loading

0 comments on commit 8176a2a

Please sign in to comment.