blueszhangsh / protobuf-dt

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

Typing semicolon does not always work #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In a new .proto file, enter the following:

enum Hello {
  ONE = 1;
}

then type ";", nothing happens. A ";" should appear after "}".

Original issue reported on code.google.com by alr...@google.com on 11 Oct 2011 at 11:05

GoogleCodeExporter commented 9 years ago
r2da4c597267d

Original comment by alr...@google.com on 11 Oct 2011 at 11:09