Révision 3843

TXM/trunk/bundles/org.txm.index.rcp/src/org/txm/index/rcp/messages/messages.properties (revision 3843)
19 19
sortDone=
20 20
sortingColumn=
21 21
tP0vP1fminP2fmaxP3=t {0}, v {1}, fmin {2}, fmax {3}
22
WarningTheNumberOfColumnsExceedsP1P1TheTableWasCut=Warning The number of columns exceeds {0} ({1}). the table has been cut. You can, change the maximum in the TXM > User preference page
TXM/trunk/bundles/org.txm.index.rcp/src/org/txm/index/rcp/messages/IndexUIMessages.java (revision 3843)
52 52

  
53 53
	public static String tP0vP1fminP2fmaxP3;
54 54

  
55
	public static String WarningTheNumberOfColumnsExceedsP1P1TheTableWasCut;
56

  
55 57
	static {
56 58
		// initialize resource bundle
57 59
		Utf8NLS.initializeMessages(BUNDLE_NAME, IndexUIMessages.class);
TXM/trunk/bundles/org.txm.index.rcp/src/org/txm/index/rcp/editors/LineLabelProvider.java (revision 3843)
54 54
		return null;
55 55
	}
56 56
	
57
	public final static String EMPTY = "";
57
	public final static String EMPTY = ""; //$NON-NLS-1$
58 58
	
59 59
	/*
60 60
	 * (non-Javadoc)
TXM/trunk/bundles/org.txm.index.rcp/src/org/txm/index/rcp/editors/PartitionIndexEditor.java (revision 3843)
491 491
					for (int i = 0; i < partnames.size(); i++) {
492 492
						
493 493
						if (i >= MAX_NUMBER_OF_COLUMNS) {
494
							Log.warning(NLS.bind("Warning The number of columns exceeds {0} ({1}). the table has been cut. You can, change the maximum in the TXM > User preference page", MAX_NUMBER_OF_COLUMNS, partnames.size()));
494
							Log.warning(NLS.bind(IndexUIMessages.WarningTheNumberOfColumnsExceedsP1P1TheTableWasCut, MAX_NUMBER_OF_COLUMNS, partnames.size()));
495 495
							break;
496 496
						}
497 497
						
TXM/trunk/bundles/org.txm.index.rcp/src/org/txm/index/rcp/editors/IndexEditor.java (revision 3843)
419 419
					lineNames.add(l.getSignature());
420 420
				}
421 421

  
422
				System.out.println("sellines: "+sel);
423 422
				if (viewer.getTable().getSortColumn() != freqColumn) {
424 423
					viewer.getTable().setSortColumn(freqColumn);
425 424
					viewer.getTable().setSortDirection(SWT.UP);

Formats disponibles : Unified diff