主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
sen_vol
活动总数
21
最后的活动
2022年04月21日 12:47
成员加入日期
2021年12月13日 07:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(3)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2022年03月05日 16:13
Here are the conflicts with log4j binding: SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/Users/vol0ncar/.gradle/caches/modules-2/files-2.1/com.jetbrains.int...
社区
IntelliJ IDEA Open API and Plugin Development
How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
0 票
创建于
2021年12月14日 18:34
Sorry, for my needs cmd+F will do, so no need to implement anything on top of it, so this question is solved
社区
IntelliJ IDEA Open API and Plugin Development
How to add search functionality to `Editor`
0 票
已编辑于
2021年12月14日 14:56
The client does not do mush setup, it just creates consoles: class Client(val project: Project) : Disposable { val clientLog = OutputConsole("Client log", project) val serverLog = OutputCons...
社区
IntelliJ IDEA Open API and Plugin Development
How to add search functionality to `Editor`
0 票
创建于
2021年12月14日 14:54
class OutputConsole(name: String, project: Project) : ConsoleViewImpl(project, true) { init { setName(name) } fun info(message: String) = println(message, ConsoleViewContentType.NOR...
社区
IntelliJ IDEA Open API and Plugin Development
How to add search functionality to `Editor`
0 票
«
第一页
‹
上一页