Re: Removal of "Overwrite existing sources"
Federico Fanton <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 14/10/2014 17:46, Carsten Grohmann wrote: > Hello wxGlade user, > > I'd like to remove the feature "Overwrite existing sources". If it's enabled wxGlade would change the wxGlade parts in existing source files and would keep the remaining parts untouched. > > Dropping this features simplifies internal structures and simplifies the rework of wxGlade to use Unicode strings internally always. wxGlade would raise some ugly Unicode errors without the unicode rework. > > Do you have any concerns? I've just realized that - at least in the one-file-per-class scenario - overwriting sources implies that even if a Frame doesn't change, its timestamp gets updated, so source control systems think that they should commit the "modified" file... This is not a big problem of course, just a little annoying :) ------------------------------------------------------------------------------