Re: [U2] Editors and environments we like to use--digression from talking about mvToolBox.

2012-02-21 Thread Symeon Breen
: Re: [U2] Editors and environments we like to use--digression from talking about mvToolBox. How would you do this in a GUI Editor I can use the TCL Editor in universe to change a variable name in a 1,000 programs in a program file by the following process. ED ED PROG.CHANGE 2: C

[U2] Editors and environments we like to use--digression from talking about mvToolBox.

2012-02-20 Thread Ed Clark
I know several older programmers who use ED exclusively. It's incredible how quickly they can jump into code and make complex changes with just a few keystrokes. In the course of the day I use ED, a few full-screen non-gui editors (jed/vi/maybe JET or SED sometimes) and some gui editors (WED,

Re: [U2] Editors and environments we like to use--digression from talking about mvToolBox.

2012-02-20 Thread David Jordan
How would you do this in a GUI Editor I can use the TCL Editor in universe to change a variable name in a 1,000 programs in a program file by the following process. ED ED PROG.CHANGE 2: C/OLD.ATTRIBUTE.NAME/NEW.ATTRIBUTE.NAME/G1000 3: FI 4: LOOP 2 1000 ED BP * .X PROG.CHANGE There are pros

Re: [U2] Editors and environments we like to use--digression from talking about mvToolBox.

2012-02-20 Thread Wjhonson
Subject: Re: [U2] Editors and environments we like to use--digression from talking about mvToolBox. How would you do this in a GUI Editor I can use the TCL Editor in universe to change a variable name in a 1,000 programs in a program file by the following process. ED ED PROG.CHANGE 2: C