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
Original issue reported on code.google.com by
alr...@google.com
on 29 Jun 2011 at 6:20