Skip to content

BNF improvements towards better OpenCypher support: Multipart query #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 25, 2019

Conversation

ex3m1024
Copy link
Contributor

Added support for multipart queries. Syntax checking has become more strict. All tests fixed to accommodate changes

import com.neueda.jetbrains.plugin.graphdb.language.cypher.psi.CypherStringLiteral;
import org.jetbrains.annotations.NotNull;

public class TypedHandlerDelegate extends com.intellij.codeInsight.editorActions.TypedHandlerDelegate {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefix with Cypher and properly import base class

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved in 16aaf53

@ex3m1024 ex3m1024 merged commit de4883d into neueda:master Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants