blueszhangsh / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Editor does not support custom options for enum values. #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following example should not produce errors:

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

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

Original issue reported on code.google.com by alr...@google.com on 8 Nov 2011 at 6:54

GoogleCodeExporter commented 9 years ago
r30880f9808a5

Original comment by alr...@google.com on 8 Nov 2011 at 7:04