Bug reports

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 119
Joined: Sat Jan 12, 2008 10:16 am
Location: Shantou, China

Post by cnnnc »

Test Version(11-Oct-2012 15:38) is OK. Thanks!

Offline
Posts: 36
Joined: Wed Apr 11, 2012 8:05 pm

Post by qoshinator »

"Words delimiters" is not working as advertised.
Set WordBreak to 6, enable Words delimiters, place "." in the Words delimiters, type "... awer" in a document, then double click on "awer" and drag your mouse leftwards. You'll be unable to select just a single period.

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

Post by Instructor »

qoshinator
It is expected behaviour. Word breaks operates with groups of letters (words) and groups of delimiters.

To select text by symbols: turn off "RichEdit mouse selection" in settings, then double click on word (with releasing mouse button), then press shift and select text by symbols with left mouse click.

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

Post by KDJ »

Instructor wrote:
What: ^[ \t]*$\n*
With:
Test version
Doesn't work "Replace all"
Doesn't find lines containing only spaces/tabs.

What: ^$\n*
matches lines containing only "$" symbol.

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

Post by Instructor »

KDJ
Do you sure you have the latest AkelPad.exe (CRC32: AA3A28A6)?

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

Post by KDJ »

Instructor
Yes, I'm sure. CRC32: AA3A28A6, file date: 11-10-2012.
Look at the following screen shots:


Image



Image


Code: Select all


RegExp test

		
    

$



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

Post by Instructor »

KDJ
Reproduced. I forgot to rebuild test version.

Test version

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

Post by KDJ »

Instructor
Now is better, but also removes the line that contains only "$".

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

Post by Instructor »

KDJ wrote:What: ^$\n*
matches lines containing only "$" symbol.
Test version

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

Post by KDJ »

Instructor
Is great.

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

Post by KDJ »

Manual settings:
StatusUserFormat=%cl %cd (hex:%cH, %CH)
does not show the NUL character.

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

Post by Instructor »

KDJ
StatusBar control recognize NULL character as string ending. You can use separate section for %cl, like, "%cl%[20]%cd (hex:%cH, %CH)".

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

Post by KDJ »

Thanks Instructor, in this way shows the code of NULL character.

Offline
Posts: 36
Joined: Wed Apr 11, 2012 8:05 pm

Post by qoshinator »

SaveFile's autosave caused multiple dialogs to appear and none of the buttons on them do anything (Ok, Cancel, Goto, close, etc.). The dialogs are modal, so I can't click on any of my work, and all of my unsaved work will be lost if I close AkelPad. As I have four unsaved documents, is there a way to rescue my work? (by inspecting memory or something?)
Image

EDIT: Nevermind, AkelPad crashed by itself. I give up. It's ridiculous that non-previously saved files are not backed up by the autosave feature.

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

Post by Instructor »

qoshinator
Not reproduced. All buttons are available (tested each of them).
Post Reply