Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] translating messages in the log?

Konrad

We do not translate exceptions that are not going to be shown to the user. 
The error log is kind of a special case as it a view on your .log file 
which is really not part of an Eclipse users workflow (it is a tool geared 
more to developers). 

Also, the viritual machine does not translate it's exceptions either.  The 
best we could do even if we were to change this policy would be a half 
measure because of this.

Tod





Konrad Kolosowski/Toronto/IBM@IBMCA 
Sent by: eclipse-dev-admin@xxxxxxxxxxx
06/21/2004 11:02 AM
Please respond to
eclipse-dev


To
eclipse-dev@xxxxxxxxxxx
cc

Subject
[eclipse-dev] translating messages in the log?










Hi,

Do we have a guide line in Eclipse clarifying/suggesting whether messages
logged to Eclipse log must/should/should not/must not be translated?

I seem to recall that we use to translate all messages except the debug
output, and it was relaxed later that we should but do not have to.
Recently a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=67872 has 
been
opened and John commented that we should generally not translate log
messages.  From the log we see Help, PDE, Team do translate their logged
messages.

Personally I think the messages should be translated, especially that 
users
can see them in the log view, and they are really the first line of 
support
for themselves.

Konrad Kolosowski
Eclipse Help System

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top