cancel
Showing results for 
Search instead for 
Did you mean: 

CUBE IDE shows some strange character

thannara123
Senior

Screenshot 2024-09-04 123950.png

why the ide show these type of values how to hide it ?

4 REPLIES 4
Radosław
Senior II

stm32cubeide_Jwi3uRApI3.png   

TDK
Guru

The icon that @Radosław showed is a toggle button in the toolbar. Click it to toggle whitespace.

TDK_0-1725458947728.png

 

If you feel a post has answered your question, please click "Accept as Solution".
SMarie
Senior

You can configure it in Window>Preferences>Editors>Text Editors then click on the link configure visibility. And select/deselected what you want your IDE to show or not.

@thannara123 and if you can't see it on a toolbar, it's under the 'Window' menu:

AndrewNeil_0-1725459607573.png

 

As the name suggests, it's showing you all the whitespace characters - CR, LF, Space, and TAB.

 

Note that this is a standard Eclipse feature - not specific to CubeIDE - and common to most IDEs and Programmer's Editors.

https://mcuoneclipse.com/2012/09/30/white-space-or-not-thats-the-question/