Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 177315 - [PATCH] API extension for Code Completion
Summary: [PATCH] API extension for Code Completion
Status: RESOLVED FIXED
Alias: None
Product: DLTK
Classification: Technology
Component: Ruby (show other bugs)
Version: 0.9   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.ruby-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-14 08:09 EDT by Ivan Sabinin CLA
Modified: 2010-06-11 06:10 EDT (History)
0 users

See Also:


Attachments
Code Complete API extension (1.57 KB, patch)
2007-03-14 08:14 EDT, Ivan Sabinin CLA
alex.panchenko: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Sabinin CLA 2007-03-14 08:09:51 EDT
### 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.
Comment 1 Ivan Sabinin CLA 2007-03-14 08:14:34 EDT
Created attachment 60786 [details]
Code Complete API extension
Comment 2 Mikhail Kalugin CLA 2007-03-14 08:16:59 EDT
Patch applied
Comment 3 Andrey Platov CLA 2008-05-26 02:43:03 EDT
bulk change: this bug was fixed in DLTK 0.9