Jim Hunter wrote: > Is there something I can modify so that when I do a generate, it will > recognize a #require statement that starts on the second character of a line > and not the first? > > This code works: > > /* > #require(swep.MTable) > */ > > but this does not > > /* > #require(swep.MTable) > */ > > Unfortunately, my editor re-formats the comment area to have a space in > every line when I use the auto-format feature (which I love). Right now I > have to remember to go back and remove the space or the code no longer > works. Any suggestions? >
Hi Jim, I personally wouldn't mind relaxing the format of the compiler hints to allow leading white space. Although in general I favor a tight format spec for additional syntax (particularly introduced in comments), I think we would still be on a fairly robust and reliable spec that doesn't causes too much unintended interference. If you feel that would be a good thing, please open a bug to that end. Other than that: If you disclose which editor you are using I could try to come up with a macro or setting that would make it tolerate the existing format - even in auto-format mode :). Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
