#[0.0.7] visual error in nested folders for blueprint saves

11 messages · Page 1 of 1 (latest)

brave jewel
#

When you have a nested folder for your blueprints (see 2nd image), and you try to save a new blueprint to this folder, the names get stacked in the preview (see 1st image).

As seen in the discussion below, this is caused because the folder starts with the letter r, causing a \r to occur in the total folder path that is to be printed

brave jewel
#

This only seemed to be the issue for the first folder i created... I am unable to recreate it as of yet

twilit monolith
#

I think it's because the folder name starts with 'r' so the text '\r' is trying to be rendered which results in a line return, can't remember if that has been reported before

brave jewel
#

ahhh, makes sense. let me try to confirm that

#

yes, that seems to be the case

supple trellis
#

I was about to report this issue.
Here some more examples:

steep breach
#

can reproduce with most escape characters in 0.0.8
from top to bottom:

  • \b
  • \e
  • \f
  • \n
  • \r
  • \t
  • \v
#

When trying with color codes it escapes the \

steep breach
#

Also works with unicode escape sequences

#

also somehow it can create a folder named con in windows (created a new bug report for this #1275485548403888150)