Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-core-dev] Heuristic for shrinking error messages did not work well

Well this isn't quite the responsibility of jdt/core. But I remember there
were some issues with alt-gr on French keyboards, see
http://dev.eclipse.org/bugs/show_bug.cgi?id=20953

You may want to provide more information to it.



                                                                                                                           
                      "Mouslim Issam"                                                                                      
                      <imouslim@islandis.        To:       <jdt-core-dev@xxxxxxxxxxx>                                      
                      com>                       cc:                                                                       
                      Sent by:                   Subject:  RE: [jdt-core-dev] Heuristic for shrinking error messages did   
                      jdt-core-dev-admin@         not work well                                                            
                      eclipse.org                                                                                          
                                                                                                                           
                                                                                                                           
                      07/29/2002 03:08 PM                                                                                  
                      Please respond to                                                                                    
                      jdt-core-dev                                                                                         
                                                                                                                           
                                                                                                                           




Is it normal that with a french keyboard layout the '{' '}' chars can't be
writen in a java editor. the keys does'nt respond,


(in french keyboard the combination to have '{' is :  (Alt Gr + 4)





-----Message d'origine-----
De : jdt-core-dev-admin@xxxxxxxxxxx
[mailto:jdt-core-dev-admin@xxxxxxxxxxx]De la part de Philippe Mulet
Envoye : lundi 29 juillet 2002 13:21
A : jdt-core-dev@xxxxxxxxxxx
Objet : [jdt-core-dev] Heuristic for shrinking error messages did not
work well





A newer patch got posted with the latest implementation for shortening
error messages. Please give it a try and let us know what you think about
it.


Using this patch you will enjoy more readable problem messages.


http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/patches/org.eclipse.jdt.core_2.0.0.zip



----- Forwarded by Philippe Mulet/SNZ/OTI on 07/29/2002 01:19 PM -----


                      "Philippe Mulet"


                      <Philippe_Mulet@oti        To:
jdt-core-dev@xxxxxxxxxxx


                      .com>                      cc:


                      Sent by:                   Subject:  [jdt-core-dev]
Heuristic for shrinking error messages did not


                      jdt-core-dev-admin@         work well


                      eclipse.org






                      07/26/2002 06:56 PM


                      Please respond to


                      jdt-core-dev











There were a couple places where it was too naive (e.g. type imports were
loosing their package prefix, ...).


I had thus to replace it with the "real" implementation, passing along 2
sets of problem arguments (arguments for bookkeeping, arguments for
display).


Changes are released in HEAD, please raise issues caused by these changes.






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






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









Back to the top