Several improvements and PRs from @chelslava#3039
Merged
HelioGuilherme66 merged 6 commits intorobotframework:developfrom Apr 11, 2026
Merged
Several improvements and PRs from @chelslava#3039HelioGuilherme66 merged 6 commits intorobotframework:developfrom
HelioGuilherme66 merged 6 commits intorobotframework:developfrom
Conversation
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes PR:
#3028
#3027
#3025