| User: Anonymous | Rating: 10 | 2008-05-30 13:59:40 |
| |
How come didn't this come embedded with Eclipse?
Tools is awesome: can find a file in a fraction of a second.
|
| User: noon | Rating: 8 | 2008-01-19 03:28:42 |
| |
How does this plugin differ from the Eclipse's own ctrl + t (open type) and ctrl + r (open resource) functions?
|
| User: pjbrownva | Rating: 10 | 2008-01-12 23:40:37 |
| |
Simply awesome! Reposting the patch, because it was cut off in my previous post.
108c108,111
< if (resources[i] instanceof IContainer)
---
> if(resources[i].isDerived()) //PJB - added this check to ignore resources that are marked as "derived"
> {
> valid = false;
> }else if (resources[i] instanceof IContainer)
|
| User: Anonymous | Rating: 10 | 2007-07-12 19:21:22 |
| |
Excellent coooll and this what I want from a very long time..
|
| User: Anonymous | Rating: 10 | 2006-12-14 07:42:53 |
| |
Good ( like in SourceNavigator )
|
| User: Anonymous | Rating: 10 | 2006-06-19 23:43:37 |
| |
finally a plugin that fills up what eclipse lacks and what idea has.
|
| User: Anonymous | Rating: 10 | 2005-07-14 16:44:29 |
| |
I'm really surprised that nobody hasn't created sth like this before! Great plugin if you have a lot of files in the project...
|