Page 2 of 2
Re: AkelPad as IDE
Posted: Mon Apr 01, 2024 11:32 am
by Piero
Thanks AZJIO!!!
I was testing on mac if a quick regex solution was possible (mostly for fun) and thought you or someone could be interested
Re: AkelPad as IDE
Posted: Mon Apr 01, 2024 12:32 pm
by AZJIO
Piero wrote: Mon Apr 01, 2024 11:32 am
Thanks
AZJIO!!!
I was testing on mac if a quick regex solution was possible (mostly for fun) and thought you or someone could be interested
I believe that I am not bad at regular expressions, but in AutoIt3 regular expressions are built-in, so they are convenient to use, on the contrary, character-by-character search will work slowly since the language is interpreted and any loop will work slower than regular expressions.
In PureBasic, on the contrary, character-by-character search works faster than regular expressions, so if you can do it yourself, then it’s better to do it. In addition, the regular expression increases the size of the program by 150 kb. If you noticed, my tools are smaller than the entire regular expression engine. Regular expressions are needed when you allow the user to specify a filter to search for files or to search for text. Or when you use document processing with several dozen regular expressions, then you simplify your work by saving yourself from complex algorithms.
I have programs with 50-70 regular expressions,
here and
here and
here.
Re: AkelPad as IDE
Posted: Wed Apr 17, 2024 3:48 pm
by Webarion
Quin wrote: Fri Mar 29, 2024 1:02 am
Is there a direct download link, or a way to get that download page in English? My screen reader can't handle that language at all, all I hear is a question mark for each character
Install localization on your system and translate using Google Translator. No one has to translate the way you want. If I ask you to translate everything into Hindi, will you do it? Try to solve this problem yourself, it’s not difficult.
Re: AkelPad as IDE
Posted: Wed Apr 17, 2024 3:58 pm
by Quin
Webarion wrote: Wed Apr 17, 2024 3:48 pm
Quin wrote: Fri Mar 29, 2024 1:02 am
Is there a direct download link, or a way to get that download page in English? My screen reader can't handle that language at all, all I hear is a question mark for each character
Install localization on your system and translate using Google Translator. No one has to translate the way you want. If I ask you to translate everything into Hindi, will you do it? Try to solve this problem yourself, it’s not difficult.
I asked for a direct download link...

If someone asked me a question like so I would actually attempt to help to the best of my abilities. Guess we do things differently though, because I also wouldn't reply to a 3-week old post to harass someone over asking for a link

Re: AkelPad as IDE
Posted: Sat Mar 01, 2025 12:00 pm
by AZJIO
Quin wrote: Wed Apr 17, 2024 3:58 pm
I asked for a direct download link...
Now I understand why you can't download if the text is unreadable.
Here is the direct
link
The author has released a
new version. I have updated only the Russian version. If anyone is interested, you can download the updates on the official website. I have updated
indent2Tab.js and
TranslateWithGoogleAPI.js by VladSh.
Updated the AkelPad_EN.7z archive (05/23/2025)
The EXE executable files and new DLL versions have been updated.
+TabBar.dll (adds a close button on the tab)
+Tools\AnotherFileNearby.exe
Updated the AkelPad_EN.7z archive (06/02/2025)
Replacing executable files AkelPad.exe .
The AkelPadManualSettings.js script has been updated
Added ScrollPastEOF=90 parameter to AkelPad.ini