AVRProjectIDE - Editor for AVR/Arduino Projects

Hi

I have logged an issue detailing what changes i have done. So far I have got it working with Attiny2313 core and attiny84 core. I had a look at multiple processor cores, one for the attiny45/85 and one for many different chips, but i couldnt get these to work. Maybe something to do with how each chip is defined?

Also i noticed that if i compile a simple sketch (no libraries) it will compile and run fine, even serial library worked on 2313, but if i added any other library such as liquid crystal it would bin out saying it couldn't find wire.h despite it being in the library folder. any idea? haven't really investigated yet.

Also, is there a way to set the path of the core you want to use with the templates.xml file? It'll cut down one step of setting up the project.