dvdkruk / protobuf-dt

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

Editor does not support complex custom options. #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the editor does not support syntax and scoping support for:

  option (proto2_unittest.complex_opt1).(.proto2_unittest.quux) = 324;
  option (.proto2_unittest.complex_opt1).(proto2_unittest.corge).qux = 876;
  option (complex_opt2).baz = 987;
  option (complex_opt2).(grault) = 654;
  option (complex_opt2).bar.foo = 743;
  option (complex_opt2).bar.(quux) = 1999;
  option (complex_opt2).bar.(proto2_unittest.corge).qux = 2008;
  option (complex_opt2).(garply).foo = 741;
  option (complex_opt2).(garply).(.proto2_unittest.quux) = 1998;
  option (complex_opt2).(proto2_unittest.garply).(corge).qux = 2121;

Original issue reported on code.google.com by alr...@google.com on 4 Nov 2011 at 11:09

GoogleCodeExporter commented 9 years ago
r3bc2f7ac4c7c, r96a713437062, r3216303da8e9, reca7b70fcd9a, r2f429441e726, 
r90b9a83fd09c, r12ee03ab3bfb, r5268fff7f929, rc209d861a5b7, rde0f3163a72d, 
r170e19933ee3, rb7bf6780440a, rfdb47648d534, r60501de66435

Original comment by alr...@google.com on 10 Nov 2011 at 6:46