Page 1 of 1

[IDE tool] Include Helper

Posted: Thu Dec 28, 2023 8:13 pm
by AZJIO
Include Helper
Download: yandex upload.ee

Include_Helper.exe "%TEMPFILE"

Insert a function call into the code and run the tool. It will copy the missing IsLatin function to the clipboard.

Code: Select all

Debug IsLatin(@"123")
You can add your own functions to the general.pb file.

Include_Helper ignores native PureBasic functions, as well as arrays, lists, and maps. It also ignores the functions in the source code. That is, it will offer only the missing ones.

Re: [IDE tool] Include Helper

Posted: Sun Dec 31, 2023 2:08 am
by AZJIO
Updated
Now it scans the XIncludeFile (not recursively).
A list of general.ini functions is used for quick search. If the file size changes, the list is created anew.
Preview the results before copying.
Returns a list of functions that were not found.

The code for the test. Open the tool and it will show you what needs to be done for this code.

Code: Select all

SplitM()
IsLatin()
IsLatin1()
ModPow()
GetMTPManufacturer()
ListSubKey()
SetTabBarGadgetItemImage()
Image

Re: [IDE tool] Include Helper

Posted: Thu Mar 14, 2024 4:29 pm
by AZJIO
Added Linux support
screenshot
Updated: apostrophe added