AkelPad as IDE

Everything else that doesn't fall into one of the other PB categories.
User avatar
Piero
Addict
Addict
Posts: 884
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: AkelPad as IDE

Post 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
AZJIO
Addict
Addict
Posts: 2152
Joined: Sun May 14, 2017 1:48 am

Re: AkelPad as IDE

Post 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.
Webarion
User
User
Posts: 30
Joined: Tue Sep 14, 2021 8:50 pm

Re: AkelPad as IDE

Post 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.
Quin
Addict
Addict
Posts: 1132
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: AkelPad as IDE

Post 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... :lol:
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 :wink:
AZJIO
Addict
Addict
Posts: 2152
Joined: Sun May 14, 2017 1:48 am

Re: AkelPad as IDE

Post by AZJIO »

Quin wrote: Wed Apr 17, 2024 3:58 pm I asked for a direct download link... :lol:
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
Post Reply