Versie 4.8.2 van AkelPad is uitgekomen. Deze snelle opensourceteksteditor is uitgepakt nog geen halve megabyte groot, maar beschikt desondanks over een uitgebreide reeks features. Hij kan worden gebruikt als vervanger voor het met Windows meegeleverde Notepad of Kladblok, maar ook voor programmeerwerk. Door middel van plug-ins is extra functionaliteit toe te voegen, waaronder syntax-highlighting, autocompletion, scripts en macro's. In deze release zijn de volgende veranderingen en verbeteringen aangebracht:
Added:Fixed:
- (?<=pattern) positive lookbehind search.
- (?<!pattern) negative lookbehind search.
- \A and \a metacharacters - matches the position at the beginning of the document/search range.
- \Z and \a metacharacters - matches the position at the end of the document/search range.
- \x{n} metacharacter for surrogate pairs search/replace.
- Variable %cl of manual parameter "StatusUserFormat" now support surrogate pairs.
- Manual parameter for "MouseOptions" with a value of 64 - left margin line selection with mouse selects all wrapped line.
- File saving in MBCS codepage.
- Single replace with using regular expressions.
- \D, \W metacharacters didn't match new line.
