1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 06:45:59 +02:00

Early support for line/statement moving

This commit is contained in:
Brian Fiete 2020-09-06 09:05:00 -07:00
parent a62a995472
commit a650c7ab9c
5 changed files with 291 additions and 115 deletions

View file

@ -687,6 +687,10 @@ namespace IDE
Add("Make Uppercase", "Ctrl+Shift+U");
Add("Match Brace Select", "Ctrl+Shift+RBracket");
Add("Match Brace", "Ctrl+RBracket");
Add("Move Line Down", "Alt+Shift+Down");
Add("Move Line Up", "Alt+Shift+Up");
Add("Move Statement Down", "Ctrl+Shift+Down");
Add("Move Statement Up", "Ctrl+Shift+Up");
Add("Navigate Backwards", "Alt+Left");
Add("Navigate Forwards", "Alt+Right");
Add("Next Document Panel", "Ctrl+Comma");