I've just encountered the weirdest behavior in BBedit 12.0.1.

Create the following Javascript file:

```
/*
    command: DOIT someTerm<#>|anotherTerm<#>
*/

function doIt() {

    let x = 1;
}
```

Put the cursor anywhere in the file, and hit the tab key. You will never 
get a tab. Instead the editor highlights: "<#>|anotherTerm<#>". If there 
are multiple such <#>s in the file, the tab key cycles the highlight among 
pairs of <#>s.

I guess I have to change my comment to something BBedit can handle.

~joe

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://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 bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to