Project

General

Profile

« Previous | Next » 

Revision d3825388

Added by Alexander Oppermann over 9 years ago

made bug fixes for:

  • disabled rank editing support
  • empty values are no longer displayed with a "-"
  • Checklist Editor is now activated by default

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/ChecklistPerspective.java
50 50
		folder.addView(ConceptViewPart.ID);
51 51
//		folder.addView(MediaViewPart.ID);
52 52

  
53
		createAdditionalFolder(layout, layout.getEditorArea());
53
//		createAdditionalFolder(layout, layout.getEditorArea());
54 54
	}
55 55
}
eu.etaxonomy.taxeditor.cdmlib/.classpath
204 204
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.5.0-SNAPSHOT-sources.jar"/>
205 205
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.5.0-SNAPSHOT.jar"/>
206 206
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.0-SNAPSHOT-sources.jar"/>
207
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.0-SNAPSHOT.jar"/>
207
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.5.0-SNAPSHOT.jar" sourcepath="lib/cdmlib-persistence-3.5.0-SNAPSHOT-sources.jar"/>
208 208
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.5.0-SNAPSHOT-sources.jar"/>
209 209
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.5.0-SNAPSHOT.jar"/>
210 210
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.5.0-SNAPSHOT-sources.jar"/>
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistEditor.java
337 337
                table.setSortColumn(column.getColumn());
338 338
            }
339 339
            if (i == 3) {
340
                column.setEditingSupport(new RankEditingSupport(viewer, this));
340
            	/** uncommented it for now because no rank editing is wanted **/
341
//                column.setEditingSupport(new RankEditingSupport(viewer, this));
341 342
            }
342 343
            if (i >= 4) {
343 344
                //read PrefrenceStore to setWidth according to last saved state
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/ChecklistLabelProvider.java
46 46
 */
47 47
public class ChecklistLabelProvider extends LabelProvider implements ITableLabelProvider {
48 48

  
49
    public static final String DEFAULT_ENTRY = "-";
49
    public static final String DEFAULT_ENTRY = "";
50 50
    private IDescriptionService descriptionService;
51 51
    private final List<DefinedTermBase<?>> namedAreas;
52 52

  
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/PreferencesUtil.java
392 392
				"http://www.biodiversitylibrary.org/openurl");
393 393
		getPreferenceStore().setDefault(OPENURL_IMAGE_MAX_WIDTH, "1000");
394 394
		getPreferenceStore().setDefault(OPENURL_IMAGE_MAX_HEIGHT, "1000");
395
		getPreferenceStore().setDefault(IPreferenceKeys.DISTRIBUTION_AREA_PREFRENCES_ACTIVE, true);
395 396
	}
396 397

  
397 398
	/**
......
425 426
							"The following has been set as your preferred nomenclatural code:\n\n\t"
426 427
									+ NomenclaturalCodeHelper
427 428
											.getDescription(code)
428
									+ "\n\nYou can change the nomenclatural code at any time in the \"Preferences\" menu.");*/
429
									+ "\n\nYou iour is not consistent throughout the application. For DescriptionElemts and also PolytomousKeyNode.Question and PolytomousKeyNode.Statement it shows only the languages where text is available whereas for PolytomousKeyNode.modyfingText it shows a strange list of about 10-20 (different for different nodes) most of them starting with can change the nomenclatural code at any time in the \"Preferences\" menu.");*/
429 430
		}
430 431
	}
431 432

  

Also available in: Unified diff