AkelPad 4.5.2 Released

English main discussion
Post Reply
  • Author
  • Message
Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

AkelPad 4.5.2 Released

Post by Instructor »

Added: 64-bit program version.

Fixed: file didn't open with modal dialog actived.
Fixed: AkelPad.ini overwritten when there were no changes in settings.


<<Download>>
Last edited by Instructor on Wed Jan 12, 2011 5:29 pm, edited 1 time in total.

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

Post by KDJ »

I think it's a bug in script SearchReplace.js.
Line 1428:
lpStp=AkelPad.MemAlloc(_X64?20:32)
Probably should be inversely:
(_X64?32:20)

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

Post by Instructor »

KDJ
Fixed.
Post Reply