Page 2 of 13

Posted: Sat Jul 24, 2010 6:12 pm
by se7h
Yes, but pressing the middle mouse button on the editing window, should not open a new tab. This should work just on the tab bar.
I have a new tab is opened only when I click middle button on tab bar

Posted: Sat Jul 24, 2010 6:44 pm
by KDJ
se7h wrote:I have a new tab is opened only when I click middle button on tab bar
See above, what was written on the subject.

Posted: Mon Oct 17, 2011 9:03 pm
by KDJ
If you hide AkelPad window by using the script WindowsList.js, and then you show, it disappears tool bar and status bar.
The same effect occurs using WinLister.exe by Nir Sofer: http://www.nirsoft.net/utils/winlister.html

Posted: Tue Oct 18, 2011 3:08 pm
by Instructor
KDJ
Use 5 /*SW_SHOW*/ after 0 /*SW_HIDE*/.

Code: Select all

var hMainWnd=AkelPad.GetMainWnd();
var oSys=AkelPad.SystemFunction();

oSys.Call("user32::ShowWindow", hMainWnd, 0 /*SW_HIDE*/);
WScript.Echo("Message");
oSys.Call("user32::ShowWindow", hMainWnd, 5 /*SW_SHOW*/);
At the worst you can use AKD_RESIZE.

Posted: Tue Oct 18, 2011 5:35 pm
by KDJ
Instructor

Run AkelPad in a maximized window, MDI mode.
Open the file, for example Hide_Show_Test.js.
Image

Run script Hide_Show_Test.js.
Effect: no ToolBar, no TabBar and no StatusBar.
Image

Posted: Tue Oct 18, 2011 6:07 pm
by Instructor
KDJ wrote:Run AkelPad in a maximized window, MDI mode...
Fixed.

Posted: Fri Nov 18, 2011 7:13 pm
by KDJ
In AkelPad version 4.7.0., it isn't possible to save opened NTFS file stream, eg. C:\abc.txt:stream
When you try to save the stream, this message is displayed:
Cannot open file "C:\abc.txt:stream".
In version 4.6.5 it worked correctly.

Posted: Fri Nov 18, 2011 7:54 pm
by FeyFre
KDJ, already reported in Russian branch of forum ;)

Posted: Sun Nov 20, 2011 1:55 pm
by KDJ
Version 4.7.0.
Run AkelPad.exe, and then press Ctrl+O keys.
In the "Open" window does not work the keyboard.

Posted: Sun Nov 20, 2011 2:04 pm
by FeyFre
Correcting a bit KDJ's report: Open file dialog losts its focus(if refocus it with mouse or ALT+TAB - keyboard works).

Posted: Sun Nov 20, 2011 2:42 pm
by Instructor
KDJ wrote:In AkelPad version 4.7.0., it isn't possible to save opened NTFS file stream, eg. C:\abc.txt:stream...
Fixed.
KDJ wrote:In the "Open" window does not work the keyboard.
Fixed.

Posted: Sun Nov 20, 2011 7:47 pm
by KDJ
Instructor wrote:
KDJ wrote:Run AkelPad in a maximized window, MDI mode...
Fixed.
It have not been corrected, this error still occurs.
viewtopic.php?p=15147&hilit=#p15147

Posted: Tue Nov 22, 2011 3:45 pm
by Instructor
KDJ
Fixed, again :)

Posted: Sun Dec 04, 2011 8:23 pm
by KDJ
Instructor
Thank you very much. Now everything works beautifully.

But still I found two small bugs.
1.
Run AkelPad from command line in a hidden window and script WindowsList.js:
AkelPad.exe /Show(0) /Call("Scripts::Main", 2, "WindowsList.js") /quit
If you now show AkelPad window (button "Hide/Show"):
oSys.Call("user32::ShowWindow", hMainWnd, 5 /*SW_SHOW*/);
this window looks strangely.
2.
If in edit window is opened NTFS stream, then does not work commands "Open" and "Save As".

Posted: Mon Dec 05, 2011 8:27 pm
by KDJ
In version 4.7.1 AkelPad does not save settings:
Editor 1 -> Tab size
Editor 1 -> Spaces