Plugin not showing up
Hello,
I'm currently working on a visualizer in java. I'm using this plugin (https://plugins.jetbrains.com/plugin/11512-java-visualizer) and I try to modify some things on it.
Unfortunately, when I run the plugin, it doesn't appear on the debug mode like it should. Do you have any ideas about it please?
Here is the console:20:21:58: Executing 'runIde'...
Starting Gradle Daemon...
Gradle Daemon started in 934 ms
Calculating task graph as configuration cache cannot be reused because content of 2nd init script, '../../../../private/var/folders/c6/d19vv4491xz4slp0rb_jcmr40000gn/T/ijresolvers1.gradle', has changed.
> Task :checkKotlinGradlePluginConfigurationErrors
> Task :initializeIntelliJPlugin
> Task :patchPluginXml UP-TO-DATE
> Task :verifyPluginConfiguration
> Task :processResources UP-TO-DATE
> Task :compileKotlin NO-SOURCE
> Task :compileJava NO-SOURCE
> Task :classes UP-TO-DATE
> Task :instrumentCode UP-TO-DATE
> Task :instrumentedJar UP-TO-DATE
> Task :jar UP-TO-DATE
> Task :prepareSandbox UP-TO-DATE
> Task :runIde
CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
2024-07-17 20:22:05,222 [ 588] WARN - #c.i.u.m.MacOSApplicationProvider - No URL bundle (CFBundleURLTypes) is defined in the main bundle.
To be able to open external links, specify protocols in the app layout section of the build file.
Example: args.urlSchemes = ["your-protocol"] will handle following links: your-protocol://open?file=file&line=line
2024-07-17 20:22:05,701 [ 1067] WARN - #c.i.u.n.s.ConfirmingTrustManager - Received an empty list of custom trusted root certificates from the system. Check log above for possible errors, enable debug logging in category 'org.jetbrains.nativecerts' for more information
2024-07-17 20:22:05,722 [ 1088] WARN - #c.i.c.ComponentStoreImpl - Duplicated scheme Light - old: Light, new Light
Info | RdCoroutineScope | 79:DefaultDispatcher-worker-64 @com.jetbrains.rd.platform.codeWithMe.toolbar.CodeWithMeToolbarUpdater preloading#1164 | RdCoroutineHost overridden
2024-07-17 20:22:12,615 [ 7981] WARN - #c.i.o.m.LanguageLevelUtil - File not found: api22.txt
2024-07-17 20:22:16,539 [ 11905] WARN - #o.j.k.i.s.r.KotlinCompilerReferenceIndexStorage - kotlin-data-container is not found
2024-07-17 20:22:28,007 [ 23373] WARN - #c.i.u.x.Binding - no accessors for java.time.LocalTime
> Task :compileTestKotlin NO-SOURCE
> Task :classpathIndexCleanup
BUILD SUCCESSFUL in 31s
11 actionable tasks: 5 executed, 6 up-to-date
Configuration cache entry stored.
20:22:30: Execution finished 'runIde'.
请先登录再写评论。
Hi,
I don't see anything suspicious in the log. The warnings don't seem related to the plugin. It's hard to tell what the reason is as I understand you modified the plugin you linked. I assume that “not showing up” means the plugin is unavailable in the IDE development instance. Did you confirm it in Settings | Plugins?
Hi,
Yes, the plugin is enabled
When I say doesn't show up, I mean it should appear in the debug mode, but I can't see it.
When I install the Java Visualiser plugin, it appears like that:
This is what I need with my plugin as well.
Hi,
I'm sorry, but I don't see it possible to help you. It requires the understanding of how Java Visualizer plugin works, and knowing your modifications. I can only offer is debugging the plugin logic to find out the reason.