Page 6 of 13

Posted: Thu Sep 20, 2012 4:06 pm
by Instructor
KDJ
Clear browser cache. It is dated 20-09-2012: http://akelpad.sourceforge.net/files/

Posted: Thu Sep 20, 2012 6:13 pm
by KDJ
Instructor
It's almost perfect.

Still not working:
\B[a-z]{1,3}\B
[\]]
[\}\)\]]

Text for test:
(abcd) [klm] {pr} <z>

Posted: Sat Sep 22, 2012 12:12 pm
by Instructor
ohehpa wrote:Hi, I think I've found a bug which could truncate a double-byte character per 2,048 bytes while AkelPad is doing code page conversion....
Test version.
KDJ wrote:[\]]
[\}\)\]]
Test version.

Posted: Sat Sep 22, 2012 2:31 pm
by KDJ
Instructor wrote:
KDJ wrote:[\]]
[\}\)\]]
Test version.
Now is OK.

Posted: Sat Sep 22, 2012 4:48 pm
by ohehpa
Instructor wrote:
ohehpa wrote: Hi, I think I've found a bug which could truncate a double-byte character per 2,048 bytes while AkelPad is doing code page conversion....
Test version.
Thanks.
I tested the new one, but... it still has the problem.

Posted: Tue Sep 25, 2012 11:42 am
by Instructor

Posted: Tue Sep 25, 2012 3:26 pm
by ohehpa
Instructor wrote:ohehpa
Test version
It's OK. Thank you!
I'm looking forward to the next release!

Posted: Sat Sep 29, 2012 1:11 pm
by KDJ
Variable %f (font size) of manual setting "StatusUserFormat" didn't updated when switching between tabs in MDI/PMDI.

Posted: Sat Sep 29, 2012 2:08 pm
by Instructor

Posted: Sat Sep 29, 2012 2:44 pm
by KDJ
Instructor
Thank you, now it is all right.

Posted: Thu Oct 04, 2012 8:20 pm
by Instructor
KDJ wrote:\B[a-z]{1,3}\B
Test version.

Posted: Fri Oct 05, 2012 2:09 pm
by KDJ
Instructor
Test version works well.

Posted: Sun Oct 07, 2012 1:45 pm
by KDJ
Instructor
It seems to me that you can still improve finding boundaries with regexp.

#1
Let's do the test: "Cycle search" turn on, search down and up (F3, Shift+F3).
Regular expressions for test:

Code: Select all

^
$
^$
\b
\B
Text for test:

Code: Select all

RegExp test - boundary


#2
Don't works Find/Replace (delete empty lines):
What: ^[ \t]*$\n*
With:

A bug ReplaceAll with RegExp

Posted: Mon Oct 08, 2012 2:16 am
by cnnnc
Hi, My friend tell me he found a bug, and I reproduce it in AkelPad 4.8.0 dev 2012-10-05 02:18.
some string in a file:

Code: Select all

abc
efd
find:

Code: Select all

^.
replace:

Code: Select all

\0 bn
option: [v]Regular Expressions
Then click "Replace all", the result isn't what I want:

Code: Select all

a bnb bnc bn
 bn
 bne bnf bnd bn
 bn
 bn
BTW, click "Replace" works OK.

Posted: Thu Oct 11, 2012 3:40 pm
by Instructor
KDJ wrote:What: ^[ \t]*$\n*
With:
Test version

cnnnc
Test version