| View previous topic :: View next topic |
| Author |
Message |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1066 Location: Poland
|
Posted: Thu Sep 20, 2012 6:13 pm Post subject: |
|
|
Instructor
It's almost perfect.
Still not working:
\B[a-z]{1,3}\B
[\]]
[\}\)\]]
Text for test:
(abcd) [klm] {pr} <z> |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Sat Sep 22, 2012 12:12 pm Post subject: |
|
|
| 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.
Test version. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1066 Location: Poland
|
Posted: Sat Sep 22, 2012 2:31 pm Post subject: |
|
|
Now is OK. |
|
| Back to top |
|
 |
ohehpa
Joined: 19 Sep 2012 Posts: 4
|
Posted: Sat Sep 22, 2012 4:48 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Tue Sep 25, 2012 11:42 am Post subject: |
|
|
ohehpa
Test version |
|
| Back to top |
|
 |
ohehpa
Joined: 19 Sep 2012 Posts: 4
|
Posted: Tue Sep 25, 2012 3:26 pm Post subject: |
|
|
It's OK. Thank you!
I'm looking forward to the next release! |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1066 Location: Poland
|
Posted: Sat Sep 29, 2012 1:11 pm Post subject: |
|
|
| Variable %f (font size) of manual setting "StatusUserFormat" didn't updated when switching between tabs in MDI/PMDI. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Sat Sep 29, 2012 2:08 pm Post subject: |
|
|
KDJ
Test version |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1066 Location: Poland
|
Posted: Sat Sep 29, 2012 2:44 pm Post subject: |
|
|
Instructor
Thank you, now it is all right. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
Posted: Thu Oct 04, 2012 8:20 pm Post subject: |
|
|
| KDJ wrote: | | \B[a-z]{1,3}\B | Test version. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1066 Location: Poland
|
Posted: Fri Oct 05, 2012 2:09 pm Post subject: |
|
|
Instructor
Test version works well. |
|
| Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1066 Location: Poland
|
Posted: Sun Oct 07, 2012 1:45 pm Post subject: |
|
|
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:Text for test: | Code: |
RegExp test - boundary
|
#2
Don't works Find/Replace (delete empty lines):
What: ^[ \t]*$\n*
With: |
|
| Back to top |
|
 |
cnnnc
Joined: 12 Jan 2008 Posts: 115 Location: Shantou, China
|
Posted: Mon Oct 08, 2012 2:16 am Post subject: A bug ReplaceAll with RegExp |
|
|
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:
find:
replace:
option: [v]Regular Expressions
Then click "Replace all", the result isn't what I want:
| Code: | a bnb bnc bn
bn
bne bnf bnd bn
bn
bn |
BTW, click "Replace" works OK. |
|
| Back to top |
|
 |
Instructor Site Admin
Joined: 06 Jul 2006 Posts: 4638
|
|
| Back to top |
|
 |
|