rototor commented on pull request #67: URL: https://github.com/apache/freemarker/pull/67#issuecomment-633079822
A "includeOnlyOnce" TemplateDirectiveModel would not work well, as there is now way for IntellJ IDEA (which has a rather good Freemarker support) to understand what this directive would mean. And having good IDE support is important for us. The more I think of it the more I see that implementing this for ```#include``` is wrong. We should really use ```#import```. Even if migrating our codebase from "all stuff is in the global namespace" to namespaces per ```#import``` will be painfull. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
