Support for generated source pathes
IMHO generating source code is or becomes more and more a part of Java
software development, esp. database driven projects. If other people also
think so, please vote for
http://www.jetbrains.net/jira/browse/IDEABKL-2874
Tom
请先登录再写评论。
(I read "patches" the first time, instead of the "paths" you mean to type)
I think that your request is a sensible one.
However, in the ideal situation IDEA itself would be more aware of where
the generated code comes from, and *when and how it should be (re)generated.
For instance, editing (and saving?) an ANTLR grammar should trigger the (re)generation
of the parser code.
I think that eclipse implements this using "Builder contributions", if I'm
using the right term.
Where does your generated code come from: do you build it using ANT, and
then pull it into your module?
That duplicates issue Ihttp://www.jetbrains.net/jira/browse/IDEABKL-2735 - vote for all of them