merskip / qemu-for-clion

Plugin for CLion helps run of QEMU emulator
Apache License 2.0
1 stars 2 forks source link

Different jetbrains products support #1

Open krzysztofantczak opened 6 years ago

krzysztofantczak commented 6 years ago

Hey,

Is it possible to make it work with other jetbrains tools, like goland or webstorm? I tried to install this plugin in goland as it is. It installs with no issues but that's it, after goland restart i can't find it in run/debug configuration UI.

merskip commented 6 years ago

Sorry for the long time response :-)

Ok, I will check it. Probable cause can be the usage of CMake (for selecting target which outputs iso image). But should be possible using this plugin without CMake, by selecting .iso file or another way.

I do it when I will have free time :-)

merskip commented 3 years ago

Sorry for the late response. To make some easier build & run from CMake target, there is a dependency to CMake plugin and CLion. I'd keep it because seems to be very used full for me. From another side, I'd allow installing this plugin on any platform. But unfortunately, I fear it's cannot be done until resolving the above dependence (or remove that feature)