return editor;
}
private static void registerHandlers(Registries registries) {
AnnotationRegistry annotationRegistry = registries.getAnnotationHandlerRegistry();
PainterRegistry paintRegistry = registries.getPaintRegistry();
ElementHandlerRegistry elementHandlerRegistry = registries.getElementHandlerRegistry();
LineContainers.setTopLevelContainerTagname(Blips.BODY_TAGNAME);
LineRendering.registerContainer(Blips.BODY_TAGNAME, elementHandlerRegistry);
TestInlineDoodad.register(elementHandlerRegistry);