Raif
How do i switched to lowercase by default. I know of the function you speak of, but when i typed anything, the default should be lowercase. Basically, how do i deliberately turn on/off the uppercase/lowercase function and set it as default.
There is no such "default". Or it is always the default, depending on how you look at it. There is nothing to switch. I checked through the whole Pelle's C IDE before posting my last message and that function I mentioned is the only thing that even remotely comes close to being related to your issue. And then it should only apply to any selected text, not to any source per se.
As mentioned, this has to be something within your specific machine/setup.
It simply would not make any sense to program in C in all uppercase, as I said, C is case-
sensitive, all default libraries/headers are written in lowercase, this would be more hassle than there would be any use for such an option to exist...
Ralf