Page 1 of 1
AkelPad 4.6.5 Released
Posted: Wed Aug 31, 2011 3:07 pm
by Instructor
Added: support for "AkelAdmin.exe" tool, which provides the ability to save changes to a protected file (UAC).
Added: ability to set hyperlink text color under cursor.
Fixed: flag 256 of "WordBreak" manual parameter.
<<Download>>
Posted: Wed Aug 31, 2011 4:08 pm
by cjchome
LangsPack.zip need to update,old Chinese (Simplified).dll can't be loaded,TKS
Posted: Wed Aug 31, 2011 4:41 pm
by Instructor
cjchome
Updated.
Posted: Wed Sep 14, 2011 8:06 pm
by KDJ
Instructor
In AkelPad version 4.6.5 does not work the script
WordsMoveSelect.js
Call("Scripts::Main", 1, "WordsMoveSelect.js", "1")
It generates run time error:
In version 4.6.4 works correctly.
Posted: Thu Sep 15, 2011 5:14 am
by Instructor
KDJ
Structure AECOLORS is expanded by "COLORREF crUrlCursorText" so wszWordDelimiters offset is increased. There are also InsertTabOrSpaces.js, ResetUrlDelimiters.js, ResetUrlPrefixes.js and selCompleteLine.js by VladSh.
Probably in 4.7.0 it make sence to move AECOLORS in last position of group after wszWrapDelimiters.
Posted: Thu Sep 15, 2011 4:52 pm
by KDJ
Instructor
Thank you for the information.
So wszWordDelimiters offset will be increased by 4 bytes.