AkelPad 4.8.6 Released

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

AkelPad 4.8.6 Released

Post by Instructor »

Changed: regular expression quantifiers now greedy by default (except for single dot, like, ".*" or ".{5,10}"). To make it non-greedy (old behaviour) use "?" after quantifier, like, "\d*?". AkelPad's regular expressions greediness works consequentially. For example, pattern "ab?b" in "abc" has no matches, because "ab?" matches "ab" and next "b" has no match. Correct pattern will be "abb?".
Changed: when using "Don't open a program twice" option, manual settings "CmdLineBegin" and "CmdLineEnd" passed only to the first instance of the program (MDI).

Added: manual parameters "TabNameFind" and "TabNameRep" - defines regular expression search/replace pattern for tab name in MDI/PMDI mode.
Added: Escape key interrupts column marker movement with mouse.
Added: optional parameter in command line method /Command() for passing to internal command.

Fixed: notepad replacement mode in installer (WinVista/7/8).


<<Download>>
Post Reply