From: Mark D. <mar...@zn...> - 2007-03-17 18:22:21
|
Eric Wilhelm wrote: > IS NOT SMALLTALK! No matter what wxglade or other tool does, it still > has to generate a text file, which is an all-or-nothing operation. > Even with the "start" and "end" markers, you're left with a blob of > code that can't be changed in your editor. It's a one-way street, > which means the workflow is perverted into something like "make, then > edit." Until a gui tool can deal with *incoming* changes to the code, > we're not even close to solving this. Nah. Have the GUI tool generate a separate template class from which you inherit. Never edit the template class 'cause it just has your window construction stuff in it. Edit your derived class in whatever you like. So that's it solved. Mark |