Kai O'Reilly
Kai O'Reilly
@prospero78 @duggavo Actually, it turns out we didn't activate the right selection logic in #1341, so that is why it wasn't working. We just fixed that in #1403, so this...
Yep, we will work on this and #1532 when we have the time.
Given that this issue cannot currently be reproduced, I will close it. If it ever comes up again in the future, this issue can be reopened.
This is not needed for v1.
Yes, you need to call `Restyle`. I can document that.
An arbitrary base-10 compositional combination seems like a very bad idea that will not scale; why not just bit flags?
There are the basic tutorials on the website, such as the [tic-tac-toe tutorial](https://www.cogentcore.org/core/tutorials/tic-tac-toe). There is also the basics section on the website, in addition to the advanced section, which might...
I will look into this.
The cause of the delay is likely the syntax highlighting, which happens in `SetFilename`, not `SetBuf`.
I agree, and I will write text editor tests in the context of #541.