Skip to content

Prepare 2.2.3#3046

Merged
HelioGuilherme66 merged 55 commits into
masterfrom
develop
Jun 10, 2026
Merged

Prepare 2.2.3#3046
HelioGuilherme66 merged 55 commits into
masterfrom
develop

Conversation

@HelioGuilherme66

Copy link
Copy Markdown
Member

No description provided.

HelioGuilherme66 and others added 30 commits January 8, 2026 00:17
* 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>
Convert .format() style to f-strings in log output.

Closes #2554
…oller' (#3012)

- Add datafile_controller property to Project class that returns self.controller
- Add null checks in _ImportSuggester to handle when datafile_controller is None

This fixes the crash when using Library Finder on a clean install without an open project.

Closes #2989
…3013)

- Add migration from settings version 8 to 9 that ensures General section exists with all required keys
- Add safe access to General settings in application.py, mainframe.py, treeplugin.py, and dialog.py
- Use .get() with fallback values instead of direct dictionary access
- This prevents KeyError when user settings file is missing or corrupted

Closes #3000
* Add options to make visible spaces and newlines in Text Editor.

* Fix 'General' settings not available after upgrade (blocks startup) (#3013)

- Add migration from settings version 8 to 9 that ensures General section exists with all required keys
- Add safe access to General settings in application.py, mainframe.py, treeplugin.py, and dialog.py
- Use .get() with fallback values instead of direct dictionary access
- This prevents KeyError when user settings file is missing or corrupted

Closes #3000

* Enable visible spaces and newlines in External/Code Editor.

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>
* Feature/issue 2672 searching indicator (#164)

* Add visible searching indicator to Find Usages dialog

Closes #2672

The 'searching...' indicator is now shown as the first row in the
results table, making it more visible to users who focus on the
table rather than the dialog title.

* Make visible spaces and newlines in Text Editor. (#3026)

* Add options to make visible spaces and newlines in Text Editor.

* Fix 'General' settings not available after upgrade (blocks startup) (#3013)

- Add migration from settings version 8 to 9 that ensures General section exists with all required keys
- Add safe access to General settings in application.py, mainframe.py, treeplugin.py, and dialog.py
- Use .get() with fallback values instead of direct dictionary access
- This prevents KeyError when user settings file is missing or corrupted

Closes #3000

* Enable visible spaces and newlines in External/Code Editor.

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>

* Restore wrongly deleted test fixture

* Add ChelSlova PR to improve visibility off Search in Find Usages

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>

* Increase version of Requests. Fix invoke devel

* Increase version of Requests in pyproject.toml

* Improve Russian translation quality

Fixed critical translation errors:
- "PAUSED" was translated as "ПАРОЛЬ" (password) instead of "ПАУЗА" (pause)
- "ride log" was translated as "журнала такси" (taxi log) instead of "журнала RIDE"
- "Delete Cells" was translated as "Удалить Гены" (delete genes) instead of "Удалить ячейки"
- "Teardown" was translated as "Разбираем" (dismantling) instead of "Завершение"
- "suite" was translated as "апартамента" (apartment) instead of "набор"

Added missing translations:
- Debug -> Отладка
- Autosave -> Автосохранение
- Insert Rows -> Вставить строки
- Font Size -> Размер шрифта
- Font Face -> Гарнитура шрифта
- Default column size -> Размер колонки по умолчанию
- Auto size columns -> Автоматический размер колонок
- <all keywords> -> <все ключевые слова>
- Keyword -> Ключевое слово
- Rename -> Переименовать

Fixed formatting issues:
- Added missing tab characters in keyboard shortcuts
- Fixed "Test Suites" translation (Сьюты -> Наборы тестов)
- Fixed elapsed time format string

* Add Russian translator to TRANSLATORS.adoc

* Fix/issue 2521 case insensitive sort v2 (#166)

* Add case insensitive sort option for keywords

Closes #2521

* Feature/issue 2672 searching indicator (#164)

* Add visible searching indicator to Find Usages dialog

Closes #2672

The 'searching...' indicator is now shown as the first row in the
results table, making it more visible to users who focus on the
table rather than the dialog title.

* Make visible spaces and newlines in Text Editor. (#3026)

* Add options to make visible spaces and newlines in Text Editor.

* Fix 'General' settings not available after upgrade (blocks startup) (#3013)

- Add migration from settings version 8 to 9 that ensures General section exists with all required keys
- Add safe access to General settings in application.py, mainframe.py, treeplugin.py, and dialog.py
- Use .get() with fallback values instead of direct dictionary access
- This prevents KeyError when user settings file is missing or corrupted

Closes #3000

* Enable visible spaces and newlines in External/Code Editor.

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>

* Restore wrongly deleted test fixture

* Add ChelSlova PR to improve visibility off Search in Find Usages

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>

* Increase version of Requests. Fix invoke devel

* Increase version of Requests in pyproject.toml

* Improve Russian translation quality

Fixed critical translation errors:
- "PAUSED" was translated as "ПАРОЛЬ" (password) instead of "ПАУЗА" (pause)
- "ride log" was translated as "журнала такси" (taxi log) instead of "журнала RIDE"
- "Delete Cells" was translated as "Удалить Гены" (delete genes) instead of "Удалить ячейки"
- "Teardown" was translated as "Разбираем" (dismantling) instead of "Завершение"
- "suite" was translated as "апартамента" (apartment) instead of "набор"

Added missing translations:
- Debug -> Отладка
- Autosave -> Автосохранение
- Insert Rows -> Вставить строки
- Font Size -> Размер шрифта
- Font Face -> Гарнитура шрифта
- Default column size -> Размер колонки по умолчанию
- Auto size columns -> Автоматический размер колонок
- <all keywords> -> <все ключевые слова>
- Keyword -> Ключевое слово
- Rename -> Переименовать

Fixed formatting issues:
- Added missing tab characters in keyboard shortcuts
- Fixed "Test Suites" translation (Сьюты -> Наборы тестов)
- Fixed elapsed time format string

* Add Russian translator to TRANSLATORS.adoc

* Add unit tests for sort keywords, minor fixes.

* Update translations. PT, PT_BR

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>
Closes #2672

The 'searching...' indicator is now shown as the first row in the
results table, making it more visible to users who focus on the
table rather than the dialog title.
chelslava and others added 25 commits April 11, 2026 16:44
Closes #2521

Co-authored-by: Hélio Guilherme <helioxentric@gmail.com>
* Add periodic auto-save feature

Closes #1376

* Rename event variable for clarity in auto-save

* Prevent stale auto-save scheduling after periodic saves

The PR review for #3031 requested that the periodic auto-save timer be reset after a successful auto-save cycle. This change follows the reviewer suggestion by scheduling _start_auto_save_timer with wx.CallAfter, while preserving the double-underscore event placeholder so translations remain intact. A focused regression test now verifies that the restart is scheduled after save completion.

Constraint: Keep the fix scoped to the open PR #3031 review feedback
Rejected: Restart the timer inline inside the EVT_TIMER callback | reviewer proposed deferred restart via wx.CallAfter
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep __ = event in _on_auto_save so the _() translation helper is not shadowed
Tested: Targeted pytest for test_on_auto_save_restarts_timer_after_save; py_compile on touched files
Not-tested: Full GUI-heavy utest/ui/test_mainframe.py module in this environment (wx access violation outside the targeted test)
* Simple fixes (#167)

* Add content in anchors on offline Changelog

* Improve user name detection in post_installer for Linux

* Avoid invalid page index in ui/notebook

* Avoid assertion error on startup of File Explorer

* Hide known exception at start of RIDE, plugin RecentFiles

* Fix exception in isbinary

* Improve coverture reports and appveyor pipeline

* Fix path in appveyor pipeline

* Try to fix path in appveyor pipeline

* Add prefix for naming coverage reports.

* Skip some tests on Windows, editor/test_z_kweditor_plugin

* Skip some tests on Windows, application/test_updatenotifier

* Feature/issue 2539 tags comment field v2 (#168)

* Add Comment field for tags section

Closes #2539

* Add visible searching indicator to Find Usages dialog (#3025)

Closes #2672

The 'searching...' indicator is now shown as the first row in the
results table, making it more visible to users who focus on the
table rather than the dialog title.

* New translations ride.pot (Russian) (#3038)

* Improve PR Add Comment field for tags section #3036

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>

* Improve unit tests and workflows

* Improve unit tests

---------

Co-authored-by: ChelSlava <chelslava@gmail.com>
Closes #2539

Co-authored-by: Hélio Guilherme <helioxentric@gmail.com>
* Add content in anchors on offline Changelog

* Improve user name detection in post_installer for Linux

* Avoid invalid page index in ui/notebook

* Avoid assertion error on startup of File Explorer

* Hide known exception at start of RIDE, plugin RecentFiles
@HelioGuilherme66 HelioGuilherme66 added this to the v2.3 milestone Jun 10, 2026
@HelioGuilherme66 HelioGuilherme66 added the enhancement Request for improvement: either for an existing feature or a new one label Jun 10, 2026
@HelioGuilherme66 HelioGuilherme66 merged commit c124607 into master Jun 10, 2026
2 of 10 checks passed
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