Author Topic: shell macro seems not working in v19  (Read 8136 times)

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
Re: shell macro seems not working in v19
« Reply #15 on: October 18, 2014, 02:15:20 AM »
That's something I've thought about doing but it's quite a bit different than what we're currently doing. In other words, it's far from simple. This would be a substantial amount of work which I would be hoping to rip out later.
We had this discussion two years ago.
http://community.slickedit.com/index.php/topic,8249.msg36088.html#msg36088

I'm curious to know why you couldn't just do this
1. run sgrep and store the output in a temporary buffer (using those pipe things??)
2. call a modified version of list_all_occurrences which steps through the output of sgrep instead of calling "search"

Not saying you should, just wondering.

There's already this macro here where the runsg command outputs sgrep results to the build window.
http://community.slickedit.com/index.php/topic,9599.msg41046.html#msg41046

Clark

  • Moderator
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: shell macro seems not working in v19
« Reply #16 on: October 18, 2014, 03:02:34 AM »
It's not integrated with the Find dialog. That's not good enough. We would need to get as much working as possible.