chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
35 stars 1 forks source link

How to build from source? #41

Open pehrs opened 3 months ago

pehrs commented 3 months ago

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

chengpohi commented 3 months ago

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

pehrs commented 3 months ago

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