Edward, On Wed, Jul 7, 2010 at 2:25 PM, Edward K. Ream <[email protected]> wrote: > The attempted fix is on the trunk at rev 3153. I say "attempted" > because I simply stripped newlines just before sending the string to > the Java importer. > > This won't fix your script, because the fix happens before calling > scanJavaText. > > Please let me know how this works for you.
I can import the DOS files without warnings now. I haven't tried modifying the resulting @auto files from leo as I don't currently have a reason to, but is seamless round-tripping the intent of @auto files? Does your fix affect round-tripping capability? > it is better style to do: > > i = c.importCommands > > In other words, the commander c has ivars that point to all of its > subcommanders. Good tip, thanks. Brian -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
