View previous topic :: View next topic |
Author |
Message |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Jun 26, 2010 5:19 pm Post subject: Bug reports |
|
|
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 |
|
Back to top |
|
 |
YMP
Joined: 20 Jun 2010 Posts: 11
|
Posted: Sun Jun 27, 2010 1:01 am Post subject: |
|
|
KDJ
You can look it up in ResHacker:
Code: |
1302 ACCELERATORS
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
....
VK_F10, 10019, NOINVERT, VIRTKEY
VK_F12, 4501, NOINVERT, VIRTKEY
VK_F2, 4105, NOINVERT, VIRTKEY
....
}
|
|
|
Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 6243
|
Posted: Sun Jun 27, 2010 4:10 am Post subject: |
|
|
KDJ
Fixed. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sun Jun 27, 2010 7:52 pm Post subject: |
|
|
Thanks for Instructor and YMP.
One more thing. Hotkeys plugin does not show the command 4501. |
|
Back to top |
|
 |
Surveyor
Joined: 08 Feb 2008 Posts: 147 Location: British Columbia, Canada
|
Posted: Sat Jul 03, 2010 11:21 pm Post subject: AM, PM |
|
|
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. |
|
Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 6243
|
Posted: Sun Jul 04, 2010 12:01 pm Post subject: |
|
|
KDJ
Quote: | 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. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Jul 10, 2010 7:53 pm Post subject: Command(4215) |
|
|
In HotKeys plugin is Command(4215) - IDM_VIEW_SPLIT_WINDOW_OFF. This command does not work. |
|
Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 6243
|
Posted: Thu Jul 15, 2010 6:46 am Post subject: |
|
|
KDJ
Quote: | #define IDM_VIEW_SPLIT_WINDOW_OFF 4215 //Reserved. | Command is reserved, but to avoid confusing it was removed from HotKeys list. |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Thu Jul 15, 2010 6:13 pm Post subject: |
|
|
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? |
|
Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 6243
|
Posted: Fri Jul 16, 2010 5:21 am Post subject: |
|
|
KDJ
No  |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Tue Jul 20, 2010 9:58 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
FeyFre
Joined: 07 Aug 2007 Posts: 2240 Location: Vinnitsa, Ukraine
|
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Tue Jul 20, 2010 10:50 am Post subject: |
|
|
FeyFre
Sorry, I had not noticed.
It turns out that the problem concerns not only the main menu, but also the context menu. |
|
Back to top |
|
 |
Surveyor
Joined: 08 Feb 2008 Posts: 147 Location: British Columbia, Canada
|
Posted: Sat Jul 24, 2010 3:21 pm Post subject: |
|
|
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). |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Jul 24, 2010 3:45 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
|