Community
Participate
Working Groups
### Eclipse Workspace Patch 1.0 #P org.eclipse.dltk.ruby.ui Index: META-INF/MANIFEST.MF =================================================================== RCS file: /cvsroot/technology/org.eclipse.dltk/ruby/plugins/org.eclipse.dltk.ruby.ui/META-INF/MANIFEST.MF,v retrieving revision 1.4 diff -u -r1.4 MANIFEST.MF --- META-INF/MANIFEST.MF 26 Feb 2007 08:20:35 -0000 1.4 +++ META-INF/MANIFEST.MF 14 Mar 2007 12:02:37 -0000 @@ -26,6 +26,7 @@ Export-Package: org.eclipse.dltk.ruby.internal.ui, org.eclipse.dltk.ruby.internal.ui.preferences, org.eclipse.dltk.ruby.internal.ui.text, + org.eclipse.dltk.ruby.internal.ui.text.completion, org.eclipse.dltk.ruby.internal.ui.text.folding, org.eclipse.dltk.ruby.internal.ui.text.rules, org.eclipse.dltk.ruby.internal.ui.text.syntax, #P org.eclipse.dltk.core Index: model/org/eclipse/dltk/core/CompletionProposal.java =================================================================== RCS file: /cvsroot/technology/org.eclipse.dltk/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/CompletionProposal.java,v retrieving revision 1.5 diff -u -r1.5 CompletionProposal.java --- model/org/eclipse/dltk/core/CompletionProposal.java 12 Mar 2007 05:29:36 -0000 1.5 +++ model/org/eclipse/dltk/core/CompletionProposal.java 14 Mar 2007 12:02:42 -0000 @@ -918,6 +918,10 @@ this.declarationSignature = signature; } + public char[] getDeclarationSignature() { + return declarationSignature; + } + /** * Sets the type or package key of the relevant declaration in the context, * or <code>null</code> if none.
Created attachment 60786 [details] Code Complete API extension
Patch applied
bulk change: this bug was fixed in DLTK 0.9