blueszhangsh / protobuf-dt

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

Typing semicolon too fast does not generate tag number. #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enter the following message field and quickly type ';'

optional int32 code

tag number for the field is not generated. The problem is that 
ITextDocument.modify does not wait for Xtext's Reconciler to finish its work.

See also thread in Xtext forum: 
http://www.eclipse.org/forums/index.php/m/778175/#msg_778175

Original issue reported on code.google.com by alr...@google.com on 11 Jan 2012 at 11:04

GoogleCodeExporter commented 9 years ago
Changes can be seen at r42e46dbcbd4c

Original comment by alr...@google.com on 11 Jan 2012 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 13 Jan 2012 at 3:20