• Dick Hollenbeck's avatar
    A little useful feature: even if the default unit can be changed between · bc14e66d
    Dick Hollenbeck authored
    inches and mm, the industry is crazy enough to force us with mixed
    design. For example I routinely use imperial units for track size and
    clearance, but drilling is strictly a metric issue...
    
    So I added a little parser to recognize a suffix specification in the
    unit text boxes... so you can put in things like:
    1in (1 inch)
    1" (idem)
    25th (25 thou)
    25mi (25 mils, the same)
    6mm (6 mm, obviously)
    
    The rules are: spaces between the number and the unit are accepted, only
    the first two letters are significant.
    
    As a bonus, it also recognize the period (.) as a decimal point
    substituting it with the correct locale character (there was a wishlist
    for it, IIRC). Most useful for number pad fans :D 
    bc14e66d
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
Info.plist Loading commit data...
autosel.cpp Loading commit data...
cfg.cpp Loading commit data...
class_DisplayFootprintsFrame.cpp Loading commit data...
class_DisplayFootprintsFrame.h Loading commit data...
class_components_listbox.cpp Loading commit data...
class_cvpcb.cpp Loading commit data...
class_footprints_listbox.cpp Loading commit data...
cvframe.cpp Loading commit data...
cvpcb.cpp Loading commit data...
cvpcb.h Loading commit data...
cvpcb.icns Loading commit data...
cvpcb.ico Loading commit data...
cvpcb.rc Loading commit data...
cvpcb_doc.icns Loading commit data...
cvstruct.h Loading commit data...
dialog_cvpcb_config.cpp Loading commit data...
dialog_cvpcb_config.h Loading commit data...
dialog_cvpcb_config_fbp.cpp Loading commit data...
dialog_cvpcb_config_fbp.fbp Loading commit data...
dialog_cvpcb_config_fbp.h Loading commit data...
dialog_display_options.cpp Loading commit data...
dialog_display_options.h Loading commit data...
dialog_display_options_base.cpp Loading commit data...
dialog_display_options_base.fbp Loading commit data...
dialog_display_options_base.h Loading commit data...
dummy_functions.cpp Loading commit data...
genequiv.cpp Loading commit data...
genorcad.cpp Loading commit data...
init.cpp Loading commit data...
listboxes.cpp Loading commit data...
listlib.cpp Loading commit data...
loadcmp.cpp Loading commit data...
menucfg.cpp Loading commit data...
protos.h Loading commit data...
readschematicnetlist.cpp Loading commit data...
savecmp.cpp Loading commit data...
setvisu.cpp Loading commit data...
tool_cvpcb.cpp Loading commit data...
writenetlistpcbnew.cpp Loading commit data...