
Taylored linked list system for holding data that is not used for the resulting content of the program.

CES_FIELD_TAG {
  int64_t  Position;// first character effected 
  long     Owner   ;// unique within scope of editor 
  long     Index   ;// uniquie within scope of owner
  char     Type    ;// reference for forign translation
}


Methods:

 PropAccumulator // > = internal
   - add prop
   - delete prop
   - >sort props
   - get prop
   - modify prop
   - clear props (varoius scopes)


-- -- --



Type(s) should be standardized.. 8 bits is reasonable as long as
  its only used as a type number. Initial types are:

 0   = reserved
 1   = reserved
 2   = Cursor   start
 3   = Cursor    end
 4   = BookMark start
 5   = BookMark  end
 8   = Screen top-left
 9   = Screen bottom-right
 32  = unknown single point
 128 = unknown double point start
 129 = unknown double point end

* not bitmapped
 
 
Applications of non content dynamic positional markers:
 cursors
 bookmarks
 frameMarker




   
 
 
 
 


































