neueda / jetbrains-plugin-graph-database-support

Graph Databases support for JetBrains family IDEs.
Apache License 2.0
222 stars 56 forks source link

Query params per file #107

Closed ex3m1024 closed 5 years ago

ex3m1024 commented 5 years ago

Implements https://github.com/neueda/jetbrains-plugin-graph-database-support/issues/91 on a basic level. Some functionality may be added before next release, but this provides the bare minimum - two editors in Parameters tab, the second one for parameters specific to the Cypher file open right now. And a button (left column, 3rd button in Graph Database Console) to toggle between using global and file-specific parameters. File-specific params are saved in .json next to global params, a .json for each Cypher file that was opened in the editor. Tests were modified to ensure that correct params are used when needed.

Future ideas: