AkelPad 4.8.6, LineBoard plugin 10.2.
Amount of recent files is set to 99.
1. If you set 500 bookmarks (LineBoard plugin), when you restart AkelPad and reopen the file, bookmarks are not restored.
2. If you set 900 bookmarks and close the file (or close AkelPad), the propram crashes.
var hEditWnd = AkelPad.GetEditWnd();
var hEditDoc = AkelPad.GetEditDoc();
var sBookmarks = "";
for (var i = 0; i < 900; ++i) sBookmarks += i + ",";
AkelPad.CallW("LineBoard::Main", 14, hEditWnd, hEditDoc); //delete all bookmarks
AkelPad.CallW("LineBoard::Main", 13, hEditWnd, hEditDoc, sBookmarks); //set bookmarks
I have two question/issue about "Save As..." Dialog Box.
1) "Files of type..." always keep as "All files". Therefore my the new documents has been saved without TXT (none) suffix/extention in every time.
2) Akelpad think any foldername as filename. So, cannot open the folder. Example Error message: Cannot open file "e:\doc"
For reproduce:
* Open to open/save dialog box.
* Now, manually input a existed folder name. Example; e:\doc
* Akelpad can't display content of that folder. Because can't open.
* But... if the added "\" (reversed slash) last character of folder name, Akelpad can display content of that folder manually writing by user. Example; e:\doc\
Both issue not existed in previous versions.
Posted: Mon Aug 18, 2014 4:38 am
by Instructor
pureocean
1. Use test version bellow and make sure you set "txt" as default save extension in settings ("Advanced" tab).
2. This was already discussed in Russian forum, try test version.
Posted: Mon Aug 18, 2014 9:33 pm
by pureocean
@Instructor:
I tried the test version. Both issue fixed. Thank you very much for your interest and test version.
Posted: Wed Aug 20, 2014 6:27 am
by maki
Poland
TEST
4.8.9
4.9.0 DEV
1. can not replace the "empty space/line" to "nothing" (lots of text)
Example:
C : \ F O L D E R \ N A M E
Replace
C:\FOLDER\NAME