02-15-2008, 09:12 AM
It did not work because when you select multiple lines and right click the selection bar it inserts spaces after tabs. QM does it to make comments visually indented by one space even in lines that begin with tabs. It is not a multiline string because some lines begin with tabs. All lines must begin with spaces.
str s=
;this
;,is
;,a
;,multiline
;string
str s=
;this
,;is
,;not a
,;multiline
;string
str s=
;this
;,is
;,a
;,multiline
;string
str s=
;this
,;is
,;not a
,;multiline
;string
