Code completiton do not compleet subclass

View: New views
4 Messages — Rating Filter:   Alert me  

Code completiton do not compleet subclass

by josef-23 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello I work a lot with Ruby,

and it is a good feature in preveous Releases to do like



Mongrel::Configurator.new

Mongrel::HttpHandler



and so on



# sample

module Ha

  class Test

     def hello

          puts "hello"

     end

  end

end



Netbeans 6.5.1 knew

Ha::Test



Netbeans 6.7.1  knew only

Ha



Can anybody help me ?






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Code completiton do not compleet subclass

by Erno Mononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello,

This seems to be a bug, I filed
http://www.netbeans.org/issues/show_bug.cgi?id=174517 for this. I'll fix
for 6.8, thanks for bringing this up.

Thanks,
Erno


josef wrote:

> Hello I work a lot with Ruby,
>
> and it is a good feature in preveous Releases to do like
>
>
>
> Mongrel::Configurator.new
>
> Mongrel::HttpHandler
>
>
>
> and so on
>
>
>
> # sample
>
> module Ha
>
>   class Test
>
>      def hello
>
>           puts "hello"
>
>      end
>
>   end
>
> end
>
>
>
> Netbeans 6.5.1 knew
>
> Ha::Test
>
>
>
> Netbeans 6.7.1  knew only
>
> Ha
>
>
>
> Can anybody help me ?
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Code completiton do not compleet subclass

by Erno Mononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Just FYI, this is now fixed in the latest continuous builds
(http://wiki.netbeans.org/RubyInstallation#section-RubyInstallation-GettingADevelopmentBuild)
- if you give it a try, let me know if you run into any problems.

Cheers,
Erno

Erno Mononen wrote:

>
> Hello,
>
> This seems to be a bug, I filed
> http://www.netbeans.org/issues/show_bug.cgi?id=174517 for this. I'll
> fix for 6.8, thanks for bringing this up.
>
> Thanks,
> Erno
>
>
> josef wrote:
>> Hello I work a lot with Ruby,
>>
>> and it is a good feature in preveous Releases to do like
>>
>>
>>
>> Mongrel::Configurator.new
>> Mongrel::HttpHandler
>>
>>
>>
>> and so on
>>
>>
>>
>> # sample
>>
>> module Ha
>>
>>   class Test
>>
>>      def hello
>>
>>           puts "hello"
>>
>>      end
>>
>>   end
>>
>> end
>>
>>
>>
>> Netbeans 6.5.1 knew
>>
>> Ha::Test
>>
>>
>>
>> Netbeans 6.7.1  knew only
>>
>> Ha
>>
>>
>>
>> Can anybody help me ?
>>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>  
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Code completiton do not complet subclass

by josef-23 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks Erno,

for the first test it works well.

I hope the Build is stable for

Producktion.



regards

Josef Leibinger






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...