Re: wxGlade not updating existing code
Dietmar Schwertberger <[email protected]> Wed, 16 Nov 2022 19:05:47 +0100
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
I don't think it would make sense to implement support for \r line endings. These are not used on any current platform, even though some IDEs support them and do not warn... The best is to use the native ending on the Windows/Linux/Mac and normalized Unix-style in the repository. I think that's the default if you're using git. I would suggest that you migrate to wxGlade >=1.0, preferably the version from the Github repository. If your problem with the missing block still happens, send me your updated files and I will have a look. During migration, check whether there are fragments of __set_properties()/__do_layout(). These are no longer used/generated with recent revisions. Most of the transistion should be handled automatically, though. Regards, Dietmar