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 173827

Summary: Copy line(s) on last line not work
Product: editor Reporter: danilchenko_anton <danilchenko_anton>
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description danilchenko_anton 2009-10-06 09:16:36 UTC
Lines copy correctly in all lines except last line.

Also if I select 2 or more lines (including last line) - copy not work.

Tested in html and php files. Maybe not work in all file types.
NetBeand for php ver. 6.7.1.
Comment 1 danilchenko_anton 2009-10-06 09:17:59 UTC
I copy text of key-binding and copy to down. If use copy to up - all right.
Need repair copy to down.
Comment 2 rmatous 2009-10-06 10:08:34 UTC
Probably "Duplicate Down" action: Ctrl+Shift-Down
Comment 3 Petr Pisl 2009-10-19 16:23:20 UTC
Please look at this. We have more complains on this. 
Comment 4 Michel Graciano 2009-10-19 16:40:20 UTC
Well, this happens to move to down too. The question is, do you think that new lines should be inserted when the last one 
is found? Which behavior is the correct in this scenario?

@danilchenko_anton
Yes, this probably happens for all file types. I can confirm it for Java files.
Comment 5 danilchenko_anton 2009-10-19 18:16:38 UTC
I delete duplicate (alternative) key-binding and use only main key-binding.
Comment 6 Miloslav Metelka 2009-10-21 11:54:50 UTC
587770a40ebe
Comment 7 danilchenko_anton 2009-10-21 13:37:45 UTC
Waiting for release with this fix.

Where present plan of releases for IDE and php plugin?
Comment 8 Quality Engineering 2009-10-22 23:48:47 UTC
Integrated into 'main-golden', will be available in build *200910221401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/587770a40ebe
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #173827 - Copy line(s) on last line not work.