cube1us / IBM1410SMS

Database Program for capturing data from IBM SMS Automated Logic Diagrams and related database layer
GNU General Public License v3.0
0 stars 0 forks source link

Edit Edge Connectors - Improve Editing #53

Closed cube1us closed 4 years ago

cube1us commented 4 years ago

Edit Edge Connectors could do a better job of editing:

cube1us commented 4 years ago

As it turns out, it was already checking for invalid Pins. I added a check for invalid rows and columns using the new IBMSMSPackaging class. I decided against checking for connector conflicts, however, as that would then require that information already exist, and checking for invalid rows and columns will catch quite a lot.