All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.integratedmodelling.kim.ui.contentassist.KimProposalProvider.xtend Maven / Gradle / Ivy

/*
 * generated by Xtext 2.9.1
 */
package org.integratedmodelling.kim.ui.contentassist

import org.eclipse.emf.ecore.EObject
import org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor
import org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
import org.eclipse.xtext.RuleCall

/**
 * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
 * on how to customize the content assistant.
 */
class KimProposalProvider extends AbstractKimProposalProvider {

	override complete_ValidID(EObject model, RuleCall ruleCall, ContentAssistContext context,
		ICompletionProposalAcceptor acceptor) {
						
			/*
			 * check context and behave accordingly; then call action handler with
			 * context of application.
			 */
//		println("ZIOPORCO " + model + " rule " + ruleCall + " context " + context);	
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy