Jeff Young
b227d2b910
More component -> symbol.
5 years ago
Seth Hillbrand
9f09c3872f
Ensure file reads always use the C-locale variant
Str2Double assumes current locale. We usually switch the locale when
reading files but we should be using the function that explicitly gets
the C-locale conversion.
5 years ago
Brian Henning
2bd2cf6a6b
Added an include to tell the compiler where to find wxIsdigit
7 years ago
Wayne Stambaugh
aef0221d3b
Replace isdigit() with wxIsdigit() when testing wxString characters.
This is a continuation of commit 8a03025a . All known instances of
using isdigit() to test a character in a wxString have been replaced
by wxIsdigit().
7 years ago
Simon Richter
5af18e553c
Compress consecutive numbers in pin summary.
For pin numbers ending in digits, consecutive numbers are collapsed to
ranges for a better overview.
10 years ago
Simon Richter
3c5a4a3505
Add pin number summary
Below the pin table, display which pins are currently defined, in order to
find gaps.
10 years ago
Chris Pavlina
f7c7920b0b
Add missing files from 6461 and 6462
10 years ago