Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] Resolving Import Variable in Java Templates

Hi,
I am writing program which reads Java Snippets Templates and inserts them into the editor. Snippets are in string format. I could resolve the variables likeĀ ${cursor} using the resolverĀ GlobalTemplateVariables.Cursor(). But i could not find a way to resolve a variable likeĀ ${imp:import(org.eclipse.swt.SWT)}. Please can somebody help me with this?

Thank you,
Madhuranga Lakjeewa

Back to the top