rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.53k stars 402 forks source link

Autogenerated main function in app should have a warning that all changes will be lost #401

Open me21 opened 4 years ago

me21 commented 4 years ago

I've learned the hard way that main function in the app class is autogenerated by the editor just like __init__ or construct_ui. These two methods have a warning comment. It would be nice to place similar comment in the main function.

dddomodossola commented 4 years ago

@me21 thank you for the suggestion, I will do it ;-)