[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Re: Extending Snippets view

Hi again,

I tried using extension point "org.eclipse.wst.common.snippets.SnippetContributions" but the issue I am facing is that the snippets I would be showing would be read on runtime from some database.

That means I can not configure each snippet item at compile time in the plugin.xml.

Rather I would need something where I can keep on adding snippet item in my category at runtime only.....

I am hoping sumthing is available ....