Export to GitHub

protobuf-dt - issue #156

Editor does not support custom options for enum values.


Posted on Nov 8, 2011 by Grumpy Cat

The following example should not produce errors:

extend google.protobuf.EnumValueOptions { optional bool active = 1000; }

enum PhoneType { HOME = 0 [(active) = true]; }

Comment #1

Posted on Nov 8, 2011 by Grumpy Cat

r30880f9808a5

Status: Fixed

Labels:
Type-Defect Priority-Critical Milestone-Release-1.0.13