| View previous topic :: View next topic |
| Author |
Message |
tri6791
Joined: 09 Oct 2012 Posts: 4
|
Posted: Tue Oct 09, 2012 12:52 pm Post subject: delete line and duplicate line shortcuts |
|
|
| Does akelpad has delete line and duplicate line shortcuts? I looked through the menus and plugins but couldn't find these functions. |
|
| Back to top |
|
 |
Surveyor
Joined: 08 Feb 2008 Posts: 145 Location: British Columbia, Canada
|
Posted: Tue Oct 09, 2012 1:14 pm Post subject: delete line and duplicate line shortcuts |
|
|
tri6791,
Welcome to the Forum!
Delete current line: F8
Duplicate line handling (find/remove) - use Format plugin.
Usually any feature of AkelPad (not plugins) can be found by using Search in my User Manual.
- Surveyor |
|
| Back to top |
|
 |
tri6791
Joined: 09 Oct 2012 Posts: 4
|
Posted: Tue Oct 09, 2012 4:41 pm Post subject: Re: delete line and duplicate line shortcuts |
|
|
| USER MANUAL....I forgot about it. Thanks Surveyor. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
|
| Back to top |
|
 |
tri6791
Joined: 09 Oct 2012 Posts: 4
|
Posted: Tue Oct 09, 2012 6:51 pm Post subject: |
|
|
@KDJ: Thanks for the tips....I was reading the user manual and trying to figure out how to change hotkey manually. Hotkeys plugin is certainly a lot easier
Can you show me a link or give me a quick tip on how to install and use the script? Thanks
Tri
Edit: I found the plugin user manual....reading it now  |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Tue Oct 09, 2012 7:47 pm Post subject: |
|
|
tri6791
Plugins manual is a little outdated.
Descriptions of all current plugins are in the directory: ...\AkelPad\AkelFiles\Docs\
To "install" script eg. LinesSelectCopyMoveDuplicate.js you must save text of script in file: ...\AkelPad\AkelFiles\Plugs\Scripts\LinesSelectCopyMoveDuplicate.js
To use function "duplicate line" from this script, you can assign shortcut (eg. Alt+Y) by Hotkeys plugin:
Name: Duplicate line
Command: Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "D 1")
Hotkey: Alt+Y |
|
| Back to top |
|
 |
Fr0sT
Joined: 24 Jul 2007 Posts: 850
|
Posted: Tue Oct 09, 2012 8:12 pm Post subject: |
|
|
| Ctrl-Y also removes current line, it's Windows-style shortcut |
|
| Back to top |
|
 |
tri6791
Joined: 09 Oct 2012 Posts: 4
|
Posted: Tue Oct 09, 2012 8:30 pm Post subject: |
|
|
| Code: | | Command: Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "D 1") |
I got an error cannot open AkelFiles\Plugs\Scripts\Scripts.dll. Where do I get scripts.dll file?
Edit: I think I got it...I have to install scripts plugin. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
|
| Back to top |
|
 |
|