Author Topic: REDO LISP  (Read 3060 times)

0 Members and 1 Guest are viewing this topic.

trogg

  • Bull Frog
  • Posts: 255
REDO LISP
« on: November 23, 2010, 01:32:31 AM »
Hey fellers,
I have been learning a lot from reading the routines posted here. One that I haven't seen is an option to let the user use REDO multiple times. If I am drawing and UNDO a number of times, I can only redo once.
Is this even possible?
~Greg

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: REDO LISP
« Reply #1 on: November 23, 2010, 01:36:45 AM »
Does this help clarify the built in command?

Quote
REDO reverses the effects of a single UNDO or U command. REDO must immediately follow the U or UNDO command.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

trogg

  • Bull Frog
  • Posts: 255
Re: REDO LISP
« Reply #2 on: November 23, 2010, 01:56:25 AM »
Yes it does.
I've seen the description of REDO from Autodesk before. But since I've also seen other routines posted here that have "broken the rules" I was just wondering if there was a REDO-like routine floating around.

xiaxiang

  • Guest
Re: REDO LISP
« Reply #3 on: November 23, 2010, 03:30:03 AM »
Yes it does.
I've seen the description of REDO from Autodesk before. But since I've also seen other routines posted here that have "broken the rules" I was just wondering if there was a REDO-like routine floating around.
I have never heard.This is not easy

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: REDO LISP
« Reply #4 on: November 24, 2010, 03:57:25 PM »
In the quick access tool bar, there are the undo and redo drop downs, the redo will allow multiple redos.

xiaxiang

  • Guest
Re: REDO LISP
« Reply #5 on: November 24, 2010, 07:14:16 PM »
In the quick access tool bar, there are the undo and redo drop downs, the redo will allow multiple redos.
Feeling so sorry ,but where can I find the quick access tool bar?

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: REDO LISP
« Reply #6 on: November 24, 2010, 08:13:16 PM »
In the quick access tool bar, there are the undo and redo drop downs, the redo will allow multiple redos.
Feeling so sorry ,but where can I find the quick access tool bar?

Here :
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

xiaxiang

  • Guest
Re: REDO LISP
« Reply #7 on: November 24, 2010, 10:56:34 PM »
Thank you ,kerry
but I'm using 2006 :cry:

trogg

  • Bull Frog
  • Posts: 255
Re: REDO LISP
« Reply #8 on: November 24, 2010, 11:09:11 PM »
Haha!!! I feel so stupid for not even looking at those pulldowns. Thanks for the reply CMWADE77.
I guess I should stop being distracted with what LISP can do and figure out what the latest release of AutoCAD can do first.
Thanks
~Greg

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: REDO LISP
« Reply #9 on: November 29, 2010, 11:11:05 AM »
Thank you ,kerry
but I'm using 2006 :cry:
These pull downs are in one of the toolbars, I forget which one in 2006 as well.

stevej

  • Newt
  • Posts: 30
Re: REDO LISP
« Reply #10 on: November 29, 2010, 03:03:57 PM »

trogg

  • Bull Frog
  • Posts: 255
Re: REDO LISP
« Reply #11 on: November 29, 2010, 10:24:15 PM »
MREDO is awesome
And since it is an express tool, it's a LISP too!!!
Thanks

xiaxiang

  • Guest
Re: REDO LISP
« Reply #12 on: November 30, 2010, 02:03:05 AM »
Thank you Stevej :-) :-) :-)