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?

Thanks,
Jim
-------------------------------------------------------------------------
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

Reply via email to