Author Topic: Find matching quotation mark  (Read 3831 times)

RaffoPazzo

  • Community Member
  • Posts: 77
  • Hero Points: 2
Find matching quotation mark
« on: January 23, 2012, 11:23:08 AM »
Let's say we have the code statement
Code: [Select]
printf("Hello, World!");As like as for the find_matching_paren() macro function, I would like a find_matching_quotation() so to jump between the two quotation marks.

Chaining it with the select_char and it will be immediate to select (the content of) a whole string, so to copy-cut-past or any other.

Is already there something useful?

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
Re: Find matching quotation mark
« Reply #1 on: February 23, 2012, 12:25:11 PM »
Let's say we have the code statement
Code: [Select]
printf("Hello, World!");As like as for the find_matching_paren() macro function, I would like a find_matching_quotation() so to jump between the two quotation marks.

Chaining it with the select_char and it will be immediate to select (the content of) a whole string, so to copy-cut-past or any other.

Is already there something useful?

If it's a select_string command you're looking for, I posted one here a while ago.  Don't know if it still works.
http://community.slickedit.com/index.php/topic,2964.msg15301.html#msg15301