Hellu,
How can I indicate to my MyEclipse project to exclude a folder in a my project (not part of the source folder) like it was completely invisible to the project.
In my case, I run GWT hosted mode in my IDE and it will create a directory, in my case .tmp where it will put files that are also present in my project, and that causes confusing problems. For example: when searching some string, it will also search this folder. So you could easily find the file in the .tmp, change this file and then create bugs as the change isn’t picked up, as it wasn’t made in the source folder.
I searched and searched… and looked…. but can’t find anyway to exclude these kind of folders…
Ed