perl - Eclipse 3.7 line wrapping - revisited -
i know has been discussed in many places, guess don't understand what's going wrong.
i'm working perl files , perl eclispe extension.
what have 1 single line (stupid example):
my $do += $do_b + $do_c + $do_d + $do_e + $do_f + $do_g + $do_h + $do_i + $do_b + $do_c + $do_d + $do_e + $do_f + $do_g + $do_h + $do_i + $do_b + $do_c + $do_d + $do_e + $do_f + $do_g + $do_h + $do_i; when run formatter, want keep line intact. i've tried can think of, setting line wrapping 500, turning wrappings off, setting optional no formatter off before line , on again. no matter do, eclipse breaks line... it's weird. i've tried adding java comments // @ end, no luck.
why can't 100% disable line breaks in eclipse..?
please try extension,
http://ahtik.com/blog/projects/eclipse-word-wrap/
do not trust eclipse setting changes change editor (java interface perl or python or fb4linux)
Comments
Post a Comment