On Wed, 13 Nov 2002, Andre Poenitz wrote: > On Wed, Nov 13, 2002 at 01:22:53PM +1000, Allan Rae wrote: > > It's what is already done. The temporary variables could have been > > kept in the dialog implementation but by keeping them in the buffer > > params when you switch buffers you got (past tense because it looks > > like someone has changed it) what you were editing -- allowing you to > > switch back and forth between buffers but keep the state of the dialog > > the same upon return to the previous buffer. > > Is that such an important feature to justify putting ui helper stuff into > bufferparams?
No, and it should be different anyway if we wanted to ensure everything in the dialog was saved between buffer switches -- we should have a temp_params in the dialog code. Or as a minimal tweak move the params.temp_bullets to the dialog/controller. Allan. (ARRae)