Revert "Added namespace support to scoping."

This change caused the following tests to fail.
com.google.eclipse.protobuf.naming.NameResolver_nameOf_Test
com.google.eclipse.protobuf.validation.ImportValidator_checkUnknownSyntaxImports_withNonProto2Imports_Tests
com.google.eclipse.protobuf.validation.ProtobufJavaValidator_checkOnlyOnePackageDefinition_Test
com.google.eclipse.protobuf.model.util.Packages_addPackageNameSegments_Test


This reverts commit 4d53754dd76572a85bd84a7847285d7458897e99.

Change-Id: I1417ec7a6f6390bab7291d4d269a2afd4e6ef0fb
20 files changed
tree: 16d014fe873be9819f03b24544606285866e3943
  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.