The features I want in future.

English main discussion
  • Author
  • Message
Offline
Posts: 1161
Joined: Sun Oct 20, 2013 11:44 am

Post 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)

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post by opk44 »

Akuro, Skif_off
A picture is worth a thousand words.
Image

Offline
Posts: 47
Joined: Fri Mar 27, 2015 7:46 am

Post 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.

Offline
Posts: 47
Joined: Fri Mar 27, 2015 7:46 am

Post 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.
Post Reply