Aykut Kilic
Aykut Kilic
Coverage highlighting in Compare Editor does not appear until the same file is opened in Java editor. To regenerate the problem: - Modify some file and then close the editor...
For the component below: ``` exported component oscillator extends nothing { init uint8 wave_index; init double freq_mod_offset; init double freq_mod_gain; ... ``` I have to define all the init fields...
In case I have a required c/s interface: ``` exported c/s interface jack_listener { int32 on_set_buffer_size(jack_nframes_t nframes, void* p_param) } ``` I would like to be able to refer to...