Right clicking with the mouse (tapping with two fingers on the touch pad) on any color or numerical value in the code editor lets us manipulate drawings on canvas interactively. E.g.,
// Click on yellow with right mouse button to bring up color editor:
val c = yellow
Please enhance the code to support the local language. E.g., in Turkish, we have:
val c = sarı
Thank you so much!
B
Right clicking with the mouse (tapping with two fingers on the touch pad) on any color or numerical value in the code editor lets us manipulate drawings on canvas interactively. E.g.,
Please enhance the code to support the local language. E.g., in Turkish, we have:
val c = sarıThank you so much!
B