AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Easier Iindex deletion #19

Closed patrickkusebauch closed 3 years ago

patrickkusebauch commented 3 years ago

This is a great plug-in, the only issue I had thus far is with deleting indexes. It just takes too long, especially if you need to delete multiple indexes or even delete all indexes. I can see 3 ways to make it easier.

1) Context menu option on the level of connection to "Delete all indexes". Here a confirmation box to explicitly write "DELETE" would make sense IMHO. 2) Context menu option while having multiple indexes selected to "Delete". Here a Yes/No Confirmation box would be OK. 3) Change the confirmation box for single deletion from writing "DELETE" to Yes/No. I do not know about your experience, but for me, I resort to copy&paste when I have to delete more than one index anyway. It just slows me down.

What do you think about those? I would be open to helping you out if you think they are a good idea, but do not have the time to develop them.

AntonShuvaev commented 3 years ago

Hi,

I have added the ability to delete multiple indices at once. Also, confirmation by typing "DELETE" is replaced by Yes/No. It will be available in 0.4.2.

patrickkusebauch commented 3 years ago

@AntonShuvaev probably a bug in the new version? Where the bold text is not formatted correctly? Screenshot from 2020-12-01 07-39-13

AntonShuvaev commented 3 years ago

@patrickkusebauch Thanks for the feedback. This will be fixed in the next release.