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
April 20, 2022 09:24
But when using like this: override fun createCenterPanel(): JComponent? { val htmlPanel = object : HtmlPanel() { init { isVisible = true update() } ov...
Community
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 votes
Created
April 20, 2022 09:23
Hi, it does not help. The dialog is resizable only to the right, but not to the left:
Community
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 votes
Created
March 08, 2022 15:50
I'll think about implementing a separate logging. I was wondering may be I could use java.util.logging or something like tinylog, which does not depend on SLF4J, is it reasonable idea? Or something...
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
March 08, 2022 15:21
The logger output is redirected to ui by Appender, so I need to access the Appender directly to specify ui component. For that I cast slf4j logger to concrete implementation of logback-classic, and...
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
March 08, 2022 15:11
Yes, of course val coroutinesVersion by extra("1.5.2")val protobufVersion by extra("3.18.0")val grpcVersion by extra("1.40.1")val grpcKotlinVersion by extra("1.1.0")dependencies { implementation...
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
March 05, 2022 16:15
Here is the code where I cast slf4j logger to logback-classic logger and because the log4j binding is used, the error is raised here: (newLogger.underlyingLogger as Logger).getAppender("ClientAppe...
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
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