主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Bootman
活动总数
7
最后的活动
2025年05月29日 22:44
成员加入日期
2025年05月27日 15:22
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2025年05月29日 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...
社区
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 票
创建于
2025年05月29日 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...
社区
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 票
已编辑于
2025年05月29日 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...
社区
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 票
创建于
2025年05月28日 20:15
I think such an option would be very useful. In fact, its absence makes debugging very inconvenient.
社区
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 票
创建于
2025年05月28日 19:28
I did not express myself correctly. What I mean is that debugger does not show colors in Frames/Variables window:
社区
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 票
创建于
2025年05月27日 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...
社区
IntelliJ IDEA Users
Is there any way that i can change the color of the text output in the console in the program?
0 票