IDE: new shortcuts

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
User avatar
SparrowhawkMMU
Posts: 291
Joined: Wed Aug 19, 2015 3:02 pm
Location: United Kingdom

IDE: new shortcuts

Post by SparrowhawkMMU »

Another IDE request!

Would it be possible ot have the following shortcuts added (I don't think hat they are in the list, but I may have missed them):

* Delete line - equivalent of selecting the whole line, deleting, then backspacing to remove the blank line.( eg in Netbeans I use CMD-E for this).
* Move line / selected block of lines up or down (in Netbeans this is CTRL+SHIFT+ Up or Down arrow)

Once you have used an IDE that offers these, you realise what a massive timesaver they are when coding.

BTW, I just discovered CMD+D for duplicate the current line the other day. Super! :)