zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

Allows files for review to live outside the Eclipse project #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This may be a different take on issues 85 and 86.

Instead of only "seeing" the files that live in the eclipse project directory, 
and any sub-directories, it would be great to allow the selection to use the 
project's view of files or have free visibility into the whole file structure.

For example, the Eclipse project lives in $(MY_ROOT)/ide/eclipse.  The project 
contains links to folders "above" it (../../src, ../../api, 
$(MY_ROOT)/projectName/src, etc.), the jupiter Create sequence could use the 
project for the file references, instead of just looking at sub-directories.

Eclipse CDT, 3.5, 3.6, 4.2
Jupiter 3.5.1, 4.0

thank you for your time and a very useful tool.

Original issue reported on code.google.com by leapyear...@gmail.com on 30 Apr 2013 at 7:15