Vkozhaev
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Vkozhaev created a post, AnsweredHTML 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 created a post, AnsweredHow 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 commented, -
-
Vkozhaev created a post, AnsweredProblem 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 commented, -
-
Vkozhaev created a post, AnsweredNo 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 created a post, AnsweredgenerateLexer/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...