Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
sen_vol
Total activity
21
Last activity
April 21, 2022 12:47
Member since
December 13, 2021 07:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
March 05, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
0 votes
Created
December 14, 2021 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
Community
IntelliJ IDEA Open API and Plugin Development
How to add search functionality to `Editor`
0 votes
Edited
December 14, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to add search functionality to `Editor`
0 votes
Created
December 14, 2021 14:54
class OutputConsole(name: String, project: Project) : ConsoleViewImpl(project, true) { init { setName(name) } fun info(message: String) = println(message, ConsoleViewContentType.NOR...
Community
IntelliJ IDEA Open API and Plugin Development
How to add search functionality to `Editor`
0 votes
«
First
‹
Previous