--
This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "sup...@barebones.com" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bbedit+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/B6504608-4353-44DE-9945-4EA3D303C8DD%40Ghitulescu.de.
Hi, Roland!
Thanks a lot - it's good to know that I didn't miss something obvious (like I did with the select word!!! :-/) AND that it can be done with Keyboard Maestro.
I suppose that AppleScript would be speedier but - shame on me - I didn't make any progress with it… so Keyboard Maestro to the rescue!
Thanks again!
Regards,
Vlad
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/CABybPXZ35a3pBfevtSEpph6gjQya9GEOEDNgOw-h6d%2Bmxx6iQQ%40mail.gmail.com.
Keyboard Maestro is not ideal for this.
Searching the matching bracket / paranthesis / etc. to the left works.
To the right…
a) when searching in
background-color: rgb(2, 99, 174);
with the cursor initially between ( and 2, it ends after ;
b) when searching in
.TabbedPanelsContent {
overflow: visible !important;
display: block !important;
clear:both !important;
}
with the cursor initially after {, it ends after important;
and this even when CMD - B and right arrow (that is actually in the KBM-macro) put the cursor on the right spot.
I even tried putting a pause between CMD - B and the right arrow in the KBM-macro (that’s how clueless I was! :-) but it doesn’t change anything.
Regards,
Vlad
To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/BAA3CA8D-6D86-44FE-A11D-CCA739350B01%40Ghitulescu.de.