Page 1 of 13
Bug reports
Posted: Sat Jun 26, 2010 5:19 pm
by KDJ
It seems to me that does not work the shortcut key F12 (show context menu for fast reopenning/saving in wanted code page).
I have a question: what is the number of this command? Because in the file AkelHelp-Eng.htm can not find.
Posted: Sun Jun 27, 2010 1:01 am
by YMP
KDJ
You can look it up in ResHacker:
Code: Select all
1302 ACCELERATORS
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
....
VK_F10, 10019, NOINVERT, VIRTKEY
VK_F12, 4501, NOINVERT, VIRTKEY
VK_F2, 4105, NOINVERT, VIRTKEY
....
}
Posted: Sun Jun 27, 2010 4:10 am
by Instructor
KDJ
Fixed.
Posted: Sun Jun 27, 2010 7:52 pm
by KDJ
Thanks for Instructor and YMP.
One more thing. Hotkeys plugin does not show the command 4501.
AM, PM
Posted: Sat Jul 03, 2010 11:21 pm
by Surveyor
Working on update to User Manual, and discovered that picture format string for DateInsertFormat and DateLogFormat does not handle "tt" (AM, PM) correctly. On my machine (XP, SP2) my time format "h:mm:ss tt" gives correct time, but "A7" or "P7" instead of "AM" or "PM".
By experimenting with the Regional settings (eg. changing PM Symbol "PM" to "PN"), it appears that function is trying to interpret "M" in PM as a month!
I assume that this is a simple fix and will document as if fixed already.
Posted: Sun Jul 04, 2010 12:01 pm
by Instructor
KDJ
One more thing. Hotkeys plugin does not show the command 4501.
Fixed. Will be available after 4.4.5 release.
Surveyor
I suppose it will be not so simple.
Command(4215)
Posted: Sat Jul 10, 2010 7:53 pm
by KDJ
In HotKeys plugin is Command(4215) - IDM_VIEW_SPLIT_WINDOW_OFF. This command does not work.
Posted: Thu Jul 15, 2010 6:46 am
by Instructor
KDJ
#define IDM_VIEW_SPLIT_WINDOW_OFF 4215 //Reserved.
Command is reserved, but to avoid confusing it was removed from HotKeys list.
Posted: Thu Jul 15, 2010 6:13 pm
by KDJ
Thank you very much, Instructor.
Does this mean that the command IDM_VIEW_SPLIT_WINDOW_OFF will be available in the next version of AkelPad?
Posted: Fri Jul 16, 2010 5:21 am
by Instructor
KDJ
No

Posted: Tue Jul 20, 2010 9:58 am
by KDJ
I noticed strange behavior of AkelPad 4.4.5 in MDI.
If in the editing window, press the right mouse button - a popup menu appears.
And then press the middle mouse button - opens a new tab.
Posted: Tue Jul 20, 2010 10:16 am
by FeyFre
KDJ
Already reported it here
viewtopic.php?p=8033#p8033 , but I think Instructor a bit busy now, since he neither confirmed not denied it yet.
Posted: Tue Jul 20, 2010 10:50 am
by KDJ
FeyFre
Sorry, I had not noticed.
It turns out that the problem concerns not only the main menu, but also the context menu.
Posted: Sat Jul 24, 2010 3:21 pm
by Surveyor
KDJ wrote:And then press the middle mouse button - opens a new tab.
This is actually anticipated behavior, starting with v.3.3.0. See
here. The User Manual mentions this in
Using AkelPad/Working with tabs (MDI).
Posted: Sat Jul 24, 2010 3:45 pm
by KDJ
Surveyor wrote:KDJ wrote:And then press the middle mouse button - opens a new tab.
This is actually anticipated behavior, starting with v.3.3.0. See
here. The User Manual mentions this in
Using AkelPad/Working with tabs (MDI).
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.