if i have large projects and a lot of variables + views the Process_Globals section starts getting very large. i know i can put it inside #Region/End Region but i would like to see all variables and views and not each in a single line. is this already possible with b4x IDE?
i made a simple tool but that tool does not cover all scenarios. (short video below explains what i mean)
If you have so many global variables then there is a good chance that a better solution will be to refactor the code and split the large module to several classes.
If you have so many global variables then there is a good chance that a better solution will be to refactor the code and split the large module to several classes.