IdeCoreApplicationInfo.xml help
Answered
<essential-plugin>AityzIdeCore</essential-plugin>
<essential-plugin>com.aityzide.core</essential-plugin>
For the <essential-plugin> part I don't know the path of the plugin core that I made. What should I make it, and can I have some help setting up developement for the custom IDE I am making.
Please sign in to leave a comment.
This is not a path, but plugin/module ID (https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html#idea-plugin__id).
You can find samples from IJ Community sources:
community/community-resources/resources/idea/IdeaApplicationInfo.xml
community/python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml
Start Failed Internal error. Please refer to https://jb.gg/ide/critical-startup-errors java.lang.IllegalStateException: addTimings must be not called if some events were already added using API at com.intellij.diagnostic.StartUpMeasurer.addTimings(StartUpMeasurer.java:198) at com.intellij.idea.Main$mainImpl$1$1.invokeSuspend(Main.kt:61) at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:46) at com.intellij.idea.Main$mainImpl$1.invokeSuspend(Main.kt:59) Caused by: java.lang.IllegalStateException: addTimings must be not called if some events were already added using API at com.intellij.diagnostic.StartUpMeasurer.addTimings(StartUpMeasurer.java:198) at com.intellij.idea.Main$mainImpl$1$1.invokeSuspend(Main.kt:61) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) ----- Your JRE: 17.0.8+7-b1000.8 amd64 (JetBrains s.r.o.) C:\Program Files\JetBrains\IntelliJ IDEA 2023.2.1\jbr
Sorry, but what is this error about? Please provide more context.
I tried creating a basic module, as seen in the webinar (How we built Comma, the Raku IDE on the IntelliJ Platform), and tried to run it.
I'm sorry but we need much more information. What is a “basic module”? What exactly do you “run”? Did you set required JVM parameters, e.g. system class loader etc.?