AkelPad 4.8.2 Released

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

AkelPad 4.8.2 Released

Post by Instructor »

Added: (?<=pattern) positive lookbehind search.
Added: (?<!pattern) negative lookbehind search.
Added: \A and \a metacharacters - matches the position at the beginning of the document/search range.
Added: \Z and \z metacharacters - matches the position at the end of the document/search range.
Added: \x{n} metacharacter for surrogate pairs search/replace.
Added: variable %cl of manual parameter "StatusUserFormat" now support surrogate pairs.
Added: manual parameter for "MouseOptions" with a value of 64 - left margin line selection with mouse selects all wrapped line.

Fixed: file saving in MBCS codepage.
Fixed: single replace with using regular expressions.
Fixed: \D, \W metacharacters didn't match new line.


<<Download>>
Post Reply