Hi Kapser
Just a quick idea to inprove the 'PHP -include files' tab that you have in WebCoder 2009.
As it is now we are able to tell what path to folders to use when using include/require. But I was thinking what if we could also give the path to files that xCoder was to handle as-if it was included.
This might seam very odd, but the for people developing code to be used in larger frameworks it could be _very_ nice (in my opinion).
I'm currently working on some modules for Joomla, and in my code I need to use some of the classes provided by the Joomla-core but WebCoder wount help me with autocompletion because it simply don't know what 'JFactory' or 'JDatabase' is.
I have downloaded the source for Joomla to my local computer and I would love to be able to tell WebCoder to handle a handfull of the files a "alway included" and thereby saving me time of adding and removing 'incude' everytime I have to test the code on the webserver.
A I've said it could be an enhancedment of the currently existing tab, but this has the drawback of files not being used in the current project being loaded anyway.
Therefor another idea could be to let us define 'libaries' of files instead and then as a part of the project-settings tell wich libaries to use in this perticular project.
I don't see this a Joomla-only feature but it could be very usefull for the most frameworks (both php and javascript) where you don't maintain all of the code yourself and your code is managed by a larger system wich offers code and features for the developer to use.
Am I the only one seeing the need for such a feature?
(I thought i've seen someone mentions something like this in another post but couldn't find it before posting this topic so I apologise if I am posting a double-topic)
