GufNZ
GufNZ
It'd be nice if there was a passthru for some of the other options, in particular `theme` would be very handy.
Firstly, I'm curious why this is, but I imagine there is a reason for it. Secondly, and the reason for this issue: the docs make no mention of this, so...
Use of `---` is significant, so I'd quite like to be able to colour it differently to other operators. How hard is it to give it its own scope or...
`how_to\007_struct_literals.jai:157..160`: ``` result_1 := is_constant(Vector3.{R22, R22, 0}); // This returns true, as R22 is a compile-time constant! result_2 := is_constant(Vector3.{1 - R22*R22, 0, cast(float) Z}); // This is constant! Math...
In most languages, both block comment delimiters and line comment delimiters are coloured the same. Here, only block comment delimiters are. Is that a bug? If not, what do I...
### What happened? I am trying to populate a ROM for use as microcode. I'm using a fileLoader, but every time I hit stop, or reload that schematic, I have...
### Request? ROMs are writable in sandbox. But I don't know how to get the values out of sandbox as when I copy a ROM and then paste it, it's...
### Request? Not really a bug so putting it here. The soundtrack is great but suffers from a common modern issue - the compressor used to emphasise the baseline is...
### What happened? I noted that when defining a const, I need a space between the name & value, as a tab will break it, or at least break the...
### What happened? If I want to step my code, I have to first click the button with the mouse, as if the code editor has focus things like F5...