Vkozhaev
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Vkozhaev 创建了一个帖子, 已回答HTML styles in the LocalInspection tooltips
Hi all, I have following html code in the html tooltip <html><body><table style="border-collapse: collapse; width: 100%;" border="1"><tbody><tr><td style="width: 100%;"><span style="font-size: 18... -
Vkozhaev 创建了一个帖子, 已回答How to add the custom tooltip renderer?
Hi all, my customer ask me to show sophisticated tool-tips renderer, not the string only. How to do it? For now I add the tooltips in the local inspection, something like following ... -
Vkozhaev 进行了评论, -
-
Vkozhaev 创建了一个帖子, 已回答Problem with the intelliJ version
When my IntelliJ version is set as described below I have the following stack trace intellij { version = '2022.3'}Caused by: org.gradle.internal.exceptions.DefaultMultiCauseException: Could not ... -
Vkozhaev 进行了评论, -
-
Vkozhaev 创建了一个帖子, 已回答No compileOnly configuration in the build.gradle but it is
Hi all I have the following error message during the build, but no compileOnly dependency in my build.gradle. Why it's happens, and how to solve? Regards Resolving dependency configuration 'compil... -
-
Vkozhaev 创建了一个帖子, 已回答generateLexer/generateParser gradle tasks problem in intellij idea plugin build
I try to extend some old IntelliJ plug-in And there is my build.gradle buildscript { ext.kotlin_version = '1.6.0' repositories { mavenCentral() maven { url 'https://jitpack...