mycoolmc / protobuf-dt

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

Number Syntax Coloring doesn't apply to float numbers like "1.0" #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Create proto:
// Model weights for a feature.
message FeatureModelWeight {
 // The feature weight of the global model.
 optional double Global = 1 [default = 0.0];
 // The weight of the personal model.
 optional double Personal = 2 [default = 0.0];
}

2. Set Number Syntax Coloring to RED color.

3. "0.0" are highlighted as "Default" and not "Number" entity.

Original issue reported on code.google.com by alr...@google.com on 29 Jun 2011 at 6:20

GoogleCodeExporter commented 9 years ago
r343

Original comment by alr...@google.com on 29 Jun 2011 at 6:21