Page 1 of 1

MonoDevelop addin: Feedback on Compiler Options UI

PostPosted: Thu Aug 02, 2012 8:46 pm
by nerdzero
I've been playing around with putting some Cobra-specific options into the "Project Options > Build > Compiler" panel in MonoDevelop. Take a look at these screens. What do you guys think?

I wasn't able to put all the options in there but I think these might be the most useful. I'm not too sure about having a section for the back-end native compiler but I thought it would be convenient for those actually working on the compiler. But, if there's already a bunch of scripts already made up for building the compiler with various options, it might not be that useful and just confuse newcomers to the language. Right now, there's just enough code to get the panel to show up in MonoDevelop so not much effort is lost from changing things at this point.

Thoughts?

Re: MonoDevelop addin: Feedback on Compiler Options UI

PostPosted: Thu Aug 02, 2012 8:49 pm
by nerdzero
Ha, I see that I misspelled Performance :)

Re: MonoDevelop addin: Feedback on Compiler Options UI

PostPosted: Thu Aug 02, 2012 11:50 pm
by Charles
This looks great. I would just say that since people will be changing the back-end less frequently, I would put that at the bottom and put the more frequently used items up top.

Yes

PostPosted: Tue Aug 21, 2012 3:05 am
by immenizew
+1. this is very interesting