Add support for camel case search in the AT and OC selection dialogs
--------------------------------------------------------------------

                 Key: DIRSTUDIO-652
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-652
             Project: Directory Studio
          Issue Type: Improvement
          Components: studio-schemaeditor
            Reporter: Pierre-Arnaud Marcelot
            Priority: Minor


As Stefan Seelmann mentionned on IRC, it would be great to add support for 
camel case search in the AT and OC selection dialogs.

Some example on camel case searches:

"TZ" for types containing "T" and "Z" as upper-case letters in camel-case 
notation, e.g. java.util.TimeZone
"NuPoEx" or "NuPo" for types containing "Nu", "Po", (and "Ex") as parts in 
camel-case notation, e.g. java.lang.NullPointerException
terminating "<" or " " (space) to fix the number of camel-case parts, e.g. 
"HMap<" and "HaMap<" match "HashMap" and "HatMapper", but not "HashMapEntry" 
nor "Hashmap".

as described on the eclipse help : 
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-dialog-open-type.htm

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to