Page 1 of 1

AkelPad 4.9.0 Released

Posted: Mon Sep 08, 2014 4:45 am
by Instructor
Changed: regular expression quantifiers now have classic greediness. To make it possessive (old behaviour) use "+" after quantifier, like, "\d*+".

Added: possibility in file open/save dialog to specify NTFS file stream on Win7.
Added: flags for manual parameter "MouseOptions":
256 - invert mouse horizontal wheel;
512 - invert mouse vertical wheel.

Fixed: pressing space as a part of the symbol input on special keyboard layouts.
Fixed: saving NTFS file stream in protected file (UAC).
Fixed: command 4198 could not update active column position.


<<Download>>

Posted: Tue Sep 09, 2014 7:02 pm
by KDJ
Instructor

Code: Select all

AkelPad.SetFrameInfo(0, 34 /*FIS_MOUSEOPTIONS*/, 512 /*MO_INVERTVERTWHEEL*/);
The effect is visible only after AkelPad restart.

Posted: Wed Sep 10, 2014 4:49 am
by Instructor
KDJ
Already fixed.