We are about to switch to a new forum software. Until then we have removed the registration on this forum.
As of now, I've became used to the processing IDE, in it's lenguage, appearence and everything related to the writing of the code. Surely I'm now complaining about the need to learn another lenguage, in this case C, for the school, but I would like to keep some comforts of processing, in this case the whole text editing part. My school wants us to use a particular program,Dev-C++, but is there a way to have the processing editor and it's functions like the autoFormat, the environment in general? In a way to write the code in processing and then have it compiled in C by another compiler?
Answers
P.S.: From http://CodeBlocks.org/features, there's also "Imports Dev-C++ projects"! :-bd
Almost forgot: Arduino IDE is for C & C++ and got all Processing's IDE features:
https://en.Wikipedia.org/wiki/Arduino#Software
Nope, arduino's one is similar to processing v 2.0 and is actually a bit unfunctional compared to the new versions. Indeed I 've become used to the shortcuts, the double clicks and little tweaks of processing; also I do like how it manages folders and files; I'm not sure I can install new programs because of windows administration privileges I have not. So ain't there a mod or something to write on processing and compile on dev c?
Just found out a portable installation alternative for Code::Blocks here:
http://codeblocks.CodeCutter.org/
Grab the ".zip" file and unzip somewhere you have access to. Even some USB stick. *-:)
This way you can run it w/o asking for admin rights. :ar!
ow man, just today we had our laboratory moved to some pre 2000 room with lousy windows vista computers. Just saying but I couldn't even load my projects from the usb as it continued crashing any damn time, it is worthless to even try; next time maybe...
meanwhile, regarding your first point, is there a way to have processing save the text in the proper format and then I just have the compiler work with it? It whas the original point.