Skip to content
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

Add support for multiline string values #140

Closed
wants to merge 1 commit into from

Conversation

maguro
Copy link

@maguro maguro commented Apr 28, 2019

  • backticks, `, and triple quotes, “””, now allow multiline strings
  • splits STRING into STRING_NAME and STRING_VALUE

- backticks, `, and triple quotes, “””, now allow multiline strings
- splits STRING into STRING_NAME and STRING_VALUE
@maguro
Copy link
Author

maguro commented Apr 28, 2019

@@ -33,7 +33,7 @@ dependencies {
exclude group: 'org.slf4j'
}
compile 'com.google.guava:guava:21.0'
compile ('io.protostuff:protostuff-parser:2.2.26') {
compile ('io.protostuff:protostuff-parser:0-SNAPSHOT') {
Copy link
Author

Choose a reason for hiding this comment

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

I'll wait until this gets released to fix this.

Copy link
Collaborator

Choose a reason for hiding this comment

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

sure

@kshchepanovskyi
Copy link
Collaborator

This issue is closed as plugin is not supported anymore.
Please switch to https://github.com/jvolkman/intellij-protobuf-editor.

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