Skip to main content



      Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » How to get names of files in a project selected In Script Explorer?
How to get names of files in a project selected In Script Explorer? [message #32952] Tue, 07 October 2008 01:42 Go to next message
Eclipse UserFriend
Hi
Is there any way to get the names of files present in a project selected
in Script Explorer, if the project name node is not expanded?
Thanks
Re: How to get names of files in a project selected In Script Explorer? [message #33129 is a reply to message #32952] Tue, 07 October 2008 03:24 Go to previous message
Eclipse UserFriend
Hi Pawan,

After you have acquired IModelElement (IScriptProject extend it) you can
use

void accept(IModelElementVisitor visitor) throws ModelException

method to iterate over the children elements.

Hope this helps.

Regards,
Alex

Pawan wrote:
> Hi
> Is there any way to get the names of files present in a project selected
> in Script Explorer, if the project name node is not expanded?
> Thanks
>
Previous Topic:compilation unit vs. working copy
Next Topic:Type Hierarchy features
Goto Forum:
  


Current Time: Sat Apr 26 05:09:26 EDT 2025

Powered by FUDForum. Page generated in 0.02757 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top