fire-eggs / octopus

Media Indexer. It indexes your CD/DVD disks, hard/external/network disks, pen-drives and other removable media.
Other
0 stars 0 forks source link

Simplify frmMain logic based on tab #19

Open fire-eggs opened 6 years ago

fire-eggs commented 6 years ago

Some of the frmMain.cs logic is complex because behavior changes based on which 'tab' has focus. See updateCommands() for instance.

When tab focus is changed, should switch active handlers, and move tab-specific logic into those handlers.

Tab-specific behavior should be in separate files as well.

This will all become more important as the Chart tab becomes fleshed out.