On 09/08/2018, at 08:13, F. Alfredo Rego <[email protected] <mailto:[email protected]>> wrote: > I’m particularly interested in using a simple double-click to SELECT IP > addresses, such as one of the two in this line: > > IP Range: 87.76.32.0 - 87.76.63.255 (8,192) Kazakstan
Hey Alfredo, As far as I know there isn't a means to do this via clicking with the mouse. You can however use an AppleScript to select the current “word”, and this will work with IP addresses. https://daringfireball.net/2003/09/select_word_script_for_bbedit <https://daringfireball.net/2003/09/select_word_script_for_bbedit> You could also script the selection of an IP address: * First IP address in the document. * First IP address it the current line. * Next IP address. Etc. BBEdit's own select-word command will not handle an IP address, but an AppleScripted select function can be made quite flexible. -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
