Re: wxGlade 0.7.1 RC2
Carsten Grohmann <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Federico, Federico Fanton schrieb am 18.12.2015: > >> This version takes much longer to load my project though: I'd say > >> about 22 seconds instead of about 4 with v0.7.0... Is this > >> expected? It's fixed now. The hotspot was the formatting of style tooltips with textwrap.wrap(). textwrap.warp() is terrible show and often called. Now wxGlade caches the formatted tooltips. After the change your example loads in 2.4 seconds instead of 10.7 seconds :-). The detailed tooltips have been introduced in the current development cycle. I think they are a real benefit for all. The change 1821:1ceb257b3e1c "Add a cache for wrapped messages" has been pushed to the public repository. It would be great if you could test the change, please. Regards, Carsten ------------------------------------------------------------------------------