Ok. You know the "Auto complete" function?
It was in b4a version 3
I want to have this function again
-second part:
And a button would be nice. Because i have many projects with some terrible code like:
If string = string then
If string = string then
If string = string then
end if
end if
end if
and when i edited one line then the code became sorted but only this line- result:
If string = string then
If string = string then
If string = string then
end if
end if
end if
-and when you click on the button, which i wish the complete project gets sorted and not only the one line.
like vbindent.com
Regards