diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 28a183e82..ea5535f19 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -8,6 +8,12 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni // == https://github.com/robotframework/RIDE[Unreleased] +== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.2.rst[2.1.5.2] - 2025-07-30 + +=== Fixed +- Restored init and main scripts and texteditor, because some changes in Grid Editor were not being saved in Text +Editor and would be lost. + == https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.1.rst[2.1.5.1] - 2025-07-26 === Fixed diff --git a/README.md b/README.md index 24f20f11c..35aca587d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can use the tag *robotframework-ide* to search and ask on [StackOverflow](ht ## **Welcome to RIDE - next major release will be version 2.2** -If you are looking for the latest released version, you can get the source code from **[releases](https://github.com/robotframework/RIDE/releases)** or from branch **[release/2.1.5.1](https://github.com/robotframework/RIDE/tree/release/2.1.5.1)** +If you are looking for the latest released version, you can get the source code from **[releases](https://github.com/robotframework/RIDE/releases)** or from branch **[release/2.1.5.2](https://github.com/robotframework/RIDE/tree/release/2.1.5.1)** See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.1.rst) for latest release version 2.1.5.1 @@ -29,14 +29,13 @@ See the [release notes](https://github.com/robotframework/RIDE/blob/master/doc/r **Version [1.7.4.2](https://github.com/robotframework/RIDE/tree/release/1.7.4.2) was the last release supporting Python 2.7** - -**The current development version is based on 2.1.5.1, supports Python from 3.8 up to 3.14 (26th July 2025).** +**The current development version is based on 2.1.5.2, supports Python from 3.8 up to 3.14 (30th July 2025).** Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version). We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.b2. Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work with 4.0.7, 4.1.1 and 4.2.2 versions. -(3.8 <= python <= 3.14) Install current released version (*2.1.5.1*) with: +(3.8 <= python <= 3.14) Install current released version (*2.1.5.2*) with: `pip install -U robotframework-ride` diff --git a/doc/releasenotes/ride-2.1.5.2.rst b/doc/releasenotes/ride-2.1.5.2.rst new file mode 100644 index 000000000..1b5f9b94f --- /dev/null +++ b/doc/releasenotes/ride-2.1.5.2.rst @@ -0,0 +1,135 @@ +.. container:: document + + `RIDE (Robot Framework + IDE) `__ v2.1.5.2 is a new + release with some enhancements and bug fixes. The reference for valid + arguments is `Robot Framework `__ + current version, 7.3.2. However, internal library code is originally + based on version 3.1.2, but adapted for new versions. + + - This version supports Python 3.8 up to 3.13 (and also tested on + 3.14.b2 with wxPython 4.2.3). + - There are some changes, or known issues: + + - 🐞 - Rename Keywords, Find Usages/Find where used are not + finding all occurrences. Please, double-check findings and + changes. + - 🐞 - Some argument types detection (and colorization) is not + correct in Grid Editor. + - 🐞 - In Grid Editor, private keywords defined in test suites + with **Name** setting, will show with error color even if used + correctly in another local keyword. + - 🐞 - RIDE **DOES NOT KEEP** Test Suites formatting or + structure, causing differences in files when used on other IDE + or Editors. The option to not reformat the file is not working. + - 🐞 - In Grid Editor, when showing settings, scrolling down with + mouse or using down is not working. You can change to Text + Editor and back to Grid Editor, to restore normal behavior. + + **New Features and Fixes Highlights** + + - Restored init and main scripts and texteditor, because some + changes in Grid Editor were not being saved in Text Editor and + would be lost. + - Fix faulty cell editor in settings of Grid Editor which would + prevent to change to Text Editor and Run tabs. + - Added indication of **private** keywords in Grid Editor, keywords + will show in *Italic*, and with error background, when they are + used outside of Keywords section, or from different files. + - Added indication of **private** keywords in Details pop-up for + keywords with tag **robot:private** or name starting with + underscore, **'\_'** in Grid Editor. + - Modified the action of key TAB when selecting from + auto-suggestions list in Grid Editor. Pressing TAB, selects the + item and continues in cell editor. + - Fix cursor position when editing cells in Grid Editor. + - Added parsing of option **--name** or **-N** and **Name** setting, + to allow running tests with them set. + + **The minimal wxPython version is, 4.0.7, and RIDE supports the + current version, 4.2.3, which we recommend.** + + *Linux users are advised to install first wxPython from .whl package + at* + `wxPython.org `__, + or by using the system package manager. + + The + `CHANGELOG.adoc `__ + lists the changes done on the different versions. + + All issues targeted for RIDE v2.2 can be found from the `issue + tracker + milestone `__. + + Questions and comments related to the release can be sent to the + `robotframework-users `__ + mailing list or to the channel #ride on `Robot Framework + Slack `__, and + possible bugs submitted to the `issue + tracker `__. You + should see `Robot Framework + Forum `__ if your + problem is already known. + + To install the latest release with + `pip `__ installed, just run + + .. code:: literal-block + + pip install --upgrade robotframework-ride==2.1.5.2 + + to install exactly the specified release, which is the same as using + + .. code:: literal-block + + pip install --upgrade robotframework-ride + + Alternatively you can download the source distribution from + `PyPI `__ and + install it manually. For more details and other installation + approaches, see the `installation + instructions `__. + If you want to help in the development of RIDE, by reporting issues + in current development version, you can install with: + + .. code:: literal-block + + pip install -U https://github.com/robotframework/RIDE/archive/develop.zip + + Important document for helping with development is the + `CONTRIBUTING.adoc `__. + + To start RIDE from a command window, shell or terminal, just enter: + + :: + + ride + + You can also pass some arguments, like a path for a test suite file + or directory. + + :: + + ride example.robot + + Another possible way to start RIDE is: + + .. code:: literal-block + + python -m robotide + + You can then go to Tools>Create RIDE Desktop Shortcut, or run the + shortcut creation script with: + + .. code:: literal-block + + python -m robotide.postinstall -install + + or + + .. code:: literal-block + + ride_postinstall.py -install + + RIDE v2.1.5.2 was released on 30/July/2025. diff --git a/src/robotide/__init__.py b/src/robotide/__init__.py index 9f779eb0e..0e290ac4a 100644 --- a/src/robotide/__init__.py +++ b/src/robotide/__init__.py @@ -13,51 +13,41 @@ # See the License for the specific language governing permissions and # limitations under the License. -import argparse +"""RIDE -- Robot Framework test data editor + +Usage: ride.py [--noupdatecheck] [--debugconsole] [--settingspath ] [--version] [inpath] + +RIDE can be started either without any arguments or by giving a path to a test +data file or directory to be opened. + +To disable update checker use --noupdatecheck. + +To start debug console for RIDE problem debugging use --debugconsole option. + +To use different settings use the option --settingspath followed by the path to the settings file or file name. + +To see RIDE's version use --version. + +RIDE's API is still evolving while the project is moving towards the 1.0 +release. The most stable, and best documented, module is `robotide.pluginapi`. +""" + import os import sys +from string import Template -try: - from robotide import version -except ImportError: - print("Error getting RIDE version!") - sys.exit(1) - -errorMessage = """wxPython not found.\n -RIDE depends on wx (wxPython). Known versions for Python3 are: 4.0.7.post2, 4.1.1 and 4.2.3.\ +errorMessageTemplate = Template("""$reason +RIDE depends on wx (wxPython). Known versions for Python3 are: 4.0.7.post2, 4.1.1 and 4.2.1.\ At the time of this release the current wxPython version is 4.2.3.\ You can install with 'pip install wxPython' on most operating systems, or find the \ -the download link from https://wxPython.org/""" - -if __name__ == '__main__' and 'robotide' not in sys.modules: - from pathlib import Path - robotide_dir = Path(__file__).absolute().parent # zipsafe - sys.path = [str(robotide_dir.parent)] + [p for p in sys.path if Path(p) != robotide_dir] - -parser = argparse.ArgumentParser(prog='ride', description='RIDE is an IDE for Robot Framework test cases and tasks.', - epilog='See information about Robot Framework ecosystem at https://robotframewok.org/', - add_help=False) -parser.add_argument('inpath', nargs='?', help='Path to a test data file or' - ' directory to be opened.') -parser.add_argument('-n', '--noupdatecheck', action='store_true', help='To disable update check.') -parser.add_argument('-d', '--debugconsole', action='store_true', - help='To start debug console for RIDE problem debugging, and wxPython inspection tool.') -parser.add_argument('-s', '--settingspath', default=None, help='\n' - 'To use different settings use the option --settingspath followed by' - ' the path to the settings file or file name.') -parser.add_argument('-v', '--version', action='version', version=f'{version.VERSION}', - help='To see RIDE\'s version.') -parser.add_argument('-h', '--help', action='help', help='RIDE can be started either without any ' - 'arguments or by giving a path to a test data file or' - ' directory to be opened.') -# arguments = parser.parse_args() +the download link from https://wxPython.org/""") try: import wx import wx.lib.inspection - from wx import Colour, Size + from wx import Colour except ModuleNotFoundError: - print(errorMessage) + print(errorMessageTemplate.substitute(reason="wxPython not found.")) sys.exit(1) # Insert bundled robot to path before anything else @@ -67,20 +57,47 @@ def main(*args): _replace_std_for_win() - arguments = parser.parse_args() - noupdatecheck = arguments.noupdatecheck - debugconsole = arguments.debugconsole - settingspath = arguments.settingspath - inpath = arguments.inpath # _parse_args(*args) - # print(f"DEBUG: main.py {noupdatecheck=} {debugconsole=} {settingspath=} {inpath=}") + if '--version' in args: + try: + from . import version + except ImportError: + print("Error getting RIDE version!") + sys.exit(1) + print(version.VERSION) + sys.exit(0) + noupdatecheck, debug_console, settings_path, inpath = _parse_args(args) + if len(args) > 3 or '--help' in args: + print(__doc__) + sys.exit() try: - _run(inpath, not noupdatecheck, debugconsole, settingspath=settingspath) + _run(inpath, not noupdatecheck, debug_console, settingspath=settings_path) except Exception: # DEBUG import traceback traceback.print_exception(*sys.exc_info()) sys.stderr.write('\n\nUse --help to get usage information.\n') +def _parse_args(args): + if not args: + return False, False, None, None + arguments = list(args) + noupdatecheck = '--noupdatecheck' in arguments + if noupdatecheck: + arguments.remove('--noupdatecheck') + debug_console = '--debugconsole' in arguments + if debug_console: + arguments.remove('--debugconsole') + settings_path = None + if '--settingspath' in arguments: + arguments.remove('--settingspath') + if len(arguments) > 0: + settings_path = arguments.pop(0) + else: + settings_path = None + inpath = arguments[0] if arguments else None + return noupdatecheck, debug_console, settings_path, inpath + + def _run(inpath=None, updatecheck=True, debug_console=False, settingspath=None): # print(f"DEBUG: ENTER _run {inpath=}, {updatecheck=}, {debug_console=}") try: @@ -135,13 +152,13 @@ def _show_old_wxpython_warning_if_needed(parent=None): message = ("RIDE needs a newer wxPython version. Your current " "version is %s." "\n" - "At the time of this release the current wxPython version is 4.2.1. See " + "At the time of this release the current wxPython version is 4.2.3. See " "https://wxPython.org/ for downloads and instructions." % wx.VERSION_STRING) style = wx.ICON_EXCLAMATION if not parent: _ = wx.App() - parent = wx.Frame(None, size=Size(0, 0)) + parent = wx.Frame(None, size=(0, 0)) sys.stderr.write("{0}\n{1}\n".format(title, message)) dlg = wx.MessageDialog(parent, message=message, caption=title, style=style) dlg.ShowModal() diff --git a/src/robotide/__main__.py b/src/robotide/__main__.py index 4085dbf9d..62b3b5061 100755 --- a/src/robotide/__main__.py +++ b/src/robotide/__main__.py @@ -15,6 +15,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +import sys + +if __name__ == '__main__' and 'robotide' not in sys.modules: + from pathlib import Path + robotide_dir = Path(__file__).absolute().parent # zipsafe + sys.path = [str(robotide_dir.parent)] + [p for p in sys.path if Path(p) != robotide_dir] + from robotide import main -main() +main(*sys.argv[1:]) diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html index f9bf7aed7..6a920cf52 100644 --- a/src/robotide/application/CHANGELOG.html +++ b/src/robotide/application/CHANGELOG.html @@ -1,21 +1,24 @@ Changelog

Changelog


All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog -and this project adheres to Semantic Versioning.

1. 2.1.5.1 - 2025-07-26

1.1. Fixed

  • +and this project adheres to Semantic Versioning.

    1. 2.1.5.2 - 2025-07-30

    1.1. Fixed

    • +Restored init and main scripts and texteditor, because some changes in Grid Editor were not being saved in Text +Editor and would be lost. +

    2. 2.1.5.1 - 2025-07-26

    2.1. Fixed

    • Fix faulty cell editor in settings of Grid Editor which would prevent to change to Text Editor and Run tabs. -

    2. 2.1.5 - 2025-07-25

    2.1. Added

    • +

    3. 2.1.5 - 2025-07-25

    3.1. Added

    • Added parsing of option --name or -N and Name setting, to allow running test suites with them set.
    • Added indication of private keywords in Grid Editor, keywords will show in Italic, and with error background, when they are used outside of Keywords section, or from different files.
    • Added indication of private keywords in Details pop-up for keywords with tag robot:private or name starting with underscore, _ in Grid Editor. -

    2.2. Changed

    • +

    3.2. Changed

    • Modified the action of key TAB when selecting from auto-suggestions list in Grid Editor. Pressing TAB, selects the item and continues in cell editor. -

    2.3. Fixed

    • +

    3.3. Fixed

    • Fix cursor position when editing cells in Grid Editor. -

    3. 2.1.4.1 - 2025-06-24

    3.1. Fixed

    • +

    4. 2.1.4.1 - 2025-06-24

    4.1. Fixed

    • Fix broken installation of RIDE v2.1.4 by adding missing dependencies. -

    4. 2.1.4 - 2025-06-20

    4.1. Added

    • +

    5. 2.1.4 - 2025-06-20

    5.1. Added

    • Added Tools→Library Finder… to install libraries and Help→Open Library Documentation… . They share the same dialog, and definitions are recorded in ``settings.cfg``.
    • Added context menu to install libraries and to open documentation in Grid Editor Import section. Same as above description. @@ -34,7 +37,7 @@
    • Added divided Status Bar. Left side for main window, right side for Plugins. Working example in Text Editor, when selecting in Tree shows the filename in StatusBar. -

    4.2. Changed

    • +

    5.2. Changed

    • Improved vertical scroll in Grid Editor, by having main scroll bars out of cells
    • Changed arguments parser to allow ``--version`` and ``--help`` functional in Windows @@ -44,17 +47,17 @@ Changed some informative dialogs and JSON Editor to use the customized colors.
    • Modified import statements to allow running RIDE without Robot Framework installed or versions older than 6.0. -

    4.3. Fixed

    • +

    5.3. Fixed

    • Fixed Create Desktop Shortcut by pointing executable to ``python -m robotide``.
    • On Windows ignore false modification on files when opening Test Suites, causing confirmation dialog. -

    5. 2.1.3 - 2025-03-24

    5.1. Added

    • +

    6. 2.1.3 - 2025-03-24

    6.1. Added

    • Added syntax colorization for the ``GROUP`` marker.
    • Added on Text Editor, tab indentation markers and ``tab markers`` boolean setting with default ``True``.
    • Added on Text Editor, folding margin with markers style configurable with ``fold symbols`` in settings.cfg. -

    5.2. Changed

    • +

    6.2. Changed

    • Better Search element in Text Editor which allows to be cleared.
    • When saving in Text Editor, the cursor remains at position, instead of jumping to Tree selection. @@ -66,7 +69,7 @@ Improved the recognition of BDD/Gherkin prefixes when localized in autocomplete on Grid Editor.
    • Improved colorization for multiple Gherkin words, for example in the French language. -

    5.3. Fixed

    • +

    6.3. Fixed

    • Fixed white blocks on Tree due to failed animation when test execution is too rapid, causing crash on Windows.
    • Fixed not set text color on row labels in Grid Editor. Now the General ``secondary foreground`` is applied. @@ -75,19 +78,19 @@
    • Regression fix from v2.1b1 - Fix wrong item selection, like Test Suite, when doing right-click actions in Project Explorer. When right clicking over Tree elements, to, for example, expand or select tests, we want to keep the Editor in the same file or position. -

    6. 2.1.2 - 2025-01-28

    6.1. Fixed

    • +

    7. 2.1.2 - 2025-01-28

    7.1. Fixed

    • Partial fix of no update of renaming resource prefixed keywords. Issue #1230 from 29 Jan 2013.
    • Fixed no recognition of keywords with embedded arguments and full name. Issue #1106 from 12 Sep 2012. -

    7. 2.1.1 - 2024-11-14

    7.1. Changed

    • +

    8. 2.1.1 - 2024-11-14

    8.1. Changed

    • Changed the workflow for the development versions of RIDE. Now, development versions are taken from the ``develop`` branch, and the ``master`` will stay with released version.
    • Changed the way ``configobj`` code is imported. Now is a submodule obtained from https://github.com/DiffSK/configobj. -

    7.2. Fixed

    • +

    8.2. Fixed

    • Fixed broken go to definition after editing content in resource files.
    • Fixed long arguments in fixtures appearing splitted in Grid Editor. Still, arguments info will not be correct at calling step. -

    8. 2.1 - 2024-10-13

    8.1. Added

      (2.1 - 2024-10-13)
    +

9. 2.1 - 2024-10-13

9.1. Added

  (2.1 - 2024-10-13)
 - Added a setting for a specific Browser by editing the settings.cfg file. Add the string parameter
 ``browser`` in the section ``[Plugins][[Test Runner]]``.
   (2.1b1 - 2024-09-21)
@@ -142,7 +145,7 @@
 - Added ``FOR`` scope markers (``IN``, ``IN RANGE``, ``IN ENUMERATE``, ``IN ZIP``) to auto-complete list
 - Added support to read environment variable ``ROBOT_VERSION`` to apply some conditions.
 - Added note on Test Timeout that **timeout message** is not supported since Robot v3.0.1
-- Added the note, 'Colors will be active after next RIDE restart.' to the Preferences of Test Runner.

8.2. Changed

  (2.1 - 2024-10-13)
+- Added the note, 'Colors will be active after next RIDE restart.' to the Preferences of Test Runner.

9.2. Changed

  (2.1 - 2024-10-13)
 - Changed the order of insert and delete rows in Grid Editor rows context menu.
   (2.1b1 - 2024-09-21)
 - Allow to do auto-suggestions of keywords in Text Editor without a shortcut, if you want to enable or disable this feature you can config in `Tools -> Preferences -> Text Editor -> Enable auto suggestions`.
@@ -173,7 +176,7 @@
 - Changed alias marker on library imports to consider variable ``ROBOT_VERSION``. If version is lower than 6.0, uses ``'WITH NAME'``, otherwise will use ``'AS'``
   (2.0.3 - 2023-04-16)
 - Allow to do auto-suggestions of keywords in Grid Editor without a shortcut, if you want to enable or disable this feature you can config in `Tools-> Preferences -> Grid Editor -> Enable auto suggestions`
-- Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows)

8.3. Fixed

  (2.1 - 2024-10-13)
+- Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows)

9.3. Fixed

  (2.1 - 2024-10-13)
 - Fixed recognition of variables imported from YAML, JSON and Python files.
   (2.1b1 - 2024-09-21)
 - Fixed validation of multiple arguments with default values in Grid Editor.
@@ -221,18 +224,18 @@
 - Fixed clearing or emptying fixtures (Setups, Teardowns), now removes headers and synchronizes Text Editor
 - Fixed selection and persistance of colors in File Explorer and Project Tree panels
 - Fixed not using defined color for help and HTML content
-- Fixed missing newlines in sections separation

8.4. Removed

  (2.1a3 - 2024-07-22)
+- Fixed missing newlines in sections separation

9.4. Removed

  (2.1a3 - 2024-07-22)
 - Removed support for HTML file format (obsolete since Robot Framework 3.2)
-- Removed support for old Python versions, 3.6 nd 3.7.

9. 2.1b1 - 2024-09-21

9.1. Added

  • +- Removed support for old Python versions, 3.6 nd 3.7.

10. 2.1b1 - 2024-09-21

10.1. Added

  • Added color to Test Runner Console Log final output, report and log since RF v7.1rc1.
  • Added Korean language support for UI, experimental.
  • Added option ``caret style`` to change insert caret to block or line in Text Editor, by editing ``settings.cfg``. The color of the caret is the same as setting and will be adjusted for better contrast with the background. -

9.2. Changed

  • +

10.2. Changed

  • Allow to do auto-suggestions of keywords in Text Editor without a shortcut, if you want to enable or disable this feature you can config in Tools -> Preferences -> Text Editor -> Enable auto suggestions. -

9.3. Fixed

  • +

10.3. Fixed

  • Fixed validation of multiple arguments with default values in Grid Editor.
  • Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared. @@ -242,7 +245,7 @@ Fixed delete variable from Test Suite settings remaining in Project Explorer.
  • Fixed obsfuscation of Libraries and Metadata panels when expanding Settings in Grid Editor and Linux systems. -

10. 2.1a3 - 2024-07-22

10.1. Added

  • +

11. 2.1a3 - 2024-07-22

11.1. Added

  • Added support for Setup in keywords, since Robot Framework version 7.0.
  • Added support for new VAR marker, since Robot Framework version 7.0. @@ -283,7 +286,7 @@ Tooltips for the fields are always shown in English.
  • Colorization for language configured files is working in Text Editor. -

10.2. Fixed

  • +

11.2. Fixed

  • Fixed multiline variables in Variables section. In Text Editor they are separated by … continuation marker. In Grid Editor use | (pipe) to separate lines.
  • @@ -298,7 +301,7 @@ Fixed wrong continuation of long chains of keywords in Setups, Teardowns or Documentation
  • Fixed New User Keyword dialog not allowing empty Arguments field -

10.3. Changed

  • +

11.3. Changed

  • Improved release packaging of RIDE, by using entry_points in setuptools configuration.
  • Parsing of clipboard content to separate by cells in Grid Editor. NOTE: Need to Apply Changes in Text Editor to be effective. @@ -306,11 +309,11 @@ Improved selection of items from Tree in Text Editor. Now finds more items and selects whole line.
  • Changed output in plugin Run Anything (Macros) to allow Zoom In/Out, and Copy content. -

10.4. Removed

  • +

11.4. Removed

  • Removed support for HTML file format (obsolete since Robot Framework 3.2)
  • Removed support for old Python versions, 3.6 nd 3.7. -

11. 2.0.8.1 - 2023-11-01

11.1. Added

  • +

12. 2.0.8.1 - 2023-11-01

12.1. Added

  • Added auto update check when development version is installed
  • Added menu option ``Help→Check for Upgrade`` which allows to force update check and install development version @@ -329,7 +332,7 @@ Added variables creation shortcuts (``Ctrl-1,2,5``) to fields Arguments in Grid Editor
  • Added support for JSON variables, by using the installed Robot Framework import method -

11.2. Fixed

  • +

12.2. Fixed

  • Fixed escaped spaces showing in Text Editor on commented cells
  • Fixed resource files dissapearing from Project tree on Windows @@ -347,7 +350,7 @@ Position of cursor in Text Editor auto-suggestions when line contains multibyte characters
  • Drag and drop of variables defined with comments between resource files -

11.3. Changed

  • +

12.3. Changed

  • Improved keywords documentation search, by adding current dir to search
  • Improved Move up/down, ``Alt-UpArrow``/``Alt-DownArrow`` in Text Editor, to have proper indentation and selection @@ -363,14 +366,14 @@ Improved keyword ``Find Usages`` to return more matches. Fails to find mixed spaces and ``_``
  • In Grid Editor ``Ctrl-Shift-4`` now replaces escaped spaces ``\\ `` by spaces -

12. 2.0.7 - 2023-08-13

12.1. Added

  • +

13. 2.0.7 - 2023-08-13

13.1. Added

  • Added indication of matching brackets, ``()``, ``{}``, ``[]``, in Text Editor
  • Added context menu to RIDE tray icon. Options Show, Hide and Close
  • Added sincronization with Project Explorer to navigate to selected item, Test Case, Keyword, Variable, in Text Editor Note: This feature is working fine in Fedora 38, but not on Windows and macOS. -

12.2. Fixed

  • +

13.2. Fixed

  • Fixed non syncronized expanding/collapse of Settings panel in Grid Editor, on Linux
  • Fixed not working the deletion of cells commented with ``\# `` in Grid Editor with ``Ctrl-Shift-D`` @@ -384,17 +387,17 @@ Fixed title of User Keyword in Grid Editor always showing ``Find Usages`` instead of the keyword name
  • Fixed renaming keywords when they were arguments of ``Run Keywords`` in Setups and Teardowns -

12.3. Changed

  • +

13.3. Changed

  • Improve Text Editor auto-suggestions to keep libraries prefixes. -

13. 2.0.6 - 2023-06-10

13.1. Added

  • +

14. 2.0.6 - 2023-06-10

14.1. Added

  • Added boolean parameter ``filter newlines`` to Grid Editor with default ``True``, to hide or show newlines in cells -

13.2. Changed

  • +

14.2. Changed

  • Changed ``tasks.py`` to test ``utest/application/test_app_main.py`` isolated from the other tests
  • Improve auto-suggestions of keywords in Grid Editor by allowing to close suggestions list with keys ARROW_LEFT or ARROW_RIGHT
  • Improve Text Editor auto-suggestions by using: selected text, text at left or at right of cursor -

14. 2.0.5 - 2023-05-08

14.1. Added

  • +

15. 2.0.5 - 2023-05-08

15.1. Added

  • Added ``FOR`` scope markers (``IN``, ``IN RANGE``, ``IN ENUMERATE``, ``IN ZIP``) to auto-complete list
  • Added support to read environment variable ``ROBOT_VERSION`` to apply some conditions. @@ -402,15 +405,15 @@ Added note on Test Timeout that timeout message is not supported since Robot v3.0.1
  • Added the note, Colors will be active after next RIDE restart. to the Preferences of Test Runner. -

14.2. Changed

  • +

15.2. Changed

  • Changed alias marker on library imports to consider variable ``ROBOT_VERSION``. If version is lower than 6.0, uses ``WITH NAME``, otherwise will use ``AS`` -

15. Fixed

  • +

16. Fixed

  • Fixed auto-indent on block commands in Text Editor -

16. 2.0.3 - 2023-04-16

16.1. Changed

  • +

17. 2.0.3 - 2023-04-16

17.1. Changed

  • Allow to do auto-suggestions of keywords in Grid Editor without a shortcut, if you want to enable or disable this feature you can config in Tools-> Preferences -> Grid Editor -> Enable auto suggestions
  • Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows) -

17. Fixed

  • +

18. Fixed

  • Fixed missing auto-enclosing when in Cell Editor in Linux
  • Fixed RIDE will crash when using third party input method in Mac OS @@ -424,7 +427,7 @@ Fixed not using defined color for help and HTML content
  • Fixed missing newlines in sections separation -

18. 2.0 - 2023-03-01

18.1. Added

  (2.0rc1 - 2023-02-26)
+

19. 2.0 - 2023-03-01

19.1. Added

  (2.0rc1 - 2023-02-26)
 - Minimal support to accept `*** Comments ***` sections (unfinished code)
 - Added insert and delete cells to Text Editor, by using ``Ctrl-Shift-I`` and ``Ctrl-Shift-D``
 - Added move up and move down rows to Text Editor, by using ``Alt-Up`` and ``Alt-Down``
@@ -477,13 +480,13 @@
 - Added enclosing text in Text Editor or selected text with certain symbols
 - Added enclosing text in Grid Editor or selected text with certain symbols
 - Added 8s timer to shortcut creation dialog on install
-- Added process memory limit on Messages Log

18.2. Removed

  (2.0b2 - 2022-09-05)
+- Added process memory limit on Messages Log

19.2. Removed

  (2.0b2 - 2022-09-05)
 - Removed ``robotframeworklexer`` dependency and local copy
 - Removed alignment flag on grid cell JSON Editor (Ctrl-Shift-J)
 - Removed moving to keyword/variable definition when doing Double-Click in grid cell
   (2.0b1 - 2020-07-26)
 - Python 2.7 support
-- wxPython/wxPhoenix version conditioning

18.3. Changed

  (2.0b3 - 2023-01-15)
+- wxPython/wxPhoenix version conditioning

19.3. Changed

  (2.0b3 - 2023-01-15)
 - Hiding items in Test Suites explorer with names starting with #
 - Disabled the Close button on the Test Suites explorer
   This was causing not being possible to restore it, unless editing the settings.cfg file.
@@ -512,7 +515,7 @@
 - Changed icon background to white
 - Made Project Tree and File Explorer panels, Plugins.
 - wx.NewId() to wx.NewIdRef()
-- Separated AppendText for Messages Log

18.4. Fixed

  (2.0rc1 - 2023-02-26)
+- Separated AppendText for Messages Log

19.4. Fixed

  (2.0rc1 - 2023-02-26)
 - Fixed blank Grid Editor at keywords with steps commented with ``\# ``, by using ``Ctrl-Shift-3 on Text Editor
   (2.0b3 - 2023-01-15)
 . Fixed low performance when opening large projects
@@ -586,7 +589,7 @@
 - Fixed Settings editor
 - Fixed blank Edit screen
 - Fixed Runner arguments parsing
-- Fixed Runner Log window Chinese and Latin encoding chars on Windows

19. 2.0rc1 - 2023-02-26

19.1. Added

  • +- Fixed Runner Log window Chinese and Latin encoding chars on Windows

20. 2.0rc1 - 2023-02-26

20.1. Added

  • Minimal support to accept *** Comments *** sections (unfinished code)
  • Added insert and delete cells to Text Editor, by using ``Ctrl-Shift-I`` and ``Ctrl-Shift-D`` @@ -594,30 +597,30 @@ Added move up and move down rows to Text Editor, by using ``Alt-Up`` and ``Alt-Down``
  • Added insert and delete rows to Text Editor, by using ``Ctrl-I`` and ``Ctrl-D`` -

19.2. Removed

19.3. Changed

19.4. Fixed

  • +

20.2. Removed

20.3. Changed

20.4. Fixed

  • Fixed blank Grid Editor at keywords with steps commented with ``\# ``, by using ``Ctrl-Shift-3 on Text Editor -

20. 2.0b3 - 2023-01-15

20.1. Added

  • +

21. 2.0b3 - 2023-01-15

21.1. Added

  • Added swap row up, by using ``Ctrl-T``
  • Added commenting/uncommenting of content with ``\# ``, by using ``Ctrl-Shift-3`` and ``Ctrl-Shift-4``
  • Added support for editing .robot and .resource files with content before sections -

20.2. Removed

  • +

21.2. Removed

  • None -

20.3. Changed

  • +

21.3. Changed

  • Hiding items in Test Suites explorer with names starting with #
  • Disabled the Close button on the Test Suites explorer This was causing not being possible to restore it, unless editing the settings.cfg file. Other reason was to prevent user to closing it, after detaching the panel, and re-attaching, which has a bug making the Tree not visible. -

20.4. Fixed

  1. +

21.4. Fixed

  1. Fixed low performance when opening large projects

    • Fixed comment and uncomment in Grid Editor when cells contain more than one variables assignement
    • Fixed console log stopping to output certain characters, like chinese and latin -

21. 2.0b2 - 2022-09-05

21.1. Added

  • +

22. 2.0b2 - 2022-09-05

22.1. Added

  • Added menu entry at Help → Offline Change Log to view this file on disk
  • Added skipped tests counter and corresponding colored icon on Project tree @@ -685,13 +688,13 @@ When editing, Ctrl-Home and Ctrl-End move cursor to start and end of cell content respectively.
  • Added Del key to clear Grid Editor cell content when in navigation mode (clear like doing Ctrl-X) -
  • 21.2. Removed

    • +

    22.2. Removed

    • Removed ``robotframeworklexer`` dependency and local copy
    • Removed alignment flag on grid cell JSON Editor (Ctrl-Shift-J)
    • Removed moving to keyword/variable definition when doing Double-Click in grid cell -

    21.3. Changed

    • +

    22.3. Changed

    • Unit tests to use ``pytest`` and removed ``nose`` dependency. Support for Python 3.10 at unit test level.
    • Prevent expanding Tests and change selection on Project tree (when right-clicking) @@ -721,7 +724,7 @@ Changed Enter button in navigation mode to start editing cell, and to move to right cell when in edit mode
    • Performance improvements for loading large test suites -

    21.4. Fixed

    • +

    22.4. Fixed

    • Fixed missing menu icons on Linux (was working on Windows)
    • Fixed removal of animation in Project tree when test run is interrupted @@ -794,7 +797,7 @@ Fixed RIDE startup crash when Tree or File Explorer plugins use opened=False setting
    • Fixed error occurring when deleting test cases on Tree -

    22. 2.0b1 - 2020-07-26

    22.1. Added

    • +

    23. 2.0b1 - 2020-07-26

    23.1. Added

    • Added CHANGELOG.adoc
    • Added ignoring log.html and report.html on reporting HTML test suites @@ -812,11 +815,11 @@ Added 8s timer to shortcut creation dialog on install
    • Added process memory limit on Messages Log -

    22.2. Removed

    • +

    23.2. Removed

    • Python 2.7 support
    • wxPython/wxPhoenix version conditioning -

    22.3. Changed

    • +

    23.3. Changed

    • Improved filesystem changes detection, with a confirmation dialog to reload workspace
    • Changed dependency on wx.Window on tree panel @@ -830,7 +833,7 @@ wx.NewId() to wx.NewIdRef()
    • Separated AppendText for Messages Log -

    22.4. Fixed

    • +

    23.4. Fixed

    • Fixed editing cells in Grid Editor on wxPython 4.1
    • Fixed not saving file after deleting text in Text Editor @@ -890,12 +893,12 @@ Fixed Runner arguments parsing
    • Fixed Runner Log window Chinese and Latin encoding chars on Windows -

    23. 1.7.4.2 - 2020-01-20

    23.1. Added

    • +

    24. 1.7.4.2 - 2020-01-20

    24.1. Added

    • wxPython version locked up to 4.0.7.post2. -

    23.2. Removed

    • +

    24.2. Removed

    • None -

    23.3. Changed

    • +

    24.3. Changed

    • None -

    23.4. Fixed

    • +

    24.4. Fixed

    • None
    diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index 650e6ca7d..f29ba975a 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -175,6 +175,8 @@ def set_content(self, html_win, content):

    New Features and Fixes Highlights

      +
    • Restored init and main scripts and texteditor, because some changes in Grid Editor were not being saved in Text +Editor and would be lost.
    • Fix faulty cell editor in settings of Grid Editor which would prevent to change to Text Editor and Run tabs.
    • Added indication of private keywords in Grid Editor, keywords will show in Italic, and with error background, when they are used outside of Keywords section, or from different files.
    • @@ -207,7 +209,7 @@ def set_content(self, html_win, content): Forum if your problem is already known.

      To install the latest release with pip installed, just run

      -pip install --upgrade robotframework-ride==2.1.5.1
      +pip install --upgrade robotframework-ride==2.1.5.2
       

      to install exactly the specified release, which is the same as using

      @@ -238,7 +240,7 @@ def set_content(self, html_win, content):
       
      python -m robotide.postinstall -install

      or

      ride_postinstall.py -install
      -

      RIDE {VERSION} was released on 26/July/2025.

      +

      RIDE {VERSION} was released on 30/July/2025.