}
protected IDocument createDocument(Object element) throws CoreException {
+//System.out.println("element: " + element.getClass().getName());
IDocument document = super.createDocument(element);
if (document != null) {
IDocumentPartitioner partitioner =