AkelPad 4.8.9 Released

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

AkelPad 4.8.9 Released

Post by Instructor »

Added: command 4194 - paste text taking into account selection case.
Added: optional parameter for change case commands 4175-4180:
1 - change case for current word if no selection.
Added: (?options) possibility to set options for groups individually.
Added: (?>pattern) atomic grouping.
Added: possibility to use lookbehind search in conditional pattern, for example, "(?(?<=a)b|c)".
Added: now "AkelAdmin.exe" provides the ability to modify a file on disk root (UAC).
Added: to directly open the *.lnk or *.url from file open dialog, need to click on "Open" button while holding Ctrl.

Fixed: mixing caret and active column colors with background.
Fixed: metacharacters \w and \W usage in character set [].
Fixed: possibility in file open/save dialog to specify NTFS file stream or path containing backslashes.
Fixed: "Search finished" not displayed when cycle searching from the document beginning.
Fixed: flag 4 of manual parameter "ShowModify" - modification displaying disappeared when switching between tabs (PMDI).


<<Download>>
Last edited by Instructor on Mon Sep 08, 2014 4:45 am, edited 1 time in total.

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

Re: AkelPad 4.8.9 Released

Post by KDJ »

Instructor wrote:Added: optional parameter for change case commands 4175-4180:
1 - change case for current word if no selection.
It does not work, if the caret is on first character of a word.

Offline
Posts: 1161
Joined: Sun Oct 20, 2013 11:44 am

Post by Skif_off »

KDJ wrote:It does not work, if the caret is on first character of a word.
But in this case the caret on a word boundary. Or no?

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

Post by KDJ »

Skif_off
No, it is not possible to set the caret on the character boundary.

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

Post by Instructor »

KDJ
Caret must be inside word.

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

Post by KDJ »

Instructor
If the caret is on the first character of a word, this means that is inside and not outside.
Try this text:

Code: Select all

ab cd ef
If the caret is on "a", it works. If the caret is on "c" or "e", not works.

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

Post by Instructor »

KDJ
Changed: changing case also when caret on word boundary. Test version.

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

Post by KDJ »

Instructor
In test version it works properly, thank you very much.
Post Reply