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

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 61
Joined: Thu Feb 04, 2016 5:27 am

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

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

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

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

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

Offline
Posts: 1879
Joined: Mon Aug 06, 2007 1:07 pm
Contact:

Post by Infocatcher »

c-sanchez
You can use tileTabs.js to order MDI windows.

Offline
Posts: 61
Joined: Thu Feb 04, 2016 5:27 am

Post 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

Offline
Site Admin
Posts: 6412
Joined: Thu Jul 06, 2006 7:20 am

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