Page 1 of 1

Hi Im New and i have some doubts & comments about AkelPa

Posted: Thu Feb 04, 2016 5:32 pm
by c-sanchez
I was searching for text editors for programing.
I have seen several good actually, like Notepad++, wxMEdit, CudaText and AkelPad.

* I wonder if AkelPad have a function to duplicate a line. normally is Ctrl+D, In this inserts date heh.
Sorry but i don't understand how use the Hotkeys plugin to change it :P

* AkelPad have a "Search on files" option?
I use this from time to time.

* I think the way on multiples windows is showed can be better, the MDI mode + use the Mosaic vertical/horizonal is ok, but as I said, I think it could be better. Maybe a automatic sort mode, or the drag and drog window mode like on wxMEdit, or something. Checks the images :)

Ordering three windows on AkelPad
Image

Ordering three windows on wxMEdit
Image

Also on AkelPad is showed the tab bar and the title bar on each one, imho I think that the way that wxMEdit does is better.

* As I can establish a color theme for all files, including new blank, txt?
I like the dark color themes like Monokai and SpaceCadet.

Heh and I think that this is all, at least for now :P
Regards.

Re: Hi Im New and i have some doubts & comments about Ak

Posted: Thu Feb 04, 2016 6:54 pm
by KDJ
c-sanchez wrote:* I wonder if AkelPad have a function to duplicate a line. normally is Ctrl+D, In this inserts date heh.
Sorry but i don't understand how use the Hotkeys plugin to change it :P
To duplicate line you can use script: LinesSelectCopyMoveDuplicate.js.

Setting in Hotkeys plugin:
Name: Duplicate line
Command: Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "D 1")
Hotkey: Ctrl+D
* AkelPad have a "Search on files" option?
Script: FindReplaceFiles.js.
* As I can establish a color theme for all files, including new blank, txt?
I like the dark color themes like Monokai and SpaceCadet.
Basic settings: Main menu -> View -> Colors.
Advanced settings: Coder plugin.

Posted: Fri Feb 05, 2016 4:51 pm
by Infocatcher
c-sanchez
You can use tileTabs.js to order MDI windows.

Posted: Sun Feb 07, 2016 5:16 am
by c-sanchez
Hi KDJ.
To duplicate line you can use script: LinesSelectCopyMoveDuplicate.js.

Setting in Hotkeys plugin:
Name: Duplicate line
Command: Call("Scripts::Main", 1, "LinesSelectCopyMoveDuplicate.js", "D 1")
Hotkey: Ctrl+D
Good, done.
Script: FindReplaceFiles.js.
Just what I needed.
Basic settings: Main menu -> View -> Colors.
Advanced settings: Coder plugin.
Heh i see, now both (source, simple) texts files have color scheme.

Hi Infocatcher
c-sanchez
You can use tileTabs.js to order MDI windows.
I do not understand the benefit/usefulness of tileTabs.js, the the MDI mode + use the Mosaic vertical/horizonal makes it.

I guess I should highlight this maybe as a Feature Request:
The option View > Divide Window is more closer with what I mean.
Unfortunately, This is only for a file/tab at the same time.
But that is more or less the way in which I think should handle view of multiple files at the same time :)

And i have a couple more curiosities.

* There are some "Document Map" like on Notepad++ for AkelPad?

* Something to set build options with compilers, interpreters, etc.?
Such as ConTEXT (Execute Keys option) or Programmer's Notepad (Tools option)

Image
Image

* How i can replace the Notepad with AkelPad? ie even if it is called from Run (Win+R) > Notepad.

Thank you very much for your replies guys! :D

Posted: Sun Feb 21, 2016 9:24 am
by Instructor
c-sanchez wrote:* Something to set build options with compilers, interpreters, etc.?
You can use different execute parameters via ContextMenu, Hotkeys, Toolbar plugins.
c-sanchez wrote:* How i can replace the Notepad with AkelPad?
Official AkelPad installer allow you to replace MS Notepad.