chengpohi/edql

How to build from source?

Opened this issue · 2 comments

Hi!
First of all this is a great plugin!

I must have missed something. As I'm also building Intellij plugins I wanted to use your code for inspiration but I was not able to
find any code for the panels or the plugin integration xml. Trying to to build with ./gradlew runIde will build and start an ide but with no plugin in place. What am I missing?

To Reproduce
Steps to reproduce the behavior:

  1. Clone repo from github: clone git clone git@github.com:chengpohi/edql.git or download the released source tgz
  2. Run ./gradlew runIde

Expected behavior
I would expect an Intellij ide to start with the plugin in place for testing.

Screenshots
This is what I get running ./gradlew runIde
image

This is what I get when installing the plugin from marketplace:
image

Hi @pehrs , Thanks your feedback, For now this repo only public share EDQL parser and interpreter code, the ui part still is private. If you meet any help about ui part, you can post in there, maybe I can help you or contact me by mail: chengpohi@gmail.com

It would help a lot if you could share the UI code as that is very informative for other OPEN SOURCE developers.