From e25a17769820b63e048bcfb67da8d07d95420819 Mon Sep 17 00:00:00 2001 From: Maciej Kasprzak Date: Sat, 7 Nov 2015 00:23:57 +0100 Subject: [PATCH 1/3] resolves #68 tolerate lack of optional/required labels for proto3 --- .idea/misc.xml | 6 +- META-INF/plugin.xml | 2 +- src/protobuf/lang/PbTokenTypes.java | 1 + .../lang/parser/parsing/CompilationUnit.java | 24 +++++++- .../parser/parsing/ExtendDeclaration.java | 12 ++-- .../lang/parser/parsing/FieldDeclaration.java | 2 +- .../parser/parsing/MessageDeclaration.java | 16 ++--- .../parsing/Proto3FieldDeclaration.java | 58 +++++++++++++++++++ .../parser/parsing/SyntaxDeclaration.java | 3 +- 9 files changed, 103 insertions(+), 21 deletions(-) create mode 100644 src/protobuf/lang/parser/parsing/Proto3FieldDeclaration.java diff --git a/.idea/misc.xml b/.idea/misc.xml index 66deecf..261edfe 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -260,6 +260,7 @@ + - - + \ No newline at end of file diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 5e7820a..d5e5f00 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -2,7 +2,7 @@ com.nmatveev.idea-plugin-protobuf Strintec Google Protocol Buffers support - 0.5.9 + 0.5.9.1 Custom Languages Date: Sat, 7 Nov 2015 00:33:37 +0100 Subject: [PATCH 2/3] revert misc.xml --- .idea/misc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 261edfe..ca5b6c0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -260,7 +260,6 @@ - - \ No newline at end of file + +