Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] partial fix for 51189

The reason why I haven't applied this patch is that many parts of the Debugger UI have to be updated or even rewritten to catch up with Eclipse 3.0. I have been busy with 1.2.1 fixes and have just started to work on 2.0. I will apply your changes step by step.
 
Mikhail
----- Original Message -----
Sent: Monday, February 23, 2004 2:11 PM
Subject: Re: [cdt-patch] partial fix for 51189


I sent this patch for debug in 2.0 last week, but haven't seen any response...
Let me know if I need to reupdate & recreate the patch.
Thanks,
Tanya



Tanya Wolff/Ottawa/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx

16/02/2004 10:59 AM

Please respond to
cdt-patch

To
cdt-patch@xxxxxxxxxxx
cc
Subject
[cdt-patch] partial fix for 51189






Here's a partial I18N fix for the debug plugin. Only the strings under org.eclipse.cdt.debug.internal.ui.views have been externalized.

The defect won't be resolved until all the cdt debug packages have had their strings externalized.

Using the source-> Find Strings to Externalize on the package, the following settings were used in the wizard:


Common Prefix: default

Key: Changed to some appropriate key, ie English value with underscores.

Package: org.eclipse.cdt.debug.ui

Property file name: CDebugUIPluginResources.properties

Substitution pattern: CDebugUIPluign.getResourceString(${key})

Add import declaration: org.eclipse.cdt.debug.ui.CDebugUIPlugin


The other debug packages can use these settings.

Tanya




Back to the top