ContextAwareAction menu display issue
"winder" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Setting lazy to false didn't work.
Code:
@ActionRegistration(
displayName = "#CTL_EditGcodeFile",
lazy = false
)
I tried setting `lazy=true` and the text displayed, but the enable state is wrong until I use the action (I suppose the object isn't initialized until it gets used when lazy is set to true).