Skip to content

Make visible spaces and newlines in Text Editor.#3026

Merged
HelioGuilherme66 merged 3 commits intorobotframework:developfrom
HelioGuilherme66:new_developments
Mar 29, 2026
Merged

Make visible spaces and newlines in Text Editor.#3026
HelioGuilherme66 merged 3 commits intorobotframework:developfrom
HelioGuilherme66:new_developments

Conversation

@HelioGuilherme66
Copy link
Copy Markdown
Member

Add options to make visible spaces and newlines in Text Editor.
Enable visible spaces and newlines in External/Code Editor.

HelioGuilherme66 and others added 3 commits March 29, 2026 13:28
…obotframework#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
@HelioGuilherme66 HelioGuilherme66 added this to the v2.3 milestone Mar 29, 2026
@HelioGuilherme66 HelioGuilherme66 added the enhancement Request for improvement: either for an existing feature or a new one label Mar 29, 2026
@HelioGuilherme66 HelioGuilherme66 merged commit c7a3062 into robotframework:develop Mar 29, 2026
5 checks passed
@HelioGuilherme66 HelioGuilherme66 deleted the new_developments branch March 29, 2026 23:11
HelioGuilherme66 added a commit to HelioGuilherme66/RIDE that referenced this pull request Mar 31, 2026
* 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>
HelioGuilherme66 added a commit to HelioGuilherme66/RIDE that referenced this pull request Mar 31, 2026
* 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>
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