Problem:
Lets say you're writing a VI for stopping a process. Wanting the icon function to be recognizable at a glance, you open the icon editor and go to glyphs looking for this:
You type "stop"... nothing... hmm. After muttering a few curses, you either trudge through the whole icon library, or you draw one.
Turns out you should have written "abort"! Oops. Not really intuitive.
Solution:
Turns out the glyph search is fairly useful. It can see if your search is in any part of the glyph file name. If the above glyph was named "abort stop.png", the search would have succeeded.
Glyphs would be a lot easier to find if they contain the noun and a handful of verbs that they represent. For example:
"support.png" -> "support checkmark yes.png" (support?)
"keep.png" -> "keep checkmark yes.png" (keep?)
"create.png" -> "create new.png"
"file.png" -> "file disk save.png"
Alternate Solution:
Impliment tags into the glyph library with the ability to add new tags to current glyphs. This would avoid long file names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.