Make visible spaces and newlines in Text Editor.#3026
Merged
HelioGuilherme66 merged 3 commits intorobotframework:developfrom Mar 29, 2026
Merged
Make visible spaces and newlines in Text Editor.#3026HelioGuilherme66 merged 3 commits intorobotframework:developfrom
HelioGuilherme66 merged 3 commits intorobotframework:developfrom
Conversation
…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
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>
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.
Add options to make visible spaces and newlines in Text Editor.
Enable visible spaces and newlines in External/Code Editor.