Thank you! PS: I believe ccTimer needs renaming also above in the class typedefs: + typedef wxSafeTimer ccTimer; +#else + typedef wxTimer ccTimer; +#endif
Thank you!
macOS: fix timer crashes in CodeCompletion plugin
Thanks a lot @mortenmacfly (and previously @wh11204). Yes I realize the patch was too big - sorry, it took quite a few changes to bootstrap C::B on macos.
Patch: update zlib 1.2.8 -> 1.3.1
Sorry I uploaded an incomplete patch file - the correct one is attached. Also - do let me know if we should split the zlib update from the codecompletion pointer crash update. Thank you, Federico
Sorry I meant "parsing Fortran-related compiler warnings", not "parsing Fortran input files".
IncrementalSearch: macOS fix