[IDE tool] Include Helper
Posted: Thu Dec 28, 2023 8:13 pm
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.
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.
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")
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.