RIDE icon indicating copy to clipboard operation
RIDE copied to clipboard

multiple blank display issue

Open yanne opened this issue 10 years ago • 2 comments

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?

yanne avatar Jun 03 '15 06:06 yanne

Originally submitted to Google Code by @mkorpela on 18 Feb 2013

Yep. There seems to be issues with whitespaces.

This also affects keyword recognition.

yanne avatar Jun 03 '15 06:06 yanne

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.

jnhyperion avatar Aug 14 '20 02:08 jnhyperion

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): image

image

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}

HelioGuilherme66 avatar Apr 09 '23 11:04 HelioGuilherme66