This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97229 - completion not working correctly in #{}
Summary: completion not working correctly in #{}
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 19:16 UTC by Pavel Buzek
Modified: 2007-07-03 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2007-03-05 19:16:22 UTC
# completion offers capitalize!
puts "Hi, " + name.capitaliz}! 

# completion does NOT offer capitalize! (it should)
puts "Hi, #{name.capitaliz}!"
Comment 1 Torbjorn Norbye 2007-03-20 03:02:27 UTC
Fixed.
Comment 2 Jiri Kovalsky 2007-07-03 14:01:52 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:44:16 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.