Commit 4703068
Several improvements and PRs from @chelslava (#3039)
* 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>1 parent 0d0bda6 commit 4703068
71 files changed
Lines changed: 7553 additions & 5356 deletions
File tree
- src/robotide
- application
- controller
- localization
- bg_BG/LC_MESSAGES
- bs_BA/LC_MESSAGES
- cs_CZ/LC_MESSAGES
- da_DK/LC_MESSAGES
- de_DE/LC_MESSAGES
- en_US/LC_MESSAGES
- es_ES/LC_MESSAGES
- fi_FI/LC_MESSAGES
- fr_FR/LC_MESSAGES
- hi_IN/LC_MESSAGES
- hu_HU/LC_MESSAGES
- it_IT/LC_MESSAGES
- ja_JP/LC_MESSAGES
- ko_KR/LC_MESSAGES
- nl_NL/LC_MESSAGES
- pl_PL/LC_MESSAGES
- pt_BR/LC_MESSAGES
- pt_PT/LC_MESSAGES
- ro_RO/LC_MESSAGES
- ru_RU/LC_MESSAGES
- sv_SE/LC_MESSAGES
- th_TH/LC_MESSAGES
- tr_TR/LC_MESSAGES
- uk_UA/LC_MESSAGES
- vi_VN/LC_MESSAGES
- zh_CN/LC_MESSAGES
- zh_TW/LC_MESSAGES
- ui
- usages
- utest/controller
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| |||
247 | 250 | | |
248 | 251 | | |
249 | 252 | | |
250 | | - | |
| 253 | + | |
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
463 | 466 | | |
464 | | - | |
465 | | - | |
| 467 | + | |
| 468 | + | |
466 | 469 | | |
467 | 470 | | |
468 | 471 | | |
| |||
493 | 496 | | |
494 | 497 | | |
495 | 498 | | |
496 | | - | |
| 499 | + | |
| 500 | + | |
497 | 501 | | |
498 | 502 | | |
499 | 503 | | |
500 | 504 | | |
501 | 505 | | |
502 | 506 | | |
503 | | - | |
| 507 | + | |
504 | 508 | | |
505 | 509 | | |
506 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
378 | | - | |
379 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
380 | 389 | | |
381 | 390 | | |
382 | 391 | | |
| |||
0 commit comments