| Did you know ... | Search Documentation: |
| text_buffer<-find_all_fragments |
<-find_all.
This method is commonly used to find fragments with a certain attribute overlapping the caret position:
...
get(TextBuffer, find_all_fragments,
and(message(@arg1, overlap, Caret),
@arg1?style == active),
Fragments),
...
See also text_buffer->for_all_fragments, text_buffer<-find_fragment.