- Two or more windows displaying data from different sources
- The sources have sections
- Sections from one source have corresponding sections in another source.
- Changing sections in one window makes other windows change to corresponding sections.
- Basic message-passing communication to implement the above.
[1] http://www.ics.uci.edu/~redmiles/ics227-SQ04/papers/KrasnerP...
I wrote a split screen sprite editor for dos about 20 years ago. I bet it's still on a 720 floppy some place in my basement. In fact, I think I have a source printout filed away too..
- Two or more windows displaying data from different sources
- The sources have sections
- Sections from one source have corresponding sections in another source.
- Changing sections in one window makes other windows change to corresponding sections.
- Basic message-passing communication to implement the above.