Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Long lines overwritten in output panel

Open igor-m opened this issue 5 years ago • 3 comments

Installed today (Lubuntu 20.04) the latest IDE and the latest STM32 json and I get a mess in the output log text - see below. Garbage after the "Linking.." line.. It prints fine with Arduino Uno board selected..

screen

igor-m avatar Feb 25 '21 17:02 igor-m

Hi @igor-m , this happens when the commanline is too long to be correctly displayed. I tried to find a solution but didn't end up with acceptable results (maybe some java guru could help :slightly_smiling_face: ). Apart from that, you can select that line and paste it in another editor/shell and it renders correctly (in case you need to use it).

facchinm avatar Feb 26 '21 10:02 facchinm

@facchinm: thanks for the info! I've double-checked the length of that line and it is 12300 chars long in the Fade example for the stm32Discovery F407 board :)

igor-m avatar Feb 26 '21 11:02 igor-m

It seems to me the ie. 12300 chars long line should be written into a separate file..

igor-m avatar Feb 27 '21 10:02 igor-m