Wish B4A generated class modules not in lower-case

JordiCP

Expert
Licensed User
Longtime User
If I have a project with some modules, let's say "Main","Class1","Activity2", and compile it, the classes generated are always lowercase "main","class1","activity2"

It would be nice to have a setting somewhere which overrides this default behaviour and leaves the module names as declared.
 
Top