Age | Commit message (Collapse) | Author |
|
|
|
|
|
users to include files without accidently including a global resource)
|
|
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
|
|
|
|
search paths directly in ResoruceLocator instead of Registry
|
|
|
|
|
|
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable)
|
|
|
|
a typesystem
|
|
|
|
|
|
|
|
|
|
StructureNodes in the constructor and refactored Anchor as standalone class instead of AnnotationEntity child. This made some changes in the test bench necessary as well.
|
|
|
|
comment out graphviz visualization in DemoOutputTest because it did not work for me.
|
|
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems.
|
|
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection.
|
|
|
|
|
|
|
|
|
|
though.
|
|
|
|
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp.
|
|
and extended DemoOutput accordingly.
|
|
serialization and fixed a bug in DemoOutput leading to errors if a section/paragraph had no heading.
|
|
the document graph to an XML tree and the XML tree in turn has the methods to serialize to XML text, or, in this case, XHTML text.
|
|
easy test document everything works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type system parsing.
|
|
|
|
|
|
|
|
|
|
using a PosType
|
|
as finite state machine nodes without relying on rulesets.
|