• Jiří Techet's avatar
    Move tm_source_file_update() to tm_workspace.c · 0285ec28
    Jiří Techet yazdı
    The placement of this function in tm_source_file is not right - by moving
    it to the workspace we can make the source file unaware of the existence
    of the workspace (no inclusion of tm_workspace.h in tm_source_file any
    more). Also change tm_source_file_new() so it doesn't offer the source file
    update.
    
    After this change
    * TMWorkspace knows TMSourceFile and TMTag
    * TMSourceFile knows TMTag
    * TMTag knows TMSourceFile
    0285ec28
geanyfunctions.h 17.8 KB