APIFunctionListing - split into multiple files
Posted: Mon Feb 27, 2017 5:33 pm
The Purebasic IDE currently reads API calltips from one huge file called APIFunctionListing.txt.
This file is extremely outdated, but I think the community would be able and willing to update it.
But to make this happen it really needs to be spitted into multiple files.
We already have a connection between *.lib files and *.imp files inside PB_compilerhome + "\PureLibraries\" .
So if we would have a directory called APIFunctionListing that will be scanned for separate *.txt files,
it would not be a frustrating job for everyone how is willing to help, to update them.
This file is extremely outdated, but I think the community would be able and willing to update it.
But to make this happen it really needs to be spitted into multiple files.
We already have a connection between *.lib files and *.imp files inside PB_compilerhome + "\PureLibraries\" .
So if we would have a directory called APIFunctionListing that will be scanned for separate *.txt files,
it would not be a frustrating job for everyone how is willing to help, to update them.