New Scroll Window is Terrible!

Who comes up with these terrible ideas overnight? It was working fine, why did you break it? Why do we have to see a terrible scroll bar and a narrow window for context?

Keeping the code inside of a code window is worse than ever.

Please change back to what it was. You created more problems than we had before.

1 Like

Hi @Derek_R ,

Thank you for bringing this to our attention. We appreciate you flagging this issue and will file a bug internally. To assist us in prioritizing this issue, could you please elaborate on its impact? Regarding the code not appearing in the code window, I am unable to replicate this from my end. Could you please provide additional details, including the prompt you used, as well as the browser and platform you are currently using?

When copying and pasting code, it is unformatted with improper indents, which causes syntax errors when dealing with Python. That’s really irrelevant because the code should be given in a code window and not broken up, with some parts in a code window and other parts not. Would you not want it to stay properly formatted in the code window and not jump outside for a while and then go back in, giving partial code again inside of it?

It’s been happening all day.

plus it’s using unnecessary resources because i’m going to make it give me the code again and demand for it to stay in a code window

Thank you for fixing the scroll bar. Much better to put it to the far right side.

Hi @Derek_R,

When code is pasted as plain text, it loses its formatting and becomes difficult to read. To maintain proper syntax highlighting, use a multi-line code block delimited by triple backticks (```). Begin the block with three backticks followed by the programming language name and end it with three more backticks after the code.

Thank you!