Hello Mansour, Fuad
>> "It's better to fix two buttons Font Size and Style to the left to avoid changing their positions and widths."
>> "Also, the TAB button (the one we use a lot in Ring style), does not work inside the code editor widget."
It's a (Qt for WASM) issue, So I applied a workaround.
>> "And in the future, the idea of adding a link after each code sample in the documentation to encourage people to test-drive it on the online tool will be helpful."
Not interested in this feature.
>> "not sure if this is possible but adding the ability to load "stdlibcore.ring" will enable us to use more functions like print ..etc"
You can use print() without stdlibcore.ring
In theory it's possible to support most of the libraries (Including RingQt itself too) - I have already did that for PWCT2 (But the WebAssembly version is not released for public usage).
It's not my goal at the current stage.
The goal is to provide a quick idea about the language to new users.
NOT TO PROVIDE A RING IDE OR COMPLETE ONLINE VERSION
Because this will require continuous updates & maintenance & I don't have time to do that.
So, it can be used by others in such projects in the future.