Skip to content

Commit 18ee7d5

Browse files
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

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
1717
- Fixed exception seen in console when selecting Tools->Library Finder... on a clean install.
1818

1919
=== Changed
20+
- Improved visibility of the Search action in *Find Usages* by adding ``Search...`` on the first row of the results table.
2021
- Changed isbinary to be internal library, instead of being dependency.
2122

2223

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Likewise, the current version of wxPython, is 4.2.5, but RIDE is known to work w
4646

4747
`pip install -U robotframework-ride`
4848

49-
(3.9 &lt;= python &lt;= 3.14) Install current development version (**2.2.3dev4**) with:
49+
(3.9 &lt;= python &lt;= 3.14) Install current development version (**2.2.3dev5**) with:
5050

5151
`pip install -U https://github.com/robotframework/RIDE/archive/develop.zip`
5252

0 commit comments

Comments
 (0)