
protobuf-netbeans-plugin
This project is looking for new maintainer/owner. If you are interested - drop me an email: piotr.tabor@gmail.com
Netbeans IDE plugin to support Protocol Buffers
Table of Contents:
Releases
Current version of the plugin is: 2.0.0 (with protobuf-generator patched to 2.0.2).
Look at the Changelog to track the history of the plugin.
News
2010-06-21 - Version 2.1.0 has been just released
- Supports Netbeans 6.9
- Added protobuf 2.3.0
2009-08-26 - Version 2.0.0 has been just released
The plugin supports integration with the project's build lifecycle. You can set (in project's properties) that the protobuf sources should be generated just before compilation of the project. The generated sources are stored in a special target directories (supported by netbeans 6.7).
See changelog for more details.
About Protocol Buffers
"Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats." [
Quoted from http://code.google.com/p/protobuf/ and go there to learn more ]
.
Features
*
.proto files edytor with syntax checking and context aware code completion
Error marks in the editor
Syntax navigation
Simply Java code from *
.proto files generation
*
.proto file templates
Requirements
- Installed google protocol buffers: http://code.google.com/p/protobuf/
- Netbeans 6.5: http://www.netbeans.org/community/releases/65/
Installation
Update site URL is: http://protobuf-netbeans-plugin.googlecode.com/svn/distr/latest_stable/updates.xml
Install Protocol Buffers: http://code.google.com/p/protobuf/downloads/list
Run NetBeans IDE (6.5+)
Select Menu: Tools -> Plugins
Select "Settings" tab
Click "Add" button
Enter name: "Protobuf plugin update center" and URL: http://protobuf-netbeans-plugin.googlecode.com/svn/distr/latest_stable/updates.xml
Go to "Available plugins" tab
Select:
ProtobufTemplates
ProtobufGenerator
ProtobufConfiguration
ProtobufEditor
Click "Install" button
Close "Plugins" window
Select menu "Tools" -> "Options"
Select "Miscellaneous" tab
Select "Protocol Buffers" tab
Click "Browse" button
Navigate to your protoc(.exe on windows) executable
OK.
Enjoy.
Contribution
Fill free to join the project. Send me e-mail if you wish: name.surname@gmail.com. My name is Piotr and surname Tabor. Go there to learn more: http://piotr.tabor.waw.pl
Project Information
- License: GNU Lesser GPL
- 26 stars
- svn-based source control
Labels:
protobuf
netbeans
proto
protoc
protocol
buffers
ProtocolBuffers