Bug reports

English main discussion
Post Reply
  • Author
  • Message
KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Bug reports

Post 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.
Last edited by KDJ on Tue Jul 31, 2012 9:57 am, edited 1 time in total.

YMP
Offline
Posts: 11
Joined: Sun Jun 20, 2010 4:05 pm

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

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

Post by Instructor »

KDJ
Fixed.

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

Post by KDJ »

Thanks for Instructor and YMP.
One more thing. Hotkeys plugin does not show the command 4501.

Offline
Posts: 147
Joined: Fri Feb 08, 2008 6:41 pm
Location: British Columbia, Canada

AM, PM

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

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

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

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

Command(4215)

Post by KDJ »

In HotKeys plugin is Command(4215) - IDM_VIEW_SPLIT_WINDOW_OFF. This command does not work.

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

Post by Instructor »

KDJ
#define IDM_VIEW_SPLIT_WINDOW_OFF 4215 //Reserved.
Command is reserved, but to avoid confusing it was removed from HotKeys list.

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

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

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

Post by Instructor »

KDJ
No :)

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

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

Offline
Posts: 2247
Joined: Tue Aug 07, 2007 2:03 pm
Location: Vinnitsa, Ukraine

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

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

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

Offline
Posts: 147
Joined: Fri Feb 08, 2008 6:41 pm
Location: British Columbia, Canada

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

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

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