ProtobufEditor 0.98
This version supoports Protocol Buffers 3.0.2. It adds a check for duplicate map keys. If you are using protocol buffers 2.6.1;
download and install protobufeditor 0.97k from here
This version upgrades the Editor-Engine from RecordEditor 0.97l to RecordEditor 0.98.
It also adds basic Protocol-Buffers-Json and Protocol-Buffers-Text support.
Changes ProtoBufEditor 0.98 pb 3.0.
- Add readers for JSON and Protocol-Buffers Text format
-
Changes ProtoBufEditor 0.97l pb 3.0 beta
- Add warning if "Map Key" is duplicated, The editor it self does not mind but
it could cause issues when read through protocol buffers
- Change to use protocol buffer 3.0.0 beta.
- Add Export-File Structure options. This lets you export a file as JSON, text, Delimited or Single-Message.
Changes ProtoBufEditor 0.97k pb 2.6.1
- Change to use Recordeditor 0.97k as the editor-engine
- Prefered Record is now the default (instead on one of the Records
The ProtoBufEditor source is included in the install; The RecordEditor source used by the ProtoBufEditor can be found
Here