AkelPad 4.9.0 Released

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

AkelPad 4.9.0 Released

Post 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>>
Last edited by Instructor on Mon Dec 15, 2014 5:54 pm, edited 1 time in total.

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

Post by KDJ »

Instructor

Code: Select all

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

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

Post by Instructor »

KDJ
Already fixed.
Post Reply