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 204263 - New keyboard shortcut: Pull previous statement up to current statement
Summary: New keyboard shortcut: Pull previous statement up to current statement
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 09:52 UTC by Geertjan Wielenga
Modified: 2014-02-27 18:24 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geertjan Wielenga 2011-10-26 09:52:51 UTC
We need something like Ctrl-Shift-J in IntelliJ: pull content of next line up to current line.
Comment 1 Jan Lahoda 2011-10-31 12:51:34 UTC
If I understand the request correctly, this is about joining the current and next line, without any regard to statements. Is that right? Otherwise, what exactly is proposed?
Comment 2 Geertjan Wielenga 2011-10-31 12:53:12 UTC
Yes, that's exactly right.
Comment 3 David Strupl 2012-07-25 09:44:56 UTC
There is a workaround: [End] [Home] [Shift-Home] [Del] [Backspace]. If you map this sequence to a macro with shortcut Ctrl-Shift-J you are done.
Comment 4 Geertjan Wielenga 2012-07-25 09:47:31 UTC
Well, OK, but that's not really ideal. An Action invoked via a Shortcut that does this would be preferable.