You can do softwrap on lines of text in Textmate by going to view > Soft Wrap
On 10/3/06, Kad Kerforn
<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:>
> 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
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---