Hi,
When using xLad I realized that I cannot simply write TRUE or FALSE and press TAB or ENTER. I do need to remove my hands from the keyboard and press with the mouse somewhere so it does not overwrite my "TRUE". Currently it only suggests existing variables.
It would be very helpful to be able to write TRUE or FALSE in the input of a block/method and just press tab or enter to go to the next point.
Hi,
Yes, this is currently a limitation of xLad.
At the moment, the input fields are tightly coupled with the autocomplete, which prioritizes existing variables over literal values. Because of this, typing TRUE or FALSE and confirming with TAB or ENTER doesn’t work as expected and can result in the value being overwritten.
So unfortunately, there’s no direct keyboard-only way to enter boolean literals right now.
Workarounds: Use a predefined boolean variable (e.g. a variable set to TRUE/FALSE)
I agree that supporting direct boolean input would greatly improve usability and keyboard workflow.