| View previous topic :: View next topic |
| Author |
Message |
se7h
Joined: 28 Sep 2009 Posts: 764 Location: Minsk, Belarus
|
Posted: Sat Jul 24, 2010 6:12 pm Post subject: |
|
|
| Quote: | | 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 |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Sat Jul 24, 2010 6:44 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Mon Oct 17, 2011 9:03 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Tue Oct 18, 2011 3:08 pm Post subject: |
|
|
KDJ
Use 5 /*SW_SHOW*/ after 0 /*SW_HIDE*/.
| Code: | 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. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Tue Oct 18, 2011 5:35 pm Post subject: |
|
|
Instructor
Run AkelPad in a maximized window, MDI mode.
Open the file, for example Hide_Show_Test.js.
Run script Hide_Show_Test.js.
Effect: no ToolBar, no TabBar and no StatusBar.
 |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Tue Oct 18, 2011 6:07 pm Post subject: |
|
|
| KDJ wrote: | | Run AkelPad in a maximized window, MDI mode... | Fixed. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Fri Nov 18, 2011 7:13 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 1892 Location: Vinnitsa, Ukraine
|
Posted: Fri Nov 18, 2011 7:54 pm Post subject: |
|
|
KDJ, already reported in Russian branch of forum  |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Sun Nov 20, 2011 1:55 pm Post subject: |
|
|
Version 4.7.0.
Run AkelPad.exe, and then press Ctrl+O keys.
In the "Open" window does not work the keyboard. |
|
| Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 1892 Location: Vinnitsa, Ukraine
|
Posted: Sun Nov 20, 2011 2:04 pm Post subject: |
|
|
| Correcting a bit KDJ's report: Open file dialog losts its focus(if refocus it with mouse or ALT+TAB - keyboard works). |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Sun Nov 20, 2011 2:42 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4646
|
Posted: Tue Nov 22, 2011 3:45 pm Post subject: |
|
|
KDJ
Fixed, again  |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Sun Dec 04, 2011 8:23 pm Post subject: |
|
|
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". |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1068 Location: Poland
|
Posted: Mon Dec 05, 2011 8:27 pm Post subject: |
|
|
In version 4.7.1 AkelPad does not save settings:
Editor 1 -> Tab size
Editor 1 -> Spaces |
|
| Back to top |
|
 |
|