Checking two segments at once

Hello,

Is there a way for checking that if one segment ends with a colon, then the next one doesn’t start capitalized?

Thanks in advance!

It cannot be done with the search functionality in Xbench because the boundaries for search are the segment. QA checklists are built on top of the search functionality, so the same applies for them.

Therefore would have to be done with a custom Xbench QA plugin, which requires programming skills.

The Xbench QA plugin Programmer’s Reference Guide is found here, and there are samples of QA plugins in Github.