JUCE 8 Projucer bug - missing text indents

Hey!
I’ve seen something like this before in JUCE 7, but now it’s a very consistent problem.

In Projucer 8.0.0 (Master - SHA 61a03097e) I’m seeing code indentation missing on all representations of code.

To reproduce:

  1. Open Projucer 8.0.0
  2. File>Open Example>Audio>AudioAppDemo
  3. Check that all code files are missing indentation per image
  4. Save the project and open in Xcode and notice the indentation is there.

This makes me nervous to dirty the text display of code files as I’m worried that it will bake in the loss of indentation. However if you do, weird stuff like this is possible! Cursor is an indentation width away from what is getting typed.

proj8_cap01

Beyond that, this seems like another clue.

Again it seems that the indentation is somehow rendered at the end of the line.

proj8_cap02

This is with MacOS (M1 Sonoma 14.1.1)

Anyone else seeing this? Let me know if I can provide any additional info.

Cheers
Jeff

1 Like

I mentioned it already

Thanks! I tried searching and couldn’t find your post before I reported. Even so, not quite. Yours says missing indents and I don’t think that’s what’s happening. I think the indents are being misplaced, per my screen grabs.

Thank you for reporting, we are looking into this issue.

1 Like

A fix has been released on the develop branch

1 Like