Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Bootman
Total activity
7
Last activity
May 29, 2025 22:44
Member since
May 27, 2025 15:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 29, 2025 22:44
A little better: a renderer for java.lang.Object and added to 'Use list of expressions" this.toString().replaceAll("\u001B\\[.*?m", "") then in debugger I still see the raw string for myObj, but...
Community
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 votes
Created
May 29, 2025 22:29
I sort of figured it out. This syntax is for java.lang.String: this.replaceAll("\u001B\\[.*?m", "") The problem is that it works only for objects of String. If I define myObj.toString(), the rend...
Community
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 votes
Edited
May 29, 2025 22:05
Thanks, but unfortunately the documentation is incorrect and lacks clearness.First, recommendation to “Right-click anywhere in the Variables tab and select Customize Data Views” does not work. In d...
Community
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 votes
Created
May 28, 2025 20:15
I think such an option would be very useful. In fact, its absence makes debugging very inconvenient.
Community
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 votes
Created
May 28, 2025 19:28
I did not express myself correctly. What I mean is that debugger does not show colors in Frames/Variables window:
Community
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 votes
Created
May 27, 2025 15:22
This works only in Java console, when I run the program. In debugger console I see no colors.Is there a way to do it in debugger?Using on Ubuntu 20.04:IntelliJ IDEA 2024.3.4.1 (Community Edition)Bu...
Community
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 votes