Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    585b596a
    TextFragment: added direct getter for text · 585b596a
    Jonathan Schöbel authored
    While this method is neccessary to manipulate the content of a
    TextFragment, the TextFragment should abstract the semantics of Text.
    While simple wrapper functions for appending are to be added, methods
    purely manipulating the text, i.e. relying on the text's contents, wont
    get wrapper functions. Thus this method is still needed until a more
    sophisticated approach is implemented.
    585b596a
    History
    TextFragment: added direct getter for text
    Jonathan Schöbel authored
    While this method is neccessary to manipulate the content of a
    TextFragment, the TextFragment should abstract the semantics of Text.
    While simple wrapper functions for appending are to be added, methods
    purely manipulating the text, i.e. relying on the text's contents, wont
    get wrapper functions. Thus this method is still needed until a more
    sophisticated approach is implemented.