Bug reports

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

Post by Instructor »

KDJ
Clear browser cache. It is dated 20-09-2012: http://akelpad.sourceforge.net/files/

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

Post by KDJ »

Instructor
It's almost perfect.

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

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

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

Post 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.

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

Post by KDJ »

Instructor wrote:
KDJ wrote:[\]]
[\}\)\]]
Test version.
Now is OK.

Offline
Posts: 4
Joined: Wed Sep 19, 2012 11:21 am

Post 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.

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

Post by Instructor »


Offline
Posts: 4
Joined: Wed Sep 19, 2012 11:21 am

Post by ohehpa »

Instructor wrote:ohehpa
Test version
It's OK. Thank you!
I'm looking forward to the next release!

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

Post by KDJ »

Variable %f (font size) of manual setting "StatusUserFormat" didn't updated when switching between tabs in MDI/PMDI.

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

Post by Instructor »


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

Post by KDJ »

Instructor
Thank you, now it is all right.

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

Post by Instructor »

KDJ wrote:\B[a-z]{1,3}\B
Test version.

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

Post by KDJ »

Instructor
Test version works well.

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

Post 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:

Offline
Posts: 119
Joined: Sat Jan 12, 2008 10:16 am
Location: Shantou, China

A bug ReplaceAll with RegExp

Post 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.

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

Post by Instructor »

KDJ wrote:What: ^[ \t]*$\n*
With:
Test version

cnnnc
Test version
Post Reply