qykings / protoc-gen-as3

Automatically exported from code.google.com/p/protoc-gen-as3
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add custom option support #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
如题

Original issue reported on code.google.com by pop.atry@gmail.com on 28 Jan 2010 at 12:21

GoogleCodeExporter commented 9 years ago
Sorry, 'Google Translate' did not translate this well.  Is this issue about 
support for options 
(http://code.google.com/apis/protocolbuffers/docs/proto.html#options)?

For example, 'message_id' in this sample?

package test;

import "google/protobuf/descriptor.proto";

extend google.protobuf.MessageOptions {
  optional int32 message_id =50000;
}

message TestMessage {
    option (message_id) = 1;
}

Original comment by matt...@douglasstribe.com on 1 Aug 2011 at 4:15

GoogleCodeExporter commented 9 years ago
Yes! But I'm lacking the time to add this feature. Could you contribute some 
code?

Original comment by pop.atry@gmail.com on 30 Sep 2011 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by pop.atry@gmail.com on 30 Sep 2011 at 3:54