Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-ui-dev] Faster Open-Type Dialog

Actually, Sun has a class called "i".

And someone told me that there was a time when organize imports would find
a variable "i" in your code and import that class from Suns security
package.

Thanks Sun.



                                                                                                                                              
                      "Scott                                                                                                                  
                      Stanchfield"             To:       <jdt-ui-dev@xxxxxxxxxxx>                                                             
                      <scott@javadude.c        cc:                                                                                            
                      om>                      Subject:  RE: [jdt-ui-dev] Faster Open-Type Dialog                                             
                      Sent by:                                                                                                                
                      jdt-ui-dev-admin@                                                                                                       
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      02/28/2002 02:52                                                                                                        
                      PM                                                                                                                      
                      Please respond to                                                                                                       
                      jdt-ui-dev                                                                                                              
                                                                                                                                              
                                                                                                                                              



> Here is my "patch" for making the OpenTypeDialog faster.  I assumed that
> noone wants to search for a class with fewer chars than 2, or perform a
> wildcard search with fewer chars than 3.

Nice idea... this would make an interesting option, though wording it right
would be tricky. I can see the first "Why can't I find class A?" complaint,
though...

A better complaint: "Why did you call the class A?"
-- Scott

==============================================================
Scott Stanchfield         FGM, Inc.            scott@xxxxxxx

Home Page: http://javadude.com            scott@xxxxxxxxxxxx

Lead author of "Effective VisualAge for Java, Version 3"
                                      http://javadude.com/evaj

VisualAge for Java Tips and Tricks     http://javadude.com/vaj

AWT & Swing FAQ Manager, jGuru.com
Visit for Java Enlightenment!             http://www.jguru.com
==============================================================


_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev





Back to the top