Commit 18ee7d5
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>1 parent d2973d5 commit 18ee7d5
6 files changed
Lines changed: 104 additions & 60 deletions
File tree
- src/robotide
- application
- usages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments