multiple blank display issue
Originally submitted to Google Code by lxg0... on 16 Feb 2013
In version 1.0.1,I got this issue: I have to input strings that contain multiple spaces. in txt edit mode ,it is substitude by several "\ ",which is ok.But in edit mode multiple spaces shrink to single one. The number of spaces does count for me! could you make an enhancement to support display multiple spaces?
Originally submitted to Google Code by @mkorpela on 18 Feb 2013
Yep. There seems to be issues with whitespaces.
This also affects keyword recognition.
in grid | log | a a a | will be converted in text editor | log a \ \ a \ \ \ a |.
But applying changes | log a \ \ a \ \ \ a | in text editor then switch to grid editor, it's not converted at all.
Issue fixed:
Screen captures of RIDE v2.0.2.dev1 in Fedora Linux 36, Python 3.10.10, wxPython 4.0.7 (KDE Plasma 5 with darkmode, custom colors):


Test file:
*** Test Cases ***
example
Log a aa \ aaa \ \ aaaa\n" a quoted and \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ spaced string"
log a \ \ a \ \ \ a \ \ \ \ b
A \ \ \ \ \ \ \ \ spaced keyword this is a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ spaced argument
*** Keywords ***
A \ \ \ \ \ \ \ \ spaced keyword
[Arguments] ${arg \ \ \ \ \ one}=None
Log Argument one is \ \ \ \ \ \ \ \ \ \ \ \ ${arg \ \ \ \ \ one}