The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Other CAD Tools >> Entry Tools >> Cadence text editor
https://designers-guide.org/forum/YaBB.pl?num=1426632339

Message started by Ken Kundert on Mar 17th, 2015, 3:45pm

Title: Cadence text editor
Post by Ken Kundert on Mar 17th, 2015, 3:45pm

In the latest version of Cadence's ADE, it seems that it is now ignoring the EDITOR environment variable and using a built-in text editor when it comes time to either display or edit text views of design object.

For a long time user of vim, this is nothing short of a nightmare.

Does anybody know how to override this behavior and allow me to use the editor of my choice?

-Ken
:wq!

Title: Re: Cadence text editor
Post by Frank Wiedmann on Mar 18th, 2015, 1:56am

Put envSetVal("textedit" "useExternalEditor" 'boolean t) in your .cdsinit file (see http://support.cadence.com/wps/mypoc/cos?uri=deeplinkmin:ViewSolution;solutionNumber=20279135).

Title: Re: Cadence text editor
Post by Ken Kundert on Mar 18th, 2015, 12:47pm

Thank you. Thank you. Thank you.

Using your suggestion, I also found that I could just put the following in my ~/.cdsenv file (they are equivalent):

Code:
textedit useExternalEditor boolean t


-Ken

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.