I more and more often work with custom xml layouts, drawables and xml drawables that must be placed into Object/res/ folder. They must be read only. To edit them, you have to make them writable, edit, then make read only, make a backup, then compile the app. Sometimes I have to do 50-100 runs to achieve what I want. This exercise is mind boggling by itself, but then I forget to write protect something and make a backup before running and it's gone, not even in the Recycle Bin.
Here are my wishes:
1. (Small one) - when the file gets deleted this way, it has to be moved to Recycling Bin, not deleted without trace as it the case now.
2. (Bigger wish) - create a mechanism that will make sure the files in Object folder don't get deleted and so there is no need to write protect them.
3. (Even bigger wish) - change B4A file structure so it reflects Eclipse folder structure - drawables folders, layout folders and so on. Meaning, separate Files folder must be gone.