Page 1 of 1

AkelPad 4.8.9 Released

Posted: Fri Jun 20, 2014 1:15 pm
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>>

Re: AkelPad 4.8.9 Released

Posted: Sat Jul 19, 2014 6:35 pm
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.

Posted: Sat Jul 19, 2014 7:07 pm
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?

Posted: Sat Jul 19, 2014 9:46 pm
by KDJ
Skif_off
No, it is not possible to set the caret on the character boundary.

Posted: Sun Jul 20, 2014 8:44 am
by Instructor
KDJ
Caret must be inside word.

Posted: Sun Jul 20, 2014 12:44 pm
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.

Posted: Sun Jul 20, 2014 1:34 pm
by Instructor
KDJ
Changed: changing case also when caret on word boundary. Test version.

Posted: Mon Jul 21, 2014 12:15 pm
by KDJ
Instructor
In test version it works properly, thank you very much.