[Gtkradiant] [Bug 36] Radiant hijacks win32 copy/paste

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sat, 09 Jun 2001 04:43:20 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=36





------- Additional Comments From spog@planetquake.com  2001-06-09 04:43 -------
It might also be worth looking into rewriting copy/paste... maybe using similar 
functions to undo. Currently, undo stores brushes/patches/entities in radiant's 
internal data format, but copy&paste uses write() to store them in .map format 
and parse() to read them in again. This old method requires a duplicate of 
every single write() function, which is a pretty messy and unreliable way to do 
it... perhaps it could be rewritten slightly to allow a single write() function 
that can be set to copy/paste mode when necessary.