Setting Pin Test Height to Auto by Default (cdsinit/cdsenv)
Somehow, they missed this one. Luckily, you can do
envSetVal("layout" "pinTextAutoHeight" 'boolean t) ; in your .cdsinit
or, in your .cdsenv:
layout pinTextAutoHeight ‘boolean t

Please share if you can find out how it is to be done through envSetVal (preferred over cdsenv because I don't know if local (proj dir) .cdsenv will be loaded like local .cdsinit).
envSetVal("layout" "pinTextAutoHeight" 'boolean t) ; in your .cdsinit
or, in your .cdsenv:
layout pinTextAutoHeight ‘boolean t
Case Abstract
Using save defaults of the modified variables, one can find out the settings needed for custom pin layer, size, etc. However, I couldn't find what needs to be set for this one to be "checked".Please share if you can find out how it is to be done through envSetVal (preferred over cdsenv because I don't know if local (proj dir) .cdsenv will be loaded like local .cdsinit).
Comments
Post a Comment