Probably a better question for the Jalopy Users list. Wayne
On 3/24/06, SiD <tourment> <[EMAIL PROTECTED]> wrote: > Hey, > > I have a configuration problem with the line wrapping, > > I have something like that : > > private foo = "here, a sentence that exceed the jalopy line length rule > ..."; > > I activated all wrapping options, and jalopy do that : > > private foo = > "here a sentence that exceed the jalopy line length rule ..."; > > But i want something like that : > > private foo = > "here a sentence that exceed" > + "the jalopy line length rule ..."; > > Is it possible ? > >
