Skip to content

Conversation

@RipplePiam
Copy link
Contributor

@RipplePiam RipplePiam commented Aug 31, 2025

1. Translate About Panel

panel_About

2. Update menu context translations

With Access Key​​ (or ​​Mnemonic Key​)

Menu

_mMenu

File

_mFile

🐛 🐞🐞🐞🐞🐞🐞🐞 🐛

  • Report: There is no Shortcut for "Open External File"
    [Helio] Not important.

Edit

_mEdit

🐛 🐞🐞🐞🐞🐞🐞🐞 🐛

  • Report: There is no Access Key for [Delete Cells, Delete Rows, Move Rows Down] ?
    [Helio] Not important.
  • Report: There are too many separators at the bottom
    [Helio] The separators are dependent of the current context. Test Suite file (_init_.robot), Test Suite, Keyword, Resouce .

Tools

_mTools

🐛 🐞🐞🐞🐞🐞🐞🐞 🐛

  • Report: Don't know why separators are disappear. The "Tools" source code is different from "Edit" source code.
    [Helio] Code is dynamic, and depends on context.

Navigate

_mNavigate

Macros

_mMacros

View

_mView

Help

_mHelp

🐛 🐞🐞🐞🐞🐞🐞🐞 🐛

  • Report: The strings in the Shortcut keys panel cannot be translated. The strings are fixed in HTML sheet (in the src\robotide\context\__init__.py file).
    [Helio] Too much work to refactor. May be changed in the future.

  • Report: Start RIDE, click "Open Library Documentation...", and an error occurred during operation
    [Helio] Probably there is no test suite opened? We may add try/except but this is sensitive code/may break important features.
    [ripplepiam] Yes, there is no test suite opened. Or in this case, disable the button, and the impact might be a little smaller.

    Traceback (most recent call last):
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\ui\actiontriggers.py", line 366, in __call__
        action.act(event)
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\action\action.py", line 89, in act
        self.action(event)
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\spec\libraryfinder.py", line 70, in open_library_documentation
        value = self.on_library_form(name=None if not library_name else library_name)
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\spec\libraryfinder.py", line 106, in on_library_form
        dlg = LibraryFinderDialog(self.get_selected_item(), item=item, plugin=self, title=_('Library Finder'))
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\editor\editordialogs.py", line 232, in __init__
        self._library_suggester = LibrariesSuggester(controller, self._history_suggester)
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\namespace\suggesters.py", line 150, in __init__
        self._cached_suggester = CachedLibrarySuggester(controller)
      File "C:\Users\hp\Documents\GitHub\RIDE\src\robotide\namespace\suggesters.py", line 109, in __init__
        self._df_controller = controller.datafile_controller
    AttributeError: 'Project' object has no attribute 'datafile_controller'

@RipplePiam
Copy link
Contributor Author

Is it normal for the GitHub Action 'CodeBoarding Action for RIDE' to fail like this?
Anything else I need to do to get through it?

Response status code: 404
...
❌ Error: Job creation failed with status code 404
...
The endpoint server.codeboarding.org is offline.  (ERR_NGROK_3200)

@HelioGuilherme66
Copy link
Member

Is it normal for the GitHub Action 'CodeBoarding Action for RIDE' to fail like this? Anything else I need to do to get through it?

Nothing you can do. This was an experiment that will be removed from Actions.

@HelioGuilherme66 HelioGuilherme66 added the enhancement Request for improvement: either for an existing feature or a new one label Sep 1, 2025
@HelioGuilherme66 HelioGuilherme66 added this to the v2.2 milestone Sep 1, 2025
@HelioGuilherme66 HelioGuilherme66 merged commit 2451d71 into robotframework:develop Sep 1, 2025
5 of 6 checks passed
HelioGuilherme66 added a commit that referenced this pull request Sep 24, 2025
* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Sep 25, 2025
* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Dec 1, 2025
* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Dec 1, 2025
* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Dec 1, 2025
* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Dec 3, 2025
* New Crowdin updates (#2993)

* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Dec 8, 2025
* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* New Crowdin updates (#2993)

* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

* Updates translations (#2995)

* New Crowdin updates (#2993)

* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Improve re-size in File Explorer

* Improve re-size in File Explorer

* Version 2.2.1.1 with fix in File Explorer

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Dec 8, 2025
* New Crowdin updates (#2993)

* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit that referenced this pull request Jan 7, 2026
* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Fix size of folders tree in File Explorer

* Updates translations (#2995)

* New Crowdin updates (#2993)

* Prepare Release 2.2rc1 (#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Version 2.2.1.1 with fix in File Explorer

* Improvement to open binary files on their registered apps from File Explorer.

* Add Recent Files to default settings.cfg

* Update static changelog

* Add protection to starting RIDE with no plugins detected. Fixes #2998

* Add protection to default language detection on upgrade RIDE

* Fix return code for python3.9. Update versions in docs

* Improve shortcut creation on Linux

* Code improvements

* Set requests version to >= 2.6.0

* Improve unit tests

* Correct dependencies versions

* Replaced obsoleted NewId by NewIdRef

* Improve unit tests

* Improve unit tests

* Improve unit tests

* Add close button to floating windows File, Tests Explorers. Debug Test Explorer

* Partial working toggle Tests Suite explorer, use F11 to make it reappear

* Prepare 2.2.2 release

* Fix unit tests

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
HelioGuilherme66 added a commit to HelioGuilherme66/RIDE that referenced this pull request Jan 8, 2026
* New Crowdin updates (robotframework#2993)

* Prepare Release 2.2rc1 (robotframework#2986)

* Fix missing text colorization in suites and tests settings in Grid Editor

* Fix crashes when editing Tree items.

* Fix location comment based on develop (robotframework#2980)

* update the location comment of RIDE.pot

* Update location comments for bg_BG

* Update location comments for bs_BA

* Update location comments for cs_CZ

* Update location comments for da_DK

* Update location comments for de_DE

* Update location comments for en_US

* Update location comments for en_ES

* Update location comments for fi_FI

* Update location comments for fr_FR

* Update location comments for hi_IN

* Update location comments for hu_HU

* Update location comments for it_IT

* Update location comments for ja_JP

* Update location comments for ko_KR

* Update location comments for nl_NL

* Update location comments for pl_PL

* Update location comments for pt_BR

* Update location comments for pt_PT

* Update location comments for ro_RO

* Update location comments for ru_RU

* Update location comments for sv_SE

* Update location comments for th_TH

* Update location comments for tr_TR

* Update location comments for uk_UA

* Update location comments for vi_VN

* Update location comments for zh_TW

* Add .vscode and *.po~ into gitignore

* Update location comments for zh_CN

* Modify geni18n to make it compatible with cross-platform

* Update path to tools for non Debian based Linuxes (robotframework#2981)

* DevOps: Remove codeboarding actions

* Update zh_CN translations: Menu contexts, About Panel (robotframework#2982)

* Add Chinese Simplified Translator

* zh_CN translation: About panel

* zh_CN translation: Menu context

* Project settings (robotframework#2985)

* Initial creation of settings if .robot directory exists in project dir.

* Correct settings to edit, ut always starts with wrong. Ignore command line arguments

* Still does not update preferences colors. Needs to reload Text Editor and Test Runner

* Improve settings change in Tree when changed project. TODO reload plugins

* Fix opening last file, independent of project settings

* Initial dialog to restart RIDE, when project settings detected

* Working Reload on project settings. Missing restore on not project, fix exceptions.

* Complete project settings detection and restore

* Implenent project settings in Windows

* Initial utest for Project Settings.

* Fix background color in Run Anything. Remove wong files from utest

* Fix unit test for project settings

* Add protection for first time install. Add pip upgrade to actions

* Upgrade SonarCube scanner

* Prepare release 2.2rc1

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Update translations

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>

* Fixed Cut (Ctrl-X) in cell content edit in Grid Editor

* Development version

* Fix size of folders tree in File Explorer

* Add SeleniumTestability to the list of known Libraries

---------

Co-authored-by: Cherry_ChenNan <45916506+RipplePiam@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Request for improvement: either for an existing feature or a new one

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants