There is adapted Eclipse version for another programming language which is realized as huge plugin on Eclipse platform. Platform functions of Eclipse like Import / Export saved and works fine but modified for that language.
I would like to load files in project as it works throut Import menu (it isn't just copying files to project dir). As i understand from this answer it is possible but i have to know application class which can load this files. Are there some whays to get know this classes if all this plugin hasn't common logging? Or may be is there some another way to Import files in project?
It is works only on Windows platfrorm.