dmitri wrote: |
May I ask - why you added this library into the project if you don't care of its content? |
I do care, but don't you think that user files are more important than those in libraries?
I, for example, have several applications with the same classes for each of them. It would be cool, if I could select, which file I mean to use for autocompletion or whatever. Anyway, it is obvious, that in these situations it is also more likely that I mean that file, which is more close to the position of the current file.
Assume I have the following files:
1) /apps/frontend/modules/products/actions.class.php
2) /apps/frontend/lib/productHelper.class.php
3) /apps/admin/modules/products/actions.class.php
4) /apps/admin/lib/productHelper.class..php
Isn't it obvious, that first two files are more tied together? The same with 3 and 4. Because they have common subdirectories.
Guess what PHPEd does in this case.