Dynamic Context using RegEx

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mm_RED
    New User
    • Mar 2019
    • 2

    Dynamic Context using RegEx

    Hi Everybody,

    instead of having a fixed number of context lines, I would like to define the relevant context of a difference in a regular expression, e.g. my Software Requirements Document has the following format:

    Requirement Identifier ^\[SRS-\d{4}\]$
    Additional Info (^\[.*?\]$)*
    Requirement Body [^\[\]]*

    If BC finds a difference in one of the requirements, it would be nice if the context view showed the whole definition from Identifier to the end of the Body, instead of showing +-5 lines.

    I don't think there is a way to do this, yet. So I post this as a feature request.
  • Aaron
    Team Scooter
    • Oct 2007
    • 16026

    #2
    Thanks for the feature request and specific definitions. I'll add this to our Customer Wishlist.
    Aaron P Scooter Software

    Comment

    • mm_RED
      New User
      • Mar 2019
      • 2

      #3
      Thank you for the quick reply, and for adding my request to the Wishlist!

      Comment

      Working...