Smart Copy/Paste behavior with multiple reactions redesign and implement
Attempt to paste copied reaction either within the same model or a different one generates a null pointer exception. When trying to paste a flux reaction, VCell correctly asks to identify compartments, but then generates a null pointer exception.
Restored Frank's code for single reaction copy and paste Fixed a Null pointer exception in rules copy Fixed Null pointer exception in stochastic spatial post processing table When copy and paste
PR #808 Commit 1275ba6
Smart copy and paste has issues with copying and pasting multiple reactions with common species.
Currently, all species in both reactions are given individual names, zero mapping of common species.
Looks like this is almost fixed. One remaining problem is for scenario when a new copied species is involved in 2 copied reactions. Upon pasting, the copied single species is pasted as 2 separate species.