Skip to content

Several improvements and PRs from @chelslava#3039

Merged
HelioGuilherme66 merged 6 commits intorobotframework:developfrom
HelioGuilherme66:develop
Apr 11, 2026
Merged

Several improvements and PRs from @chelslava#3039
HelioGuilherme66 merged 6 commits intorobotframework:developfrom
HelioGuilherme66:develop

Conversation

@HelioGuilherme66
Copy link
Copy Markdown
Member

Includes PR:
#3028
#3027
#3025

HelioGuilherme66 and others added 6 commits March 31, 2026 21:22
* Add visible searching indicator to Find Usages dialog

Closes robotframework#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. (robotframework#3026)

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

* Fix 'General' settings not available after upgrade (blocks startup) (robotframework#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 robotframework#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>
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 case insensitive sort option for keywords

Closes robotframework#2521

* Feature/issue 2672 searching indicator (#164)

* Add visible searching indicator to Find Usages dialog

Closes robotframework#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. (robotframework#3026)

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

* Fix 'General' settings not available after upgrade (blocks startup) (robotframework#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 robotframework#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>
@HelioGuilherme66 HelioGuilherme66 added the enhancement Request for improvement: either for an existing feature or a new one label Apr 11, 2026
@HelioGuilherme66 HelioGuilherme66 added this to the v2.3 milestone Apr 11, 2026
@HelioGuilherme66 HelioGuilherme66 merged commit 4703068 into robotframework:develop Apr 11, 2026
4 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