Page 13 of 13
Posted: Sun Aug 24, 2014 9:26 am
by Instructor
maki
1. Seems that you edit binary file. Space that you mention is NULL symbol (you can check it with HexSel plugin or with %ch variable of manual parameter StatusUserFormat). To replace it use regexp "\x00" or esc-sequence "\[0000]".
2. See first point. Other applications will read text only to first NULL, but you can copy/paste text with NULL symbols between AkelEdit controls.
Posted: Fri Sep 05, 2014 4:11 pm
by maki
To delete empty lines, you should use "Replace" dialog with "Regular expressions" parameter and "What" eg:
Code:
^[ \t]*$\n*
ALL OTHER editor does not require the use of stupid regex remove a line, space, etc. ..
This is awful stupid.
Sorry for the criticism but I had to say it.
Bug Report
Posted: Mon Jul 04, 2016 2:59 pm
by Noomen
Dear developer,
First I would like to thank you for this amazingly practical piece of software that you wrote. Impressively fast and lightweight. Thank you.
Now I would like to report on a bug, I think, that exists in Akelpad. When I want to save a file, I always have to put the extension, which is most of the time just a simple txt, by hand. I know that there is an option that does it automatically, but that option doesn't work. Even if you check the box, default extension txt, the default extension that comes up when you try to save is always blank. I am not sure whether it is me or it is really a bug.
Would be grateful if you could take a look at this.
Thanking you in advance.
Best regards,
Posted: Tue Jul 05, 2016 7:21 am
by Instructor
Noomen
Not reproduced. What OS? Default extension is "txt" (Options -> Settings... -> Advanced -> default saving extension)? In save dialog try to change files type listbox to "Text files (*.txt)".