Project

General

Profile

« Previous | Next » 

Revision 30cbb7ff

Added by Pepe Ciardelli over 14 years ago

.

View differences:

taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditor.java
93 93
		
94 94
		setLineDisplayStrategy(new BulkEditorLineDisplay(this));
95 95
		
96
		setSourceViewerConfiguration(new BulkEditorViewerConfiguration(lineDisplayStrategy));
96
		setSourceViewerConfiguration(new BulkEditorViewerConfiguration());
97 97
	}
98 98
	
99 99
	/* (non-Javadoc)
......
195 195
			if (next instanceof LineAnnotation) {
196 196
				LineAnnotation annotation = (LineAnnotation) next;
197 197
				((AnnotatedLineDocumentProvider) getDocumentProvider()).
198
						updateLineFromAnnotation(getEditorInput(), annotation, lineDisplayStrategy.getText(annotation.getEntity()));
198
						updateLineFromAnnotation(getEditorInput(), annotation);
199 199
			}
200 200
		}
201 201
	}

Also available in: Unified diff