Line too long in editor... (textmate)

my where :condition string line is too long in my editor, (Textmate…)
if I do a LR, I got a \n in my string, how can i get it displayed in
multilines without this garbage in the string :

here is the kind of string I am manipulating
cond_a.append ["(bookings.start_at == ? OR bookings.end_at == ? ) OR
(bookings.start_at <= ? AND bookings.end_at >= ? )",
@selected_booking_date, @selected_booking_date, @selected_booking_date,
@selected_booking_date]

thansk fyh

kad

You can do softwrap on lines of text in Textmate by going to view > Soft
Wrap