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 96642 - Here documents auto-complete should include trailing \n
Summary: Here documents auto-complete should include trailing \n
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 00:58 UTC by _ tboudreau
Modified: 2007-07-03 14:38 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 _ tboudreau 2007-02-27 00:58:24 UTC
At the bottom of a Ruby source file, enter
foo = <<EOF

The editor handily inserts 
EOF
on the next line ahead of the caret.  However, the text entered gets marked with
error markers because there is no newline after the inserted "EOF".
Comment 1 Torbjorn Norbye 2007-02-27 05:38:36 UTC
Fixed.
Comment 2 Jiri Kovalsky 2007-07-03 14:09:01 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:38:20 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.