Export to GitHub

protobuf-dt - issue #4

Make auto-complete of '[packed = true]' available only to primitive types


Posted on Apr 13, 2011 by Grumpy Cat

Currently, protobuf-dt automatically adds '[packed = true]' as part of the "smart semicolon" command for all repeated fields. This option should be available only to repeated fields of primitive type.

I first need to learn what is a primitive type.

Comment #1

Posted on Apr 14, 2011 by Grumpy Cat

Added Milestone-ReleasePublicBeta label.

Comment #2

Posted on Apr 14, 2011 by Grumpy Cat

This issue should be fixed before we make the plug-in available internally.

Comment #3

Posted on Apr 15, 2011 by Grumpy Cat

Both "smart semicolon" command and content assist now check that the property is repeated and primitive before inserting or proposing 'packed=true'.

Status: Fixed

Labels:
Type-Defect Priority-Medium Milestone-ReleaseInternalBeta