Page 9 of 9

Posted: Fri Mar 27, 2015 11:43 pm
by Skif_off
Unfortunately my English is bad :( In a few words: you will need a plugin Hotkeys and two commands.
In main menu - Options/Plug-ins..., double-click Hotkeys::Main and add:
1. Name: Move up
Command:

Code: Select all

Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "M -1")
Hotkey: press Ctrl+Shift+Up (or another)
2. Name: Move down
Command:

Code: Select all

Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "M 1")
Hotkey: press Ctrl+Shift+Down (or another)

Posted: Sat Mar 28, 2015 12:07 am
by opk44
Akuro, Skif_off
A picture is worth a thousand words.
Image

Posted: Sat Mar 28, 2015 12:16 am
by Akuro
Awesome. Now it works like a charm. 8)
Thank you both for the speedy replies. Great instructions, both verbal and visual. :D
I learned not just a thing or two, but a whole lot about blending scripts and plugins.

Posted: Wed Apr 01, 2015 8:41 am
by Akuro
When exiting Akelpad I am warned that document was modified, do I want to save it? I were nice to see WHAT document each dialog refers to, in its title or along with the warning text.

Depending on Windows themes/ settings, it's hard to tell what tab is active, not to mention tiny tab fonts on hi-resolution monitors. It were easier to have this info right up front, in the dialog itself, the way it works in other programs.