jetbrains-plugin-graph-database-support
jetbrains-plugin-graph-database-support copied to clipboard
Graph Databases support for JetBrains family IDEs.
https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content doesn't exist.
Exception in plugin Graph Database Support ( 3.0.3 ) This plugin is not a production of JetBrains, Please report this problem to Neueda Technologies Details: This happens in IntelliJ IDEA...
PyCharm repeatedly throws the following Exception: 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) at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:44) at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:110) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:64)...
# Using - OS X Yosemite 10.10.5 - WebStorm 2019.1.4 - PyCharm 2019.1.4 (Community Edition) # Issue When trying to connect to database, Graph Database Console displays the following error...
Each time I (re-) start IntelliJ with the Graph DataBase Plugin installed I get the following Exception: ```java java.lang.Throwable: class com.intellij.openapi.editor.EditorFactory it is a service, use getService instead of getComponent...
`CREATE CONSTRAINT user_uniqueness IF NOT EXISTS ON (u:User) ASSERT u.uid IS UNIQUE` The `CREATE` gives an error saying `, , , , BEGIN, CALL, COMMIT, CREATE, DROP, FOREACH, MERGE, REMOVE,...
Attached the thread dump [threadDump-20201226-204955.txt](https://github.com/neueda/jetbrains-plugin-graph-database-support/files/5743979/threadDump-20201226-204955.txt)
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:143) at com.intellij.serviceContainer.ComponentManagerImpl.getComponent(ComponentManagerImpl.kt:375) at com.neueda.jetbrains.plugin.graphdb.jetbrains.component.highlighter.QueryHighlighterComponentImpl.initComponent(QueryHighlighterComponentImpl.java:18) at com.intellij.serviceContainer.MyComponentAdapter.doCreateInstance(MyComponentAdapter.kt:44) at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:113) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:67) at com.intellij.serviceContainer.BaseComponentAdapter.getInstance$default(BaseComponentAdapter.kt:60) at com.intellij.serviceContainer.ComponentManagerImpl.createComponents(ComponentManagerImpl.kt:260) at com.intellij.openapi.application.impl.ApplicationImpl.lambda$loadComponents$5(ApplicationImpl.java:346)...
Would it be possible to add support for **bolt+s://** connections? I have a GraphDB that only runs over a bolt+s connection and in that way, I can't connect jetbrains plugin...