Customize Data Views not working correctly?
I have a class which implements the Map interface. But since the class contains other functionality too, I don't wan't it to be displayed as a Map in the debugger. So therefore I add a new type renderer in 'Customize Data Views', where I put this class in 'Apply renderer to objects of type'. But from then on EVERY object is displayed by this renderer, not only objects of that class. Am I doing something wrong?
Please sign in to leave a comment.
Is there really no one using customized data views?
I use just single entry to sometimes display byte-arrays as Strings, but that doesn't interfere with anything.
Sascha
Fixed: http://www.jetbrains.net/jira/browse/IDEADEV-11336