Ignore:
Timestamp:
02/04/19 13:54:46 (5 years ago)
Author:
bln4
Message:

Amendment to previous commit.

org.expeditee.gui.Frame ->
org.expeditee.gui.FrameIO ->

When loading a frame and deciding if the cache should be used, the file system is now consulted to check if there is a more recent version available. If there is then the cache is not used. This is useful for collaborative frame authoring when access to frame is controlled via a system such as google drive.


New stuffs.
org.expeditee.gui.FrameIO ->
org.expeditee.io.DefaultFrameReader ->
org.expeditee.io.ExpReader ->

When saving a frame, if there is a newer version (than what is cached) on the file system, then treat that a version collision (creates a new frame with your edits on it so that it can be manually resolved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ExpReader.java

    r1207 r1232  
    9090                String next = "";
    9191                Frame newFrame = new Frame();
    92 
     92               
    9393                try {
    9494                        // Framename must be set before setting the frame number
Note: See TracChangeset for help on using the changeset viewer.