Dear Arduino Editors;
i hope my english enough for what i want to say. i have begun to Arduino programing a month ago. But i used afew programing editor. i have 2 wish for you. 1) i see many people they dont write their codes they usually copy-paste from samples or other area. i think reason of that arduino doesnt change their command writing style and if you dont write looks like arduino codes it doesnt accept to code word. when we tell to students first you should usually use small letter because of make wrong can be less. other editors when you write to special words after they can fixed looks like their style. (sample if i write "for" editor can change "For" and doesnt say it is wrong code.)
2. i think every program need opposite loops not enough only style of while or for. programming language need looks like repeat- until style.
thank you for your attention. i hope i can tell what i need. i hope my text can go rigth people.
Personally I don't see any need for an editor to correct me when I type "For" by mistake for "for"
I use the Geany editor for all my Arduino and Python programming.
I don't know what you mean by "opposite loops".
The programming language used by the Arduino system is standard C++
...R