Skip to content

Instantly share code, notes, and snippets.

@olivier-schmitt
Last active December 11, 2015 00:39
Show Gist options
  • Save olivier-schmitt/4518478 to your computer and use it in GitHub Desktop.
Save olivier-schmitt/4518478 to your computer and use it in GitHub Desktop.
@AttributeCompletionRegistrations({
@AttributeCompletionRegistration(
id = "mynewspaper-netbeans-completion-lang-LangCompletionService",
attribute = "lang",
icon = "mynewspaper/netbeans/completion/lang/bubble.png",
content = "bean:mynewspaper.netbeans.completion.lang.LangCompletionItemDataProvider")
})
package mynewspaper.netbeans.completion.lang;
import org.netbeans.spi.editor.completion.xhtml.api.AttributeCompletionRegistration;
import org.netbeans.spi.editor.completion.xhtml.api.AttributeCompletionRegistrations;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment