Icons Preview in Gutter Bar
June 26th, 2009 by Konstantin BulenkovMaia supports preview of icons you are using in Java code directly from the editor. For each of the icon definitions (javax.swing.Icon), Maia tries to locate a file from which it is loaded and then shows a preview in the gutter bar. You can click it to open the image for editing, of course.![]()
Tags: gutter, icons preview, maia
June 26th, 2009 at 9:32 am
Very nice… I like this feature!
June 26th, 2009 at 9:46 am
Is there something that needs to be done to activate this feature, or does it only work with a very direct loading of an icon?
June 29th, 2009 at 4:24 am
This feature marked as “In development”, so, you will be able to use it in the nearest EAP. Other words, this feature is available since build 10535.
July 1st, 2009 at 5:49 am
It would be great to support this for Flex/ActionScript as well, for example of a class which provides constants to all my icons such as:
[Embed(source="/assets/images/user.png")]
public static const IconUser : Class;
It would sweet if it could load those