Charles,
(previously I didn’t have to have web capabilities to get tag code assist in MyEclipse JSP editor)
You still don’t *have* to, but then MyEclipse requires that you have your app in a VERY specific format so it can find everything… we suggest adding web caps though, makes everyone’s life easier.
I quickly discovered that MyEclipse not only added various folders to my project
The .myeclipse dir is a scratch dir it needs for compilation, the WebRoot is the dir it creates based on the settings you give it, same goes for the /src dir and it implicitcly adds the WEB-INF and WEB-INF/classes dir off of your WebRoot dir because it needs them.
they user should be prompted with whether or not they want to add the folder/file/whatever.
I agree, changing a project behind the scenes is annoying. I think the reason we don’t prompt is that we NEED those dirs to work correctly… so if the user Says No… then its the same as cancelling adding WEb Caps; but ultimately I agree.
Overall I see your points (good ones) and we are currently in discussions about this model of “adding capabilities” for everything. Thank you for your additional feedback in this area, it will help us decide where to go in the future.