AkelPad plugin

Just starting out? Need help? Post your questions and find answers here.
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

AkelPad plugin

Post by AZJIO »

Happened, AkelPad_plugin_PureBasic.7z, Highlight.7z
You can download the source code for plugins written in C++ here (AkelDLL).
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Re: AkelPad plugin

Post by AZJIO »

ConvKey - keyboard layout conversion, transliteration
User avatar
Demivec
Addict
Addict
Posts: 4265
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: AkelPad plugin

Post by Demivec »

What is your coding question?
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Re: AkelPad plugin

Post by AZJIO »

Demivec wrote:What is your coding question?
The topic of 3 months was with a question. I figured it out myself, of course, not without help (link1, link2).
Now, if you want to help, you can convert the commented examples from the AkelDLL.h and AkelEdit.h files to PureBasic code.

I don’t know how the callback function works.
When the GUI is displayed, AkelPad event processing is blocked, how can I avoid this?
how to use internal functions?

Code: Select all

AkelPad.TextReplace(hHandle, pFindIt, pReplaceWith, nFindFlags, nReplaceFlags)
AZJIO
Addict
Addict
Posts: 2154
Joined: Sun May 14, 2017 1:48 am

Re: AkelPad plugin

Post by AZJIO »

New plugin Help.7z

Lets you find the procedure in the help
1. Automatically launches the file or activates an already open CHM help file window.
2. No need to select text, just place the cursor on the word.
3. It has an ini-file that specifies the paths for different help files, depending on the file extension.

You can download my AkelPad assembly. The English assembly is not updated. Only the menu is translated there.
There is a highlighting of the "PureBasic" language code
There is auto completion of keywords (PureBasic)
There is a menu for compilation (F8) (update)
If the topic is interesting, I can create a separate topic for AkelPad assembly.
Post Reply