Monte Goulding

Results 106 comments of Monte Goulding

This is much better than before but there's still an anomaly occasionally when returning to a script and selecting within a multiline comment it formats entered text as though the...

The problem appears to be when deleting or pasting a chunk of text the comment nesting deltas below the mutated range aren't updated correctly. I'm looking at shifting them up...

Still having trouble with this as there's a very fine line between making long scripts slow and accurately recolorizing when something can impact the entire script.

I have a feeling what we need is to separate the mutation and the colorization and recolorize from the dirty char to the end of the field only when there's...

@runrevmark perhaps an enum for comment began, comment ended, comment continued and none? It would be nice if we could allow a different font for comment blocks. Eventually I'd really...

This PR is largely an request for comment at this stage and also a test to see if any of our tooling requires the current behavior. It should not be...

This needs discussion with the team as I'm not sure why the development engine ever had this behavior.

@runrevmark I'll look into this again but I believe the community standalone engine loading the stackfile is done elsewhere. I was fairly sure the environment stack itself does the `-ui`...

I've looked at the code paths again and the community development engine will still load the first stackfile on the command line when in `-ui` mode with this patch which...

@peter-b it might need some more time to investigate the consequences a bit. There's potential it impacts our tooling so I think I really need to setup a branch to...