Eyal Landau
Eyal Landau
So, if I understand you correctly, you want the preferences dialog to have a "Default Model:" option where you can choose the file to serve as the default model?
#835 (just to have the issues connected) I would have wanted to do this, but I don't think I've got time
This will also allow an easy solution for #534. We could have another `.nlogo` file (called something like `standard.nlogo`) besides `empty.nlogo` which has the buttons ready and has the `setup`...
Isn't this a duplicate of #386?
This is almost done by #1088 the only thing that is not done is "undo editing", which is still unclear how to do well (more info is on the last...
Why not providing this out-of-the-box?
I like it! About the dash way, it would be more difficult/confusing to do, especially if you want to do the automatic extension loading. I mean you can't know if...
Can you give a link to the discussion?
Suppose we want to merge the two APIs(the extensions API and the prims API), what way is better, make them all the extensions API or make them all the prims...
Looked a bit through that issue again, and I have a small comment. @SethTisue pointed out that tthe Extension API goes through an extra level of indirection and runtime and...