Mark Sibly

Results 127 comments of Mark Sibly

Ok, I did a dump of GetFullParseCommand and found ted2go was semanting the following 3 project files: superthrust.monkey2 (locked+open) imports/rocket.monkey2 (open) imports/imports.monkey2 (open) Of these, only superthrust.monkey2 actually needs to...

Can't read your reply very well, text has no newlines. Are you saying the errors are expected?

So I need to make a project just to get rid of false errors, even if there's a locked build file? Why? I still don't really get it! On Wed,...

Ok, this is a bit better. I'm not getting false errors from rocket.monkey2 if I have superthrust.monkey2 locked. However, if I *don't* have superthrust.monkey2 locked, I get errors again. Ditto...

No, Main() can be in any file, not necessarily the 'root' or 'build' file, eg: ted2go's Main() could be moved to MainWindow.monkey2 but you'd still use mx2cc makeapp Ted2.monkey2 to...

Thinking about this a bit more, I think you're reasonably safe assuming a file with Main() in it is probably a root file. It will be for all our stuff...

I think srcpos is OK because it takes you to the right line of code. It's just highlighting the wrong treeview item in the source view, and only the first...