[IDE] Move up / down a line (ctrl-shift-arrow)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Joubarbe
Enthusiast
Enthusiast
Posts: 555
Joined: Wed Sep 18, 2013 11:54 am
Location: France

[IDE] Move up / down a line (ctrl-shift-arrow)

Post by Joubarbe »

This probably has been discussed in the past, but seeing that all the IDE I know (including text editors) have it, I would like to suggest the implementation of "CTRL-SHIFT-UP" / "CTRL-SHIFT-DOWN" to quickly move a line in the code.

Thanks.
User avatar
skywalk
Addict
Addict
Posts: 3972
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: [IDE] Move up / down a line (ctrl-shift-arrow)

Post by skywalk »

Search forum for Tool code.
I will post mine when I get a chance.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
kenmo
Addict
Addict
Posts: 1967
Joined: Tue Dec 23, 2003 3:54 am

Re: [IDE] Move up / down a line (ctrl-shift-arrow)

Post by kenmo »

I requested this 7 years ago :(
viewtopic.php?f=3&t=52122

There are various IDE tools that enable this and other Scintilla functionality... Here's an old one of mine, although I've probably rewritten and expanded this sort of Scintilla IDE tool 3 or 4 times now.
viewtopic.php?p=401525#p401525
Post Reply