| View previous topic :: View next topic |
| Author |
Message |
josef
Joined: 13 Oct 2009 Posts: 2
|
Posted: Tue Oct 13, 2009 2:57 pm Post subject: Code completiton do not complet subclass |
|
|
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 ? |
|
| Back to top |
|
 |
Erno Mononen Posted via mailing list.
|
Posted: Wed Oct 14, 2009 9:18 am Post subject: Code completiton do not compleet subclass |
|
|
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:
| Quote: | 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 ?
|
|
|
| Back to top |
|
 |
Erno Mononen Posted via mailing list.
|
Posted: Thu Oct 15, 2009 8:56 am Post subject: Code completiton do not compleet subclass |
|
|
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:
| Quote: |
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:
| Quote: | 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 ?
|
|
|
|
| Back to top |
|
 |
josef
Joined: 13 Oct 2009 Posts: 2
|
Posted: Fri Oct 16, 2009 8:14 am Post subject: |
|
|
Thanks Erno,
for the first test it works well.
I hope the Build is stable for
Producktion.
regards
Josef Leibinger |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|