[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Re: Ruby module in DLTK

Never mind the second question, this simply hasn't been implemented in DLTK 
1.0RC1.

"Felix L J Mayer" <felix.mayer@xxxxxxxxxxxxx> wrote in message 
news:g1mtvo$n7e$1@xxxxxxxxxxxxxxxxxxxx
>I am writing some code that looks at the Ruby ITypes within an 
>ISourceModule. I guess it makes makes (but is a little confusing) that a 
>Ruby module becomes an IType, but is there any way to easily distinguish 
>Ruby modules from Ruby classes?
>
> Another issue I have is that IScriptProject.findType(String, 
> IProgressMonitor) does not find the above Ruby module when I use 
> IType.getFullyQualifiedName() as the first parameters. What am I doing 
> wrong?
>
> Thanks, Felix
>