Gary Tierney
Gary Tierney
Hi @hairmare, thanks for the contributions! > This is a feature request. I would like to be able to use eludicate as a backend for some public frontends while still...
Yep no problem, rebased against latest changes in `develop`.
Hm, I see. I assume this is only happening with extensions that aren't yet installed as a .zip and are being loaded from the class loader the plugin creates? If...
Ah, that's tricky. I think the easiest way forward might be to copy all build outputs to a single build directory or see if there's any way to get the...
Hey @agatti, if you're still working with Ghidra do you know if this has changed at all from the Ghidra side? I'm looking at what you've suggested above r.e. adding...
Hey, It shouldn't be necessary to add the log4j dependencies to your own project, the plugin should be handling that for you. Could you share a bit more information about...
Nothing wrong with your approach, that should be working. Looks like potentially a bug in the plugin. I'll reproduce your steps and get back to you.
Is anyone currently working on this? I need something like IJ's [ThreeComponentsSplitter](https://github.com/JetBrains/intellij-community/blob/idea/241.14494.240/platform/platform-api/src/com/intellij/openapi/ui/ThreeComponentsSplitter.kt) in a Jewel/Compose app and would be happy to look into some changes to the `SplitLayout` components to...
Just dropping an update to say I am currently working on this and should have a PR at least in draft sometime this week. I've replaced the current 2-component splitter...
Pull request open in #84.