RedMser

Results 86 comments of RedMser

> I cannot do this as I need CORS headers for threads to work... I haven't done any threaded web apps before, so my assessment might be wrong. But as...

> I can get the delimiter in the `code_edit.cpp` by doing `get_comment_delimiters()`. Why not use `get_doc_comment_delimiters()` which returns only `##` for GDScript? That's also what's used in the code that...

I'm not exactly qualified in this area of the code, but I'll try helping based on what I understand and know about the topic. Maybe others can chime in as...

To me it looks like a pretty clean approach to implementing this, though I've not looked into the actual logic, just the files modified ^^ It looks like you edited...

Some of these don't look like error cases, but early returns to optimize the code. These should not use the error macros, as they log to console whenever they happen....

I don't think this makes much sense as a texture resource, since resources are made to be shared and cached, so your random choice would be global by default. This...