Wish Cleanup after sending to device

sorex

Expert
Licensed User
Longtime User
Hello,

Can we have an option to always clean up our project folder after a successful compile?

I mean a removal of the

bin
gen
src
res

folders.

a (text) search through all my folders is getting slower and slower due to these
and I don't see a reason why it remains there after a compile unless for debugging reasons?
 

sorex

Expert
Licensed User
Longtime User
Maybe the clean up can be initiated when exiting the project aswell? (closing B4A)

I have hundreds of small projects just to test routines for people on the forum so I'm happy with only the B4A(/B4x) file inthere ;)
 

Rantor777

Member
Licensed User
Maybe adding an extra Compile Tag, Like

#CleanUpWhenCompileSuccess to the IDE, could be Optional when Specified to each Project.
 
Top