Révision 1225

tmp/org.txm.translate.rcp/src/org/txm/rcp/translate/devtools/MoveDedicatedStringsToPlugins.java (revision 1225)
1 1
package org.txm.rcp.translate.devtools;
2 2

  
3
/**
4
 * 
5
 * Moves strings located in org.txm.core and org.txm.rcp that are only used in plug-ins to their respective plug-ins.
6
 *
7
 */
3 8
public class MoveDedicatedStringsToPlugins {
4 9

  
5 10
}
tmp/org.txm.translate.rcp/src/org/txm/rcp/translate/devtools/NormalizeKeys.java (revision 1225)
3 3
import org.eclipse.osgi.util.NLS;
4 4

  
5 5
/**
6
 * Normalizes the keys using the message words
6
 * Normalizes the keys using the message words.
7
 * eg. : "Error while computing" => errorWhileComputing
7 8
 * 
9
 * 
8 10
 * @author mdecorde
9 11
 *
10 12
 */
tmp/org.txm.translate.rcp/src/org/txm/rcp/translate/devtools/MergeDuplicatedStringsInAPlugin.java (revision 1225)
1 1
package org.txm.rcp.translate.devtools;
2 2

  
3
/**
4
 * 
5
 * Finds duplicated strings in a plug-in, merge them in one key and remove duplicated.
6
 *
7
 */
3 8
public class MergeDuplicatedStringsInAPlugin {
4 9

  
5 10
}
tmp/org.txm.translate.rcp/src/org/txm/rcp/translate/devtools/FindCommonMessages.java (revision 1225)
1 1
package org.txm.rcp.translate.devtools;
2 2

  
3
/**
4
 * 
5
 * Finds duplicated messages in all core and rcp plug-ins.
6
 * Merges them in a new key and move them to org.txm.core or org.txm.rcp.
7
 *
8
 */
3 9
public class FindCommonMessages {
4 10

  
5 11
}

Formats disponibles : Unified diff