hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Refactor UI Classes #237

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

This class was originally named FileHandler; I badly named it to MainUI; It is a large mess of mixed functionality. I need to fix this

Mediator needs cleaning up AppFrame needs cleaning up Calback map was a hack; Will remove now Use stand ID_EXIT for my exit menu entry goes to the standard OS X application menu item Use Handlers for each menu Use more type hinting rename, rename, rename for clarity refactor long reams of code into more methods

hasii2011 commented 3 years ago

Wow 2 weeks to do this work. ugh;