awips2/cave/com.raytheon.viz.textworkstation/localization/textws/gui/ParagraphPaddingPattern.txt
Michael Gamazaychikov 4fbd22edc8 ASM #14752 - Word wrap not working properly for WarnGen impact warnings.
Change-Id: I7844d1002b533b012a81c28d76e5f5c0e87fbd49

Former-commit-id: 2d6df3b3f5f2b4c5a1caabfafdf8cea37f65022c
2016-02-18 16:07:20 -05:00

37 lines
900 B
Text

#
# This file contains the regex for paragraphs in text product
# that requires special padding. The padding for impact paragraphs
# is set in WarnGen templates. Whenever it is changed there, the
# change needs to be reflected in this file as well. The regex must match the
# entire line and must include parentheses to capture the desired prefix that
# will define the indentation level of the paragraph.
#
# Software History.
#
# Date Ticket Engineer Description
# ------------ ---------- ---------- --------------------------
# 31Jan2016 RM18503 mgamazaychikov Created.
#
# Paragraph that starts with spaces followed by one of
#
# "IMPACT..."
# "HAZARD..."
# "SOURCE..."
#
(\s*IMPACT\.\.\.).*
(\s*HAZARD\.\.\.).*
(\s*SOURCE\.\.\.).*
#
# Paragraph that starts with one of:
#
# "METAR"
# "SPECI"
#
(METAR).*
(SPECI).*
#
# Paragraph that start with
#
# "* "
#
(\*\s+).*