chipKIT® Development Platform

Inspired by Arduino™

MPIDE preferences

Created Mon, 04 Jul 2011 12:34:32 +0000 by bshapiro


bshapiro

Mon, 04 Jul 2011 12:34:32 +0000

I'd like to set some simple preferences-- like loading the last sketch on startup-- and have looked over the preferences.txt file. I can see that it retains prior sketch info, but how to get it to load on startup is not clear. Are the multiple parameters in this file documented anywhere?


marcmccomb

Mon, 08 Aug 2011 17:13:40 +0000

hi bshapiro

My apologies for the delay getting back to you. I'll get in touch with our IDE guru and ask him to post a reply.


WestfW

Mon, 08 Aug 2011 21:14:04 +0000

All of that is inherited from Arduino (which inherits it from "Processing.") I don't think that they're documented anywhere; they're supposed to be either "obvious" or rely on you looking at the source code.


Darth Maker

Tue, 09 Aug 2011 15:48:20 +0000

It will automatically remember the last sketch and window size if you quit instead of close. In other words, if you use ctrl+q or file-quit, it will remember. If you close with the red X, it will not.