Author Topic: Is it possible to record straight through Command Line prompt  (Read 19213 times)

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7041
  • Hero Points: 535
Re: Is it possible to record straight through Command Line prompt
« Reply #15 on: May 11, 2009, 04:18:10 PM »
Another very useful command for a recorded macro is the copy_word command (Ctrl+K).  It does not require that you make a selection and for common cases where you are copying consecutive text which ends on a word, it works great.  If you press Ctrl+K multiple times in a succession, it creates one clipboard with all the consecutive text.  I use it all the time.

steve-o

  • Community Member
  • Posts: 8
  • Hero Points: 0
Re: Is it possible to record straight through Command Line prompt
« Reply #16 on: May 11, 2009, 04:51:15 PM »
That is exactly the work-around I'm using. Not quite as slick, but workable.