Page 4 of 9
Posted: Wed Oct 20, 2010 8:57 am
by Instructor
sum1
Code: Select all
AkelPad.exe "c:\1.txt" /Call("Scripts::Main", 1, "EvalCmd.js", `'var nLine=100; var nLineIndex=AkelPad.SendMessage(AkelPad.GetEditWnd(), 187 /*EM_LINEINDEX*/, nLine, 0); AkelPad.SetSel(nLineIndex, nLineIndex);'`)
Posted: Thu Oct 21, 2010 11:00 pm
by sum1
Instructor wrote:sum1
Code: Select all
AkelPad.exe "c:\1.txt" /Call("Scripts::Main", 1, "EvalCmd.js", `'var nLine=100; var nLineIndex=AkelPad.SendMessage(AkelPad.GetEditWnd(), 187 /*EM_LINEINDEX*/, nLine, 0); AkelPad.SetSel(nLineIndex, nLineIndex);'`)
OK, I see. Thank you.
So AkelPad can even take the selection.
I'll learn the docs when I have time.
But this script sets the correct position only when WordWrap is off. I hope Logical Coordinates rather than Display Coordinates should be used.
And, if the file is already open, AkelPad cannot change the position (which EmEditor can do).
BTW, another issue:
AkelPad "File1" "File2"
Cannot open File2 when File1 is already open in AkelPad.
Posted: Sun Oct 24, 2010 6:14 pm
by KDJ
Could add at the status bar total number of lines.
Posted: Fri Nov 05, 2010 9:26 pm
by Instructor
sum1
In 4.5.0 you can use alternative way:
Code: Select all
AkelPad.exe "c:\1.txt" /Call("Scripts::Main", 1, "EvalCmd.js", `'var pLine="100"; AkelPad.SendMessage(AkelPad.GetMainWnd(), 1206 /*AKD_GOTOW*/, 0x1 /*GT_LINE*/, AkelPad.MemStrPtr(pLine));'`)
Posted: Wed Mar 16, 2011 4:36 pm
by Instructor
KDJ wrote:I need a function: Restore the original font size (eg. Ctrl+Num*).
See 4.5.6 release.
Posted: Thu Sep 01, 2011 7:16 pm
by KDJ
Instructor
In program settings, you can add top and bottom margins.
Posted: Fri Oct 14, 2011 7:10 pm
by KDJ
I propose to add a command line parameter, which will run AkelPad in hidden window (eg. /H or /hide).
It will be useful when running certain scripts:
AkelPad.exe /hide /Call("Scripts::Main", 1, "WindowsList.js") /quit
Posted: Tue Oct 18, 2011 6:13 pm
by Instructor
KDJ
In developed 4.7.0 possible to do it like that:
Code: Select all
nircmd.exe exec hide AkelPad.exe /Call("Scripts::Main", 2, "WindowsList.js") /quit
Posted: Tue Oct 18, 2011 6:38 pm
by KDJ
Instructor
Thank you very much.
Can it be done without using additional software (nircmd.exe)?
Posted: Mon Nov 14, 2011 6:14 pm
by HastaLuego
Respect!! Greatist editor I have, most flexible.
One thing is missing, or I'm stupid.
I couldn't drug the child edit window in multiview (MDI) option out of the field of the main window frame. Is it possible to fix that? Though it is not a bug, just would be a nice feature. Like that of a Maxthon browser, where it is possible to detach the tabs.
C уважением
В.А.
P.S. Никакие внешние приблуды не помогают сделать editwindow topmost.
Posted: Wed Jan 18, 2012 7:48 am
by Urasmus
I propose to show at the status bar, the caret offset in the text.
Posted: Wed Jan 18, 2012 2:59 pm
by Instructor
Urasmus
See AkelHelp-Eng.htm for StatusUserFormat manual parameter.
Posted: Tue May 22, 2012 7:49 pm
by KDJ
I would like to make AkelPad save the type of text selection (columnar) in recent and in sessions.
Posted: Thu May 24, 2012 9:13 am
by qoshinator
Ability to use the mouse scroll wheel to scroll through tabs.
Posted: Thu May 24, 2012 9:49 am
by KDJ
qoshinator
This ability already exists in Scroll plugin:
Scroll::AutoFocus