It would be nice to have a subfolder of a java project
to become an ecletex project. This way one could write
the documentation of a java project in LaTeX and have
it compile with the rest.
hmmm, not sure if you can attach natures to sub folders of
an existing nature, but you can attach multiple natures to
the same project, so a possible way around this would be to
tag a .tex file as a 'main' tex file(in the files
properties) , and then modify the build engine to check this
tag on every tex file it encounters, building it if the tag
is found. I would also have to add an right click option to
the project menu enabling the user to attach the ecletex
nature. Seems do-able.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=328016
hmmm, not sure if you can attach natures to sub folders of
an existing nature, but you can attach multiple natures to
the same project, so a possible way around this would be to
tag a .tex file as a 'main' tex file(in the files
properties) , and then modify the build engine to check this
tag on every tex file it encounters, building it if the tag
is found. I would also have to add an right click option to
the project menu enabling the user to attach the ecletex
nature. Seems do-able.