Added namespace support to scoping.

Created scoping fragment ProtobufImportNamespacesScopingFragment that
delegates local scoping to
ProtobufImportedNamespaceAwareLocalScopeProvider
and global scoping to ProtobufImportUriGlobalScopeProvider.

Change-Id: I965ab8b42b6fd010a2b2d4732579feba89738388
23 files changed
tree: 43662731c314c5852d752da9b9e09b58a0e34756
  1. com.google.eclipse.protobuf/
  2. com.google.eclipse.protobuf.cdt/
  3. com.google.eclipse.protobuf.cdt.test/
  4. com.google.eclipse.protobuf.feature/
  5. com.google.eclipse.protobuf.generator/
  6. com.google.eclipse.protobuf.test/
  7. com.google.eclipse.protobuf.ui/
  8. com.google.eclipse.protobuf.ui.functional.test/
  9. com.google.eclipse.protobuf.ui.integration.test/
  10. com.google.eclipse.protobuf.ui.test/
  11. releng/
  12. CONTRIBUTING.md
  13. LICENSE.html
  14. README.md
README.md

protobuf-dt

About

This project provides IDE integration to Eclipse users when working on protobuf files. Contributions can be made through Google Source. For more info see CONTRIBUTING

License

The Eclipe Public License can be found in com.eclipse.protobuf.feature.

Installing protobuf-dt

The update site for protobuf-dt is http://google.github.io/protobuf-dt/updates/latest/.

Install using Eclipse Install tool

Navigate to “Help” > “Install New Software...”.

Click Add....

Enter Protobuf Editor into the “Name:” field.

Paste http://google.github.io/protobuf-dt/updates/latest/ into the “Location:” field.

Click OK.

From the dropdown labeled “Work with:” select the repository you just added.

Make sure that “Group items by category” is deselected.

“Google Inc.” should be listed in the repository explorer window.

Select the checkbox next to “Google Inc.”.

Click Next.

Click Next again on the “Item Details” page.

Accept the terms of the license agreement and click Finish.

Install using the Eclipse Marketplace

Navigate to “Help” > “Eclipse Marketplace...”.

Search for protobuf-dt.

“protobuf-dt” should be listed in the search window.

Click “Install”.

Accept the terms of the license agreement and click Finish.