Word Wrap feature, like in vscode
Prerequisites None affected version: All make sure to check this before filing an issue:
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
Describe what you would like to have I would like to have a checkbox/shortcut that I could use to activate the "word wrap" feature (i.e. automatically wrap text to the next line when it reaches the end of a line or a specified margin. It ensures that lines of text fit within the available space, making it easier to read and edit documents). In our case, the margin is the visible window shape. I would like to have it for both the search and the loaded file windows.
My use case is that sometimes I have to scroll a lot in DLT logs until I get to the end of the line and then I loose track of the other information that does not have so much characters. It would be useful to have a checkbox or shortcut to activate/deactivate this feature.
Potential Workaround I am not familiar with Chipmunk's code, so I leave this one to you.
More Information I think that you can simply play with vscode and check how to View->Word Wrap (alt+z) works on a simple text file.
@ccombei-esrlabs thanks for reporting the feature request