Robotips / uConfig

Datasheet pinout extractor from PDF and library Stylizer for Kicad.
GNU General Public License v3.0
513 stars 55 forks source link

Swapped out completeSuffix() with suffix() #9

Closed cactorium closed 6 years ago

cactorium commented 6 years ago

Hey there! Using completeSuffix() breaks handling PDF documents where there's a dot anywhere in the name, like DS-000189-ICM-20948-v1.3.pdf So would it make sense to use suffix() instead? Great project btw!

sebcaux commented 6 years ago

Makes sense ! Well seen. Thanks.