commit | 47ddf9930051fee09ecf4a76e94c1a46975926f5 | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Thu Sep 15 11:21:54 2011 -0700 |
committer | Alex Ruiz <alruiz@google.com> | Thu Sep 15 11:21:54 2011 -0700 |
tree | 9043473ba2619d530c6c6e1aa56246a142ff5a12 | |
parent | bf9523ecb5e1f30c502e3a7a27a23a42e3d964e9 [diff] |
Aligned versions of open source plug-in and the Google-internal one. Minor code cleanup.
diff --git a/com.google.eclipse.protobuf.ui/META-INF/MANIFEST.MF b/com.google.eclipse.protobuf.ui/META-INF/MANIFEST.MF index 2b47b55..fd2b236 100644 --- a/com.google.eclipse.protobuf.ui/META-INF/MANIFEST.MF +++ b/com.google.eclipse.protobuf.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.8.qualifier Bundle-SymbolicName: com.google.eclipse.protobuf.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: com.google.eclipse.protobuf;visibility:=reexport,
diff --git a/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/editor/spelling/ProtobufSpelling.java b/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/editor/spelling/ProtobufSpelling.java index 70a12f4..c714b5c 100644 --- a/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/editor/spelling/ProtobufSpelling.java +++ b/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/editor/spelling/ProtobufSpelling.java
@@ -41,7 +41,7 @@ super.setDocument(document); } - public void reconcile(IRegion region) { + @Override public void reconcile(IRegion region) { super.reconcile(new Region(0, xtextDocument().getLength())); removeUnwantedAnnotations(); }
diff --git a/com.google.eclipse.protobuf/META-INF/MANIFEST.MF b/com.google.eclipse.protobuf/META-INF/MANIFEST.MF index cf35e32..06792c5 100644 --- a/com.google.eclipse.protobuf/META-INF/MANIFEST.MF +++ b/com.google.eclipse.protobuf/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Eclipse-ExtensibleAPI: true Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.8.qualifier Bundle-SymbolicName: com.google.eclipse.protobuf; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: org.eclipse.xtext,