Get available enums as variants in custom reference. Follow
Hello
I'm providing custom reference in JSP files. This refernce should offer variants for attributes of custom JSP tags.
Those variats should be al available enums within current project.
What i was doing in 7th branch.
JavaClassReferenceProvider provider = new JavaClassReferenceProvider();
provider.setOption(JavaClassReferenceProvider.EXTEND_CLASS_NAMES, new String[]{"java.lang.Enum"});
.... register provider with ReferenceProvidersRegistry code ...
After migration codebase to Diana i've noticed that this code doesn't work anymore.
After i tried to use various option for ReferenceProvidersRegistry i've discovered that none of them help.
So plz give me some clue how to solve this problem. Thnx in advance.
Please sign in to leave a comment.
This problem should be fixed in the next EAP, thank you!
ok nice to hear thix. can you post here build number after which i can try this feature ?
sure if now posssble :)
thnx
Should work in 9678
Thnx for help. I will check it later and report :)