jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Graph Databases support for JetBrains family IDEs.

Results 56 jetbrains-plugin-graph-database-support issues
Sort by recently updated
recently updated
newest added

this is failing in all 2021 versions of IntelliJ neueda/jetbrains-plugin-graph-database-support Stack trace:  java.lang.Throwable: class com.intellij.openapi.editor.EditorFactory it is a service, use getService instead of getComponent at com.intellij.openapi.diagnostic.Logger.error(Logger.java:161) at com.intellij.serviceContainer.ComponentManagerImpl.getComponent(ComponentManagerImpl.kt:451) at com.neueda.jetbrains.plugin.graphdb.jetbrains.component.highlighter.QueryHighlighterComponentImpl.initComponent(QueryHighlighterComponentImpl.java:18)...

When I use PyCharm Community Edition 2021.1.1 and Graph Database support 3.0.3 plugin, I need to re-add new data source and re-enter name, user and password every time I open...

When adding the host as: `wss://.gremlin.cosmos.azure.com` with a port of `443`, I got the following error: ```DataSource[] - metadata refresh failed. Reason: No such host is known (wss) Details...``` Clicking...

Stacktrace when launching the IDE. Code highlighting doesn't work

Hi. I would like to ask if there is any solution on my problem. I have PHPStorm and your plugin. When I do string concat the highlight doesn't work. Of...

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...

[neuda_plugin_stacktrace.txt](https://github.com/neueda/jetbrains-plugin-graph-database-support/files/7111403/neuda_plugin_stacktrace.txt) Installed plugin - Got Error IntelliJ IDEA 2021.2 (Ultimate Edition) Build #IU-212.4746.92, built on July 27, 2021 Subscription is active until June 19, 2022. Runtime version: 11.0.11+9-b1504.13 amd64 VM:...

Others have reported the exception problem which may be related to this question. What are the plans and timing to add support for Neo4j 4 and the new Cypher options?...

Webstorm 2021.1.2 java.lang.NoClassDefFoundError: com/intellij/icons/AllIcons$Process$State at com.neueda.jetbrains.plugin.graphdb.jetbrains.ui.console.log.LogPanel.showPopup(LogPanel.java:183) at com.neueda.jetbrains.plugin.graphdb.jetbrains.ui.console.log.LogPanel.lambda$printException$1(LogPanel.java:167) at com.intellij.execution.impl.EditorHyperlinkSupport.lambda$getLinkNavigationRunnable$0(EditorHyperlinkSupport.java:158) at com.intellij.execution.impl.EditorHyperlinkSupport$1.mouseReleased(EditorHyperlinkSupport.java:83) at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.runMouseReleasedCommand(EditorImpl.java:3903) at com.intellij.openapi.editor.impl.EditorImpl$MyMouseAdapter.mouseReleased(EditorImpl.java:3794) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6652) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3345) at java.desktop/java.awt.Component.processEvent(Component.java:6417) at java.desktop/java.awt.Container.processEvent(Container.java:2263) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4859)...